Searched defs:open_device (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.c61 void open_device();
259 open_device(tp);
309 open_device(tp);
332 open_device(tp);
373 * open_device(pmptr) - open the device
381 open_device(pmptr) function
388 debug("in open_device");
491 debug("open_device (%s), fd = %d", pmptr->p_device, fd);
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.c631 if ((fd = open_device(ctx,
693 if ((fd = open_device(ctx, ac_adapter_devices[i]))
720 open_device(LibHalContext *ctx, char *udi) function
/illumos-gate/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c52 open_device(const char *device_name) function
727 if ((sg_fd = open_device(device_name)) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c48 static int open_device(void);
389 while ((fd = open_device()) != -1) {
595 open_device() function
/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c76 static int open_device(ib_device_t *);
452 open_device(ib_device_t *device) function
492 if (open_device(device) != BC_SUCCESS)
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c822 open_device(char *path) function
900 device->stage.fd = open_device(ptr);
932 device->stage.fd = open_device(ptr);
997 if ((device->fd = open_device(device->path)) == -1)
1047 device->stage.fd = open_device(device->stage.path);
1058 device->target.fd = open_device(device->target.path);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1275 open_device (void) function
1357 open_device ();
1373 open_device ();
1389 open_device ();

Completed in 74 milliseconds