Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 12 of 12) sorted by relevance

/titanic_53/usr/src/cmd/ttymon/
H A Dttymon.c61 void open_device();
259 open_device(tp); in initialize()
309 open_device(tp); in open_all()
332 open_device(tp); in open_all()
381 open_device(pmptr) in open_device() function
H A Dtmexpress.c80 extern void open_device(); in ttymon_express()
149 open_device(pmtab); in ttymon_express()
/titanic_53/usr/src/cmd/hal/utils/
H A Dacpi.h26 int open_device(LibHalContext *ctx, char *udi);
H A Dacpi.c631 if ((fd = open_device(ctx, in battery_update_all()
693 if ((fd = open_device(ctx, ac_adapter_devices[i])) in ac_adapter_update_all()
720 open_device(LibHalContext *ctx, char *udi) in open_device() function
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c48 static int open_device(void);
389 while ((fd = open_device()) != -1) { in main()
595 open_device() in open_device() function
/titanic_53/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c52 open_device(const char *device_name) in open_device() function
727 if ((sg_fd = open_device(device_name)) < 0) { in gather_data()
/titanic_53/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c852 open_device(char *path) in open_device() function
930 device->stage.fd = open_device(ptr); in get_boot_partition()
962 device->stage.fd = open_device(ptr); in get_boot_slice()
1027 if ((device->fd = open_device(device->path)) == -1) in init_device()
1077 device->stage.fd = open_device(device->stage.path); in init_device()
1088 device->target.fd = open_device(device->target.path); in init_device()
/titanic_53/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c76 static int open_device(ib_device_t *);
452 open_device(ib_device_t *device) in open_device() function
492 if (open_device(device) != BC_SUCCESS) in init_device()
/titanic_53/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1275 open_device (void) in open_device() function
1357 open_device (); in setup_part()
1373 open_device (); in setup_part()
1389 open_device (); in setup_part()
H A Dbuiltins.c1486 if (! open_device ()) in embed_func()
1633 if (open_device ()) in find_common()
1666 if (open_device ()) { in find_common()
1696 if (open_device ()) in find_common()
3708 if (! open_device () && errnum != ERR_FSYS_MOUNT) in real_root_func()
4621 if (! open_device ()) in setup_func()
H A Dshared.h1017 int open_device (void);
/titanic_53/usr/src/grub/grub-0.97/
H A DChangeLog5079 * stage2/builtins.c (embed_func): Call open_device instead of
5084 file can be opened, only if open_device succeeds.