Searched defs:ctd (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c912 /* search replica list for give ctd name */
980 char *ctd,
1007 if ((dnp = metadrivename(spp, ctd, ep)) == NULL) {
1008 mda_debug("Failed to create a dnp for %s\n", ctd);
1020 "device id if none exists\n"), ctd);
1080 ctd, (*spp)->setname);
1082 ctd, (*spp)->setname);
1148 * passed in ctd. If found then update the devid
1168 "syntax\n"), ctd, (*spp)->setname);
1173 "Check your syntax\n"), ctd);
977 devid_update( mdsetname_t **spp, set_t setno, char *ctd, md_error_t *ep ) argument
[all...]
H A Dmeta_name.c1650 * If it's not an absolute name but is a valid ctd name,
1773 /* check to see if it is a ctd with a WWN or SCSI target */
3824 char *ctd, *slice; local
3838 ctd = strrchr(lcname, '/');
3839 if (ctd != NULL)
3840 slice = strrchr(ctd, 's');
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c1055 char ctd[MAXNAMELEN + 1]; local
1102 while (fscanf(fp, "%" VAL2STR(MAXNAMELEN) "s", ctd) == 1) {
1103 (void) snprintf(buf, MAXPATHLEN, "/dev/dsk/%s", ctd);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2118 * into a whole-disk ctd name. This is done to support
2121 * interfaces can convert the link value into a disk ctd name,
2122 * then we proceed with that ctd name as whole-disk 'path'.
2130 char *ctd = NULL; local
2146 ctd = di_cro_rec_fgeti_occupant_compdev(r,
2151 noloc: if (ctd)
2152 path = ctd;

Completed in 312 milliseconds