Searched refs:ctd (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c180 * private cont_device_t (or ctd for short) data structure. It encapsulates
194 * The ctd structure represents the device private part of a contract of
378 #define EVSENDP(ctd, flag) \
379 ((ctd->cond_contract.ct_ev_info | ctd->cond_contract.ct_ev_crit) & flag)
381 #define EVINFOP(ctd, flag) \
382 ((ctd->cond_contract.ct_ev_crit & flag) == 0)
650 cont_device_t *ctd; local
683 ctd = contract_device_create(template->ctmpl_data,
686 if (ctd
751 cont_device_t *ctd = ct->ct_data; local
806 cont_device_t *ctd; local
872 cont_device_t *ctd = ct->ct_data; local
1017 cont_device_t *ctd = ct->ct_data; local
1201 cont_device_t *ctd; local
1328 cont_device_t *ctd; local
1419 cont_device_t *ctd; local
1516 cont_device_t *ctd; local
1585 cont_device_t *ctd; local
2106 cont_device_t *ctd; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_request.c84 * The ctd specs make matching physical devices against a
119 ctd_spec_t *ctd; member in union:__anon849::__anon850
1679 if ((((device_spec_t *)spec1)->data.ctd->slice != ID_UNSPECIFIED) &&
1680 (((device_spec_t *)spec2)->data.ctd->slice == ID_UNSPECIFIED)) {
1685 if ((((device_spec_t *)spec2)->data.ctd->slice != ID_UNSPECIFIED) &&
1686 (((device_spec_t *)spec1)->data.ctd->slice == ID_UNSPECIFIED)) {
1691 if ((((device_spec_t *)spec2)->data.ctd->slice != ID_UNSPECIFIED) &&
1692 (((device_spec_t *)spec1)->data.ctd->slice != ID_UNSPECIFIED)) {
1697 if ((((device_spec_t *)spec1)->data.ctd->lun != ID_UNSPECIFIED) &&
1698 (((device_spec_t *)spec2)->data.ctd
[all...]
H A Dlayout_discovery.c2123 char *ctd = NULL; local
2126 (void) get_display_name(device, &ctd);
2129 " %-25s %s\n", (ctd != NULL ? ctd : ""), name);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c925 /* search replica list for give ctd name */
993 char *ctd,
1020 if ((dnp = metadrivename(spp, ctd, ep)) == NULL) {
1021 mda_debug("Failed to create a dnp for %s\n", ctd);
1033 "device id if none exists\n"), ctd);
1093 ctd, (*spp)->setname);
1095 ctd, (*spp)->setname);
1161 * passed in ctd. If found then update the devid
1181 "syntax\n"), ctd, (*spp)->setname);
1186 "Check your syntax\n"), ctd);
990 devid_update( mdsetname_t **spp, set_t setno, char *ctd, md_error_t *ep ) argument
[all...]
H A Dmeta_name.c1594 * If it's not an absolute name but is a valid ctd name,
1717 /* check to see if it is a ctd with a WWN or SCSI target */
3763 char *ctd, *slice; local
3777 ctd = strrchr(lcname, '/');
3778 if (ctd != NULL)
3779 slice = strrchr(ctd, 's');
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1055 char ctd[MAXNAMELEN + 1]; local
1103 while (fscanf(fp, "%" VAL2STR(MAXNAMELEN) "s", ctd) == 1) {
1104 (void) snprintf(buf, MAXPATHLEN, "/dev/dsk/%s", ctd);

Completed in 91 milliseconds