Searched defs:cdev (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c68 char cdev[512]; local
94 char_device = &cdev[0];
130 bdev, cdev, mntpt, fstype, fsckpass,
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c472 dev_info_t *pdev, *cdev; local
491 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch);
508 if (cdev != NULL) {
510 if (cdev != rp->child)
527 if (cdev)
559 * If cdev is NULL, we have to create the child, otherwise, the
564 if (cdev == NULL)
583 if (ndi_devi_alloc(pdev, nodename, DEVI_SID_NODEID, &cdev)) {
593 nodeid = ddi_get_nodeid(cdev);
594 i_ndi_set_nodeid(cdev, (in
624 fc_add_dip_to_phandle(fc_handle_to_phandle_head(rp), cdev, ch); local
646 dev_info_t *cdev; local
[all...]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1435 char cdev[MAXPATHLEN]; local
1467 sizeof (cdev) - 1, sizeof (mntpt) - 1, sizeof (fstype) - 1,
1487 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass,

Completed in 62 milliseconds