Searched refs:device (Results 151 - 175 of 434) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice_impl.h33 #include <sys/contract/device.h>
61 uint_t cond_state; /* current state of device */
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.h66 ig_device_t device; member in struct:_ig_data
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.h39 /* partitioning type for device */
56 char *path; /* device name */
66 /* boot device data */
90 ib_device_t device; /* boot device */ member in struct:_ib_data
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h140 dev_t _vfpCkDev; /* checkpoint device i.d. */
432 extern int ds_findpkg(char *device, char *pkg);
434 extern int ds_getpkg(char *device, int n, char *dstdir);
435 extern int ds_ginit(char *device);
437 extern int ds_init(char *device, char **pkg, char *norewind);
442 extern int ds_readbuf(char *device);
463 extern int pkghead(char *device);
498 extern void ds_skiptoend(char *device);
H A Ddevtype.c39 extern char *devattr(char *device, char *attribute); /* libadm.a */
60 /* see if alias represents a mountable device (e.g., a floppy) */
85 /* check for norewind device */
92 /* mountable devices will always have associated raw device */
100 * if it is not a raw device, it must be a directory or a regular file
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterAdd.java91 String device = p.getDevice();
92 if (device == null) {
122 String device = p.getDevice();
141 // "uri" is a pseudo protocol and means that the device is
145 device = destination;
158 if (device != null) {
159 cmd = cmd.concat(" -v " + device);
161 if (device.indexOf("://") != -1)
H A DDoPrinterMod.java138 String device = null;
177 device = p.getDevice();
275 (device == null) &&
317 (device == null) &&
384 // with device for uri protocol
390 device = destination;
392 device = curr.getDestination();
397 device = "/dev/null";
415 if (device != null) {
416 cmd = cmd.concat(" -v " + device);
[all...]
H A DPrinterUtil.java151 public synchronized static String[] getProbePrinter(String device) argument
155 String ret[] = DoPrinterUtil.getProbe(device);
/illumos-gate/usr/src/cmd/du/
H A Ddu.c94 dev_t device);
278 descend(char *curname, int curfd, int *retcode, dev_t device) argument
338 if (device) {
339 if (dflg && stb.st_dev != device) {
345 device = stb.st_dev;
401 blocks += descend(NULL, fd, retcode, device);
481 retval = descend(ebase + 1, 0, retcode, device);
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevreserv.c38 * devfree() Free a reserved device
87 * getlocks() Get the device locks from the device-lock file
88 * islocked() Determines if a device is locked
89 * putlocks() Close the device locks w/ update
90 * freelkfile() Close the device locks w/o updating
101 static char *islocked(char *); /* Determines if a device is locked */
116 * Determines the pathname of the device reservation table file
161 * The _openlkfile() function opens a device-reservation table file
202 * Function closes the device
733 islocked(char *device) argument
798 unreserv(int key, char *device) argument
1034 devfree( int key, char *device) argument
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c538 * disk -The disk device to be evaluated for partitions
541 * opath -The device path
560 char *device; /* name of fixed disk drive */ local
628 if ((device = malloc(len)) == NULL) {
629 if (device)
630 free(device);
634 (void) snprintf(device, len, "%s", disk->aliases->alias);
636 if ((ret = libfdisk_init(&epp, device, &iparts[i],
652 free(device);
656 free(device);
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c114 int fw_readfw(struct devicelist *device, char *filename);
115 int fw_writefw(struct devicelist *device);
123 static int sd_idtfy_custmz(struct devicelist *device, char *sp);
134 "%s: not writing firmware for device %s to file %s\n",
174 gettext("%s: unable to open device %s\n"),
232 * The fw_identify() function walks the device
237 * to give the device when we add it to the fw_devices list.
263 /* Just in case we've got an FC-attached device on sparc */
286 logmsg(MSG_INFO, "unable to get device path for "
291 * We check if this is removable device, i
713 sd_idtfy_custmz(struct devicelist *device, char *sp) argument
[all...]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c78 static int fwflash_update(char *device, char *filename, int flags);
79 static int fwflash_read_file(char *device, char *filename);
533 * verifier for this device has already been loaded. If it
578 "device\n"));
777 * each flashable device, which is added to fw_devices
797 gettext("Unable to take device tree snapshot: %s\n"),
821 /* only bump startidx if we've found at least one device */
873 fwflash_update(char *device, char *filename, int flags) argument
886 * through the device list looking for the device whic
1007 fwflash_read_file(char *device, char *filename) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c41 # include <device.h>
56 /* The boot device. */
219 /* Print the device name. */
400 "Initialize a network device via BOOTP. If the option `--with-configfile'"
843 /* device */
848 char *device;
854 /* Get the device argument. */
855 device = skip_to (0, drive);
858 nul_terminate (device);
860 if (! *device || ! check_devic
838 char *device; local
1397 char *device; local
1596 static char device[32]; local
1805 char *device = arg; local
2525 unsigned long device = 0xFFFFFFFF; local
2545 unsigned long device; local
4524 char device[16]; local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c38 * also manage new file Devconfig, allows per-device setup.
113 setdevcfg(service, device)
114 char *service, *device;
118 scancfg(service, device);
200 scancfg(service, device)
201 char *service, *device;
205 /* (re)initialize device-specific information */
220 if ( namematch("device=", tok, device)) {
264 * given a label (e.g., "service=", "device
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c143 int nv_available = 0; /* presence of nv-ram support in device */
305 * Close the broken device and clear the open flag on
306 * it. We have to check that the device is open,
914 * Setup un_orig_dev from device id info if the device
1040 * int removing - a flag to imply removing device name from
1279 * for the entire raid device. It is called from
1282 * On error the entire device is marked as in error by
1283 * placing the erroring device in error and all other
2066 * Open by device i
3800 mr_column_t *device; local
3830 mr_column_t *device; local
4094 mr_column_t *device; local
4119 mr_column_t *device; local
4309 mr_column32_od_t *device; local
4330 mr_column_t *device; local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_printer.c362 prbufp->device = 0;
563 prbufp->device = 0;
593 prbufp->device = 0;
600 prbufp->device = v;
641 (prbufp->device != NULL))
642 update_dev_dbs(p, prbufp->device, "ADD");
708 * devname - device associated w/ this printer
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Dtomatillo.esc52 event error.io.pci.device-ta@hostbridge/pcibus/pcidev/pcifn;
86 * using a device-ta error to propagate into the generic pci.esc rules.
106 error.io.pci.device-ta@PCI_HB_DEV_PATH;
113 error.io.pci.device-ta@PCI_HB_DEV_PATH;
119 error.io.pci.device-ta@PCI_HB_DEV_PATH;
128 error.io.pci.device-ta@PCI_HB_DEV_PATH,
135 error.io.pci.device-ta@PCI_HB_DEV_PATH;
141 error.io.pci.device-ta@PCI_HB_DEV_PATH;
147 error.io.pci.device-ta@PCI_HB_DEV_PATH;
172 * using a device
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile.com67 ROOTMANIFESTDIR= $(ROOT)/lib/svc/manifest/system/device
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power51 while read device kbytes used avail capacity filesys; do
/illumos-gate/usr/src/cmd/print/scripts/
H A Dlpadmin198 device=${OPTARG}
206 -n "${device}" || -n "${description}" ]] ; then
255 if [[ ! -n "${device}" && ! -n "${server}" && ! -n "${delete}" && \
291 # if there is a "device" or LP configuration, it's local
292 if [[ -n "${device}" || -f /etc/lp/printers/${printer}/configuration || \
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_read.c149 mem_get_serid(const char *device, char *serid, size_t seridsz) argument
155 if ((fd = open(device, O_RDONLY)) < 0)
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfx_private.h58 uint8_t function, uint16_t *vendor, uint16_t *device);
68 extern int gfxp_pci_device_present(uint16_t vendor, uint16_t device);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-sim.dts64 device-type = "cpu";
73 device-type = "cpu";
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dlibinetutil.h49 char ifsp_devnm[LIFNAMSIZ]; /* only the device name */
89 char device[LIFNAMSIZ + 1]; /* interface name */ member in struct:ifaddrlist

Completed in 184 milliseconds

1234567891011>>