Searched refs:cdev (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/uts/sun4/io/efcode/ |
| H A D | fc_ops.c | 473 dev_info_t *pdev, *cdev; in fco_new_device() local 492 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch); in fco_new_device() 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() 584 if (ndi_devi_alloc(pdev, nodename, DEVI_SID_NODEID, &cdev)) { in fco_new_device() 594 nodeid = ddi_get_nodeid(cdev); in fco_new_device() 595 i_ndi_set_nodeid(cdev, (int)ch); in fco_new_device() 605 } else if (strcmp(ddi_node_name(cdev), nodename) != 0) { in fco_new_device() [all …]
|
| /illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
| H A D | ip_fil.h | 1436 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/cmd/stmsboot/ |
| H A D | stmsboot_util.c | 1441 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/boot/sys/fs/cd9660/ |
| H A D | iso.h | 244 struct cdev *im_dev;
|
| /illumos-gate/usr/src/uts/common/io/qede/ |
| H A D | qede_dbg.c | 287 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 D | bcm_osal.h | 542 void qede_debug_after_pf_stop(void *cdev, u8 my_id);
|
| /illumos-gate/usr/src/contrib/bhyve/dev/nvme/ |
| H A D | nvme.h | 1910 char cdev[SPECNAMELEN + 1]; member
|