| /netvirt/usr/src/head/ |
| devid.h | 44 dev_t dev; member in struct:devid_nmlist
|
| /netvirt/usr/src/uts/i86xpv/vm/ |
| seg_mf.h | 41 dev_t dev; member in struct:segmf_crargs
|
| /netvirt/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));
|
| zfs_link.c | 65 * /dev/zfs -> /devices/pseudo/zfs@0:zfs 67 * /dev/zvol/dsk/<pool>/<dataset> -> /devices/pseudo/zfs@0:1 68 * /dev/zvol/rdsk/<pool>/<dataset> -> /devices/pseudo/zfs@0:1,raw 73 dev_t dev; local 86 dev = di_minor_devt(minor); 87 err = di_prop_lookup_strings(dev, node, ZVOL_PROP_NAME, &name); 93 (int)minor(dev)); 95 (int)minor(dev));
|
| /netvirt/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);
|
| /netvirt/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
|
| /netvirt/usr/src/uts/common/xen/io/ |
| xenbus_probe.c | 107 free_otherend_details(struct xenbus_device *dev) 109 if (dev->otherend != NULL) { 110 kmem_free((void *)dev->otherend, strlen(dev->otherend) + 1); 111 dev->otherend = NULL; 117 free_otherend_watch(struct xenbus_device *dev) 119 if (dev->otherend_watch.node) { 120 unregister_xenbus_watch(&dev->otherend_watch); 121 kmem_free((void *)dev->otherend_watch.node, 122 strlen(dev->otherend_watch.node) + 1) 132 struct xenbus_device *dev = watch->dev; local [all...] |
| /netvirt/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) {
|
| /netvirt/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,
|
| /netvirt/usr/src/lib/efcode/upa/ |
| upa.c | 48 int dev, fn, len; local
|
| /netvirt/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);
|
| /netvirt/usr/src/lib/libmail/common/ |
| notifyu.c | 70 char dev[MAXFILENAME]; local 79 /* stick /dev/ in front */ 80 (void) sprintf(dev, "%s/dev/%s", etcdir, tty); 87 if ((fd = open(dev, O_WRONLY|O_NOCTTY)) == -1) { 89 "Cannot open %s.\n", dev); 106 port = fopen(dev, "w");
|
| /netvirt/usr/src/uts/common/inet/ |
| inet_common.c | 85 dev_t dev; local 87 while ((dev = (dev_t)vmem_alloc(arena->ineta_arena, 1, 97 return (dev); 101 inet_minor_free(void *a, dev_t dev) 103 ASSERT((dev != OPENFAIL) && (dev != 0) && (dev <= inet_maxminor)); 104 vmem_free(((inet_arena_t *)a)->ineta_arena, (void *)dev, 1);
|
| /netvirt/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)
|
| /netvirt/usr/src/cmd/hal/hald/solaris/ |
| devinfo_acpi.c | 92 dev_t dev; local 119 dev = di_minor_devt(minor); 120 if ((major != major(dev)) || 129 devinfo_battery_add_minor(d, node, minor_path, dev); 141 dev_t dev)
|
| /netvirt/usr/src/grub/grub-0.95/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);
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| pt.c | 60 #define PTSNAME "/dev/pts/" /* slave name */ 95 dev_t dev; local 98 if ((dev = ptsdev(fd)) == NODEV) 105 itoa(dev, sname + strlen(PTSNAME)); 108 * This lookup will create the /dev/pts node (if the corresponding 220 return (open("/dev/ptmx", oflag));
|
| /netvirt/usr/src/uts/common/io/usb/hubd/ |
| hubd.c | 44 static int hubd_close(dev_t dev, int flag, int otyp, cred_t *credp); 45 static int hubd_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, 138 hubd_get_dip(dev_t dev) 140 minor_t minor = getminor(dev); 159 dev_t dev; local 171 dev = (dev_t)arg; 172 instance = HUBD_UNIT(dev); 192 hubd_close(dev_t dev, int flag, int otyp, cred_t *credp) 194 dev_info_t *dip = hubd_get_dip(dev); 196 return (usba_hubdi_close(dip, dev, flag, otyp, credp)) [all...] |
| /netvirt/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);
|
| /netvirt/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) &&
|
| /netvirt/usr/src/cmd/lp/filter/postscript/common/ |
| dev.h | 36 #pragma ident "@(#)dev.h 1.6 05/06/08 SMI" /* SVr4.0 1.1 */ 39 dev.h: characteristics of a typesetter 42 struct dev { struct 44 /* excluding dev part */
|
| /netvirt/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| getcwd.c | 54 register dev_t dev; local 112 dev = s.st_dev; 115 if (root_dev == dev && root_ino == ino) { 160 if (s.st_dev == dev) { 182 if (s.st_dev == dev && s.st_ino == ino)
|
| /netvirt/usr/src/cmd/troff/troff.d/ |
| dev.h | 31 #pragma ident "@(#)dev.h 1.5 05/06/08 SMI" 44 dev.h: characteristics of a typesetter 47 struct dev { struct 49 /* excluding dev part */
|
| /netvirt/usr/src/lib/efcode/fcdriver/ |
| property.c | 116 os_get_prop(fcode_env_t *env, int inherit, device_t *dev) 124 ASSERT(dev); 126 pd = dev->private; 134 get_path(env, dev)); 149 device_t *dev; local 151 CONVERT_PHANDLE(env, dev, POP(DS)); 152 os_get_prop(env, 0, dev);
|