| /onnv/onnv-gate/usr/src/head/ |
| devid.h | 42 dev_t dev; member in struct:devid_nmlist
|
| /onnv/onnv-gate/usr/src/cmd/devfsadm/ |
| fssnap_link.c | 50 * /dev/fssnapctl -> /devices/pseudo/fssnap@0:ctl 52 * /dev/fssnap/1 -> /devices/pseudo/fssnap@0:1 53 * /dev/rfssnap/1 -> /devices/pseudo/fssnap@0:1,raw 58 dev_t dev; local 69 dev = di_minor_devt(minor); 71 (int)minor(dev)); 73 (int)minor(dev));
|
| lofi_link.c | 74 * /dev/lofictl -> /devices/pseudo/lofi@0:ctl 76 * /dev/lofi/1 -> /devices/pseudo/lofi@0:1 77 * /dev/rlofi/1 -> /devices/pseudo/lofi@0:1,raw 82 dev_t dev; local 93 dev = di_minor_devt(minor); 95 (int)minor(dev)); 97 (int)minor(dev));
|
| /onnv/onnv-gate/usr/src/uts/i86xpv/vm/ |
| seg_mf.h | 40 dev_t dev; member in struct:segmf_crargs
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| geom.h | 38 PedDevice* dev; member in struct:_PedGeometry 44 extern int ped_geometry_init (PedGeometry* geom, const PedDevice* dev, 46 extern PedGeometry* ped_geometry_new (const PedDevice* dev, PedSector start,
|
| /onnv/onnv-gate/usr/src/cmd/mdb/intel/kmdb/ |
| kmdb_promif_isadep.c | 90 char *dev; local 97 if ((dev = kmdb_prom_get_ddi_prop(kav, "output-device")) == NULL) 100 return (strcmp(dev, "screen") == 0);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| logindmux.h | 37 dev_t dev; member in struct:protocol_arg 43 dev32_t dev; member in struct:protocol_arg32
|
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| xenbus_probe.c | 105 free_otherend_details(struct xenbus_device *dev) 107 if (dev->otherend != NULL) { 108 kmem_free((void *)dev->otherend, strlen(dev->otherend) + 1); 109 dev->otherend = NULL; 115 free_otherend_watch(struct xenbus_device *dev) 117 if (dev->otherend_watch.node) { 118 unregister_xenbus_watch(&dev->otherend_watch); 119 kmem_free((void *)dev->otherend_watch.node, 120 strlen(dev->otherend_watch.node) + 1) 130 struct xenbus_device *dev = watch->dev; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
| process.c | 186 char dev[MAXPATHLEN]; local 198 (void) snprintf(dev, sizeof (dev), "/dev/%.*s", 200 if ((tfd = open(dev, O_WRONLY|O_NOCTTY)) == -1) {
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsirand/ |
| fsirand.c | 64 char *dev; local 85 dev = *argv; 86 fd = open64(dev, pflag ? O_RDONLY : O_RDWR); 88 (void) fprintf(stderr, "fsirand: Cannot open %s: %s\n", dev,
|
| /onnv/onnv-gate/usr/src/cmd/ptools/pmap/ |
| pmap_common.c | 100 dev_t dev = statb.st_dev; local 102 (void) snprintf(buf, bufsz, "dev:%lu,%lu ino:%lu", 103 (ulong_t)major(dev), (ulong_t)minor(dev), ino);
|
| /onnv/onnv-gate/usr/src/lib/efcode/upa/ |
| upa.c | 48 int dev, fn, len; local
|
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_dim.c | 35 * information into /devices and /dev paths. It does this using interfaces to 133 char *dev = NULL; local 144 /* convert /devices path to /dev path */ 146 devices, DI_PRIMARY_LINK, (void *)&dev, di_dim_path_dev_callback); 148 return (dev);
|
| /onnv/onnv-gate/usr/src/lib/libmail/common/ |
| notifyu.c | 67 char dev[MAXFILENAME]; local 76 /* stick /dev/ in front */ 77 (void) sprintf(dev, "%s/dev/%s", etcdir, tty); 84 if ((fd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { 86 "Cannot open %s.\n", dev); 103 port = fopen(dev, "w");
|
| /onnv/onnv-gate/usr/src/uts/common/io/1394/adapters/ |
| hci1394_misc.c | 51 dev_t dev; local 61 dev = (dev_t)arg; 62 instance = getminor(dev); 77 dev = (dev_t)arg; 78 instance = getminor(dev); 118 hci1394_close(dev_t dev, int flag, int otyp, cred_t *credp)
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| net_dacf.c | 98 dev_t dev; local 102 dev = dacf_get_dev(info_hdl); 104 if ((err = softmac_create(dip, dev)) != 0) { 126 dev_t dev; local 129 dev = dacf_get_dev(info_hdl); 131 if (softmac_destroy(dip, dev) != 0)
|
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| irm.c | 84 struct dev_info dev; local 109 if (mdb_vread(&dev, sizeof (dev), 110 (uintptr_t)pool.ipool_owner) != sizeof (dev)) { 118 dev.devi_instance); 151 struct dev_info dev; local 174 if (mdb_vread(&dev, sizeof (dev), 175 (uintptr_t)req.ireq_dip) != sizeof (dev)) { 181 (uintptr_t)dev.devi_intr_p) != sizeof (intr)) [all...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/ |
| probe.c | 40 PedDevice* dev; local 42 dev = geom->dev; 44 PED_ASSERT (dev != NULL, return 0); 46 if (dev->sector_size != PED_SECTOR_SIZE_DEFAULT) { 85 if (!(geom_ret = ped_geometry_new (geom->dev, geom->start, search + 2))) 144 if (!(geom_ret = ped_geometry_new (geom->dev, geom->start, 216 if (!(geom_ret = ped_geometry_new (geom->dev, geom->start,
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
| geom_dal.h | 34 const void *dev; member in struct:_dal 51 dev_t (*dev)(dal_t *); member in struct:dal_ops
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| nic.h | 11 #include "dev.h" 25 struct dev dev; /* This must come first */ member in struct:nic 40 extern int eth_probe(struct dev *dev);
|
| /onnv/onnv-gate/usr/src/lib/scsi/plugins/scsi/engines/uscsi/ |
| uscsi.c | 46 char *dev; member in struct:uscsi_dev 58 if ((dp->dev = libscsi_strdup(hp, target_name)) == NULL) { 66 libscsi_free(hp, dp->dev); 85 libscsi_free(hp, dp->dev); 214 (void) snprintf(buf, len, "%s", dp->dev);
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hubd/ |
| hubd.c | 42 static int hubd_close(dev_t dev, int flag, int otyp, cred_t *credp); 43 static int hubd_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, 137 hubd_get_dip(dev_t dev) 139 minor_t minor = getminor(dev); 158 dev_t dev; local 170 dev = (dev_t)arg; 171 instance = HUBD_UNIT(dev); 191 hubd_close(dev_t dev, int flag, int otyp, cred_t *credp) 193 dev_info_t *dip = hubd_get_dip(dev); 195 return (usba_hubdi_close(dip, dev, flag, otyp, credp)) [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| pci_bios.c | 176 uchar_t dev; local 193 dev = (pci_irq_routes[i].pir_dev & 0xf8) >> 3; 194 slot[dev] = pci_irq_routes[i].pir_slot; 195 mask |= (1 << dev);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/common/ |
| stats_create.c | 94 dev_t dev; local 122 dev = s.st_dev; 134 (s.st_dev == dev) &&
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/solaris/ |
| devinfo_acpi.c | 23 #include <sys/sysevent/dev.h> 70 dev_t dev; local 99 dev = di_minor_devt(minor); 100 if ((major != major(dev)) || 109 devinfo_acpi_add_minor(d, node, minor_path, dev); 121 dev_t dev)
|