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

/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/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/boot/include/isofs/cd9660/
H A Diso.h226 struct cdev *im_dev;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1430 extern int iplioctl __P((struct cdev*, u_long, caddr_t, int, struct thread *));
1442 extern int iplopen __P((struct cdev*, int, int, struct thread *));
1443 extern int iplclose __P((struct cdev*, int, int, struct thread *));
1463 extern int iplread __P((struct cdev*, struct uio *, int));
1464 extern int iplwrite __P((struct cdev*, struct uio *, int));
/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,
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h875 struct cdev *vfs_getrootfsid(struct mount *);

Completed in 80 milliseconds