Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ttymon/
H A Dttymon.c61 void open_device(struct pmtab *);
247 open_device(tp); in initialize()
297 open_device(tp); in open_all()
320 open_device(tp); in open_all()
368 open_device(struct pmtab *pmptr) in open_device() function
H A Dtmextern.h226 extern void open_device(struct pmtab *);
H A Dtmexpress.c137 open_device(pmtab); in ttymon_express()
/illumos-gate/usr/src/cmd/hal/utils/
H A Dacpi.h24 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
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c161 static int open_device(const char *);
210 if ((fd = open_device(plist->pl_devname)) == -1) { in install_stage1_cb()
249 if ((fd = open_device(plist->pl_devname)) == -1) { in install_stage2_cb()
331 if ((fd = open_device(plist->pl_devname)) == -1) in install_esp_cb()
555 if ((fd = open_device(plist->pl_devname)) == -1) in read_stage1_cb()
772 if ((fd = open_device(plist->pl_devname)) == -1) in read_einfo_esp_cb()
1154 if ((fd = open_device(data->target.path)) < 0) in probe_gpt()
1311 if ((fd = open_device(data->target.path)) < 0) in get_start_sector()
1411 if ((fd = open_device(data->target.path)) < 0) in probe_vtoc()
1737 if ((fd = open_device(pl->pl_devname)) == -1) { in probe_device()
[all …]
/illumos-gate/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
/illumos-gate/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()
/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) in open_device() function
492 if (open_device(device) != BC_SUCCESS) in init_device()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1278 open_device (void) in open_device() function
1360 open_device (); in setup_part()
1376 open_device (); in setup_part()
1392 open_device (); in setup_part()
H A Dbuiltins.c1489 if (! open_device ()) in embed_func()
1636 if (open_device ()) in find_common()
1669 if (open_device ()) { in find_common()
1699 if (open_device ()) in find_common()
3715 if (! open_device () && errnum != ERR_FSYS_MOUNT) in real_root_func()
4680 if (! open_device ()) in setup_func()
H A Dshared.h1020 int open_device (void);
/illumos-gate/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.