Home
last modified time | relevance | path

Searched refs:ctd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c757 kmem_free(ctd->cond_minor, strlen(ctd->cond_minor) + 1); in contract_device_free()
762 ASSERT(ctd->cond_spec == S_IFBLK || ctd->cond_spec == S_IFCHR); in contract_device_free()
765 ASSERT(ctd->cond_noneg == 0 || ctd->cond_noneg == 1); in contract_device_free()
1318 return (ctd); in contract_device_create()
1445 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL; in wait_for_acks()
1446 ctd = list_next(&(DEVI(dip)->devi_ct), ctd)) { in wait_for_acks()
1523 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL; in set_cond_state()
1524 ctd = list_next(&(DEVI(dip)->devi_ct), ctd)) { in set_cond_state()
1666 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL; in contract_device_publish()
1667 ctd = list_next(&(DEVI(dip)->devi_ct), ctd)) { in contract_device_publish()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib396 typeset ctd ctds devname lun
402 for ctd in $ctds; do
404 devname=$(readlink -f /dev/dsk/${ctd}s0 | sed -n \
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1055 char ctd[MAXNAMELEN + 1]; in is_root_controller() local
1103 while (fscanf(fp, "%" VAL2STR(MAXNAMELEN) "s", ctd) == 1) { in is_root_controller()
1104 (void) snprintf(buf, MAXPATHLEN, "/dev/dsk/%s", ctd); in is_root_controller()