Searched refs:open_device (Results 1 – 11 of 11) sorted by relevance
61 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
80 extern void open_device(); in ttymon_express()149 open_device(pmtab); in ttymon_express()
26 int open_device(LibHalContext *ctx, char *udi);
631 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
48 static int open_device(void);389 while ((fd = open_device()) != -1) { in main()595 open_device() in open_device() function
52 open_device(const char *device_name) in open_device() function727 if ((sg_fd = open_device(device_name)) < 0) { in gather_data()
76 static int open_device(ib_device_t *);452 open_device(ib_device_t *device) in open_device() function492 if (open_device(device) != BC_SUCCESS) in init_device()
1275 open_device (void) in open_device() function1357 open_device (); in setup_part()1373 open_device (); in setup_part()1389 open_device (); in setup_part()
1486 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()
1017 int open_device (void);
5079 * stage2/builtins.c (embed_func): Call open_device instead of5084 file can be opened, only if open_device succeeds.