Searched refs:find_device (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | grub-install.in | 216 find_device () { 380 root_device=`find_device ${rootdir}` 381 bootdir_device=`find_device ${bootdir}` 398 grubdir_device=`find_device ${grubdir}`
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/starfire/common/ |
H A D | starfire.c | 70 Prom_node *find_device(Board_node *, int, char *); 208 find_device(Board_node *board, int id, char *name) in find_device() function
|
/titanic_41/usr/src/lib/libprtdiag/common/ |
H A D | prom.c | 104 if ((pnode = find_device(bnode, 0x1F, SBUS_NAME)) == NULL) { in platform_disp_prom_version()
|
H A D | pdevinfo_funcs.c | 678 find_device(Board_node *board, int id, char *name) in find_device() function
|
/titanic_41/usr/src/cmd/audio/audioctl/ |
H A D | audioctl.c | 731 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()
|
/titanic_41/usr/src/lib/libprtdiag/inc/ |
H A D | libprtdiag.h | 151 Prom_node *find_device(Board_node *, int, char *);
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 127 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
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/ |
H A D | sunfire.c | 1834 if ((pnode = find_device(bnode, upa, "sbus")) == NULL) { in sunfire_disp_asic_revs() 1846 if ((pnode = find_device(bnode, upa+1, "sbus")) == NULL) { in sunfire_disp_asic_revs() 1858 if ((pnode = find_device(bnode, upa, "pci")) == NULL) { in sunfire_disp_asic_revs() 1870 if ((pnode = find_device(bnode, upa+1, "pci")) == NULL) { in sunfire_disp_asic_revs()
|
/titanic_41/usr/src/cmd/rmformat/ |
H A D | rmf_menu.c | 84 extern int find_device(int defer, char *tmpstr); 442 removable = find_device(defer, tmpstr); in process_l_flag()
|
H A D | rmf_misc.c | 1116 find_device(int defer, char *tmpstr) in find_device() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 196 static struct ifaddrlist *find_device(struct ifaddrlist *, int, char *); 860 tmp1_al = find_device(al, num_ifs, device); in set_src_addr() 1026 find_device(struct ifaddrlist *al, int len, char *device) in find_device() function
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 877 (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
|