Home
last modified time | relevance | path

Searched refs:find_device (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in216 find_device () {
380 root_device=`find_device ${rootdir}`
381 bootdir_device=`find_device ${bootdir}`
398 grubdir_device=`find_device ${grubdir}`
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dprom.c102 if ((pnode = find_device(bnode, 0x1F, SBUS_NAME)) == NULL) { in platform_disp_prom_version()
H A Dpdevinfo_funcs.c676 find_device(Board_node *board, int id, char *name) in find_device() function
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c731 find_device(char *name) in find_device() function
856 if ((d = find_device(devname)) == NULL) { in do_show_device()
901 if ((d = find_device(devname)) == NULL) { in do_show_control()
977 if ((d = find_device(devname)) == NULL) { in do_set_control()
1039 if ((d = find_device(devname)) == NULL) { in do_save_controls()
1114 if ((d = find_device(devname)) == NULL) { in do_load_controls()
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dlibprtdiag.h150 Prom_node *find_device(Board_node *, int, char *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c127 static struct rarpdev *find_device(ifspec_t *);
355 if ((rdev = find_device(&ifsp)) == NULL) { in getintf()
386 find_device(ifspec_t *specp) in find_device() function
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_menu.c84 extern int find_device(int defer, char *tmpstr);
442 removable = find_device(defer, tmpstr); in process_l_flag()
H A Drmf_misc.c1118 find_device(int defer, char *tmpstr) in find_device() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c208 static struct ifaddrlist *find_device(struct ifaddrlist *, int, char *);
884 tmp1_al = find_device(al, num_ifs, device); in set_src_addr()
1050 find_device(struct ifaddrlist *al, int len, char *device) in find_device() function
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog877 (find_device): Moved symlink code to new function.
950 * util/grub-install.in (find_device): Fix the sed script.
1721 * util/grub-install.in (find_device): New function - find block
1724 Use find_device() for root_device, bootdir_device and