Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c472 dev_info_t *pdev, *cdev; in fco_new_device() local
491 cdev = fc_phandle_to_dip(fc_handle_to_phandle_head(rp), ch); in fco_new_device()
508 if (cdev != NULL) { in fco_new_device()
510 if (cdev != rp->child) in fco_new_device()
527 if (cdev) in fco_new_device()
564 if (cdev == NULL) in fco_new_device()
583 if (ndi_devi_alloc(pdev, nodename, DEVI_SID_NODEID, &cdev)) { in fco_new_device()
593 nodeid = ddi_get_nodeid(cdev); in fco_new_device()
594 i_ndi_set_nodeid(cdev, (int)ch); in fco_new_device()
604 } else if (strcmp(ddi_node_name(cdev), nodename) != 0) { in fco_new_device()
[all …]
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1435 extern int iplioctl __P((struct cdev*, u_long, caddr_t, int, struct thread *));
1447 extern int iplopen __P((struct cdev*, int, int, struct thread *));
1448 extern int iplclose __P((struct cdev*, int, int, struct thread *));
1468 extern int iplread __P((struct cdev*, struct uio *, int));
1469 extern int iplwrite __P((struct cdev*, struct uio *, int));
/titanic_50/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1435 char cdev[MAXPATHLEN]; in update_vfstab() local
1467 sizeof (cdev) - 1, sizeof (mntpt) - 1, sizeof (fstype) - 1, in update_vfstab()
1487 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass, in update_vfstab()