Home
last modified time | relevance | path

Searched refs:cdev (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c473 dev_info_t *pdev, *cdev; in fco_new_device() local
509 if (cdev != NULL) { in fco_new_device()
511 if (cdev != rp->child) in fco_new_device()
528 if (cdev) in fco_new_device()
565 if (cdev == NULL) in fco_new_device()
632 rp->cdip = cdev; in fco_new_device()
647 dev_info_t *cdev; in fco_finish_device() local
657 if (cdev != rp->cdip) in fco_finish_device()
669 if ((ddi_get_parent(cdev) == ap) && (cdev == rp->child)) { in fco_finish_device()
671 "*not* binding <%s> dip %p\n", ddi_node_name(cdev), cdev); in fco_finish_device()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1436 extern int iplioctl __P((struct cdev*, u_long, caddr_t, int, struct thread *));
1448 extern int iplopen __P((struct cdev*, int, int, struct thread *));
1449 extern int iplclose __P((struct cdev*, int, int, struct thread *));
1469 extern int iplread __P((struct cdev*, struct uio *, int));
1470 extern int iplwrite __P((struct cdev*, struct uio *, int));
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h244 struct cdev *im_dev;
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1441 char cdev[MAXPATHLEN]; in update_vfstab() local
1473 sizeof (cdev) - 1, sizeof (mntpt) - 1, sizeof (fstype) - 1, in update_vfstab()
1493 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass, in update_vfstab()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_dbg.c287 qede_debug_after_pf_stop(void *cdev, u8 my_id) in qede_debug_after_pf_stop() argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Dbcm_osal.h550 void qede_debug_after_pf_stop(void *cdev, u8 my_id);
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1658 char cdev[SPECNAMELEN + 1]; member