ds                626 opal/dss/dss_pack.c     opal_diskstats_t *ds;
ds                675 opal/dss/dss_pack.c             OPAL_LIST_FOREACH(ds, &ptr[i]->diskstats, opal_diskstats_t) {
ds                676 opal/dss/dss_pack.c                 if (OPAL_SUCCESS != (ret = pack_disk_stats(buffer, ds))) {
ds                138 opal/mca/pstat/linux/pstat_linux_module.c     opal_diskstats_t *ds;
ds                424 opal/mca/pstat/linux/pstat_linux_module.c             ds = OBJ_NEW(opal_diskstats_t);
ds                425 opal/mca/pstat/linux/pstat_linux_module.c             ds->disk = strdup(fields[2]);
ds                426 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_reads_completed = strtoul(fields[3], NULL, 10);
ds                427 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_reads_merged = strtoul(fields[4], NULL, 10);
ds                428 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_sectors_read = strtoul(fields[5], NULL, 10);
ds                429 opal/mca/pstat/linux/pstat_linux_module.c             ds->milliseconds_reading = strtoul(fields[6], NULL, 10);
ds                430 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_writes_completed = strtoul(fields[7], NULL, 10);
ds                431 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_writes_merged = strtoul(fields[8], NULL, 10);
ds                432 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_sectors_written = strtoul(fields[9], NULL, 10);
ds                433 opal/mca/pstat/linux/pstat_linux_module.c             ds->milliseconds_writing = strtoul(fields[10], NULL, 10);
ds                434 opal/mca/pstat/linux/pstat_linux_module.c             ds->num_ios_in_progress = strtoul(fields[11], NULL, 10);
ds                435 opal/mca/pstat/linux/pstat_linux_module.c             ds->milliseconds_io = strtoul(fields[12], NULL, 10);
ds                436 opal/mca/pstat/linux/pstat_linux_module.c             ds->weighted_milliseconds_io = strtoul(fields[13], NULL, 10);
ds                437 opal/mca/pstat/linux/pstat_linux_module.c             opal_list_append(&nstats->diskstats, &ds->super);
ds                318 orte/mca/grpcomm/base/grpcomm_base_stubs.c     opal_list_t ds;
ds                393 orte/mca/grpcomm/base/grpcomm_base_stubs.c         OBJ_CONSTRUCT(&ds, opal_list_t);
ds                397 orte/mca/grpcomm/base/grpcomm_base_stubs.c                 OPAL_LIST_DESTRUCT(&ds);
ds                409 orte/mca/grpcomm/base/grpcomm_base_stubs.c                 OPAL_LIST_DESTRUCT(&ds);
ds                417 orte/mca/grpcomm/base/grpcomm_base_stubs.c                 OPAL_LIST_DESTRUCT(&ds);
ds                425 orte/mca/grpcomm/base/grpcomm_base_stubs.c             OPAL_LIST_FOREACH(nm, &ds, orte_namelist_t) {
ds                434 orte/mca/grpcomm/base/grpcomm_base_stubs.c                 opal_list_append(&ds, &nm->super);
ds                437 orte/mca/grpcomm/base/grpcomm_base_stubs.c         if (0 == opal_list_get_size(&ds)) {
ds                439 orte/mca/grpcomm/base/grpcomm_base_stubs.c             OPAL_LIST_DESTRUCT(&ds);
ds                445 orte/mca/grpcomm/base/grpcomm_base_stubs.c         dns = (orte_vpid_t*)malloc(opal_list_get_size(&ds) * sizeof(orte_vpid_t));
ds                447 orte/mca/grpcomm/base/grpcomm_base_stubs.c         while (NULL != (nm = (orte_namelist_t*)opal_list_remove_first(&ds))) {
ds                455 orte/mca/grpcomm/base/grpcomm_base_stubs.c         OPAL_LIST_DESTRUCT(&ds);