OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_device
(Results
1 - 4
of
4
) sorted by null
/external/grub/util/
grub-install.in
214
# Usage:
find_device
file
216
find_device
() {
380
root_device=`
find_device
${rootdir}`
381
bootdir_device=`
find_device
${bootdir}`
398
grubdir_device=`
find_device
${grubdir}`
grub-install
214
# Usage:
find_device
file
216
find_device
() {
380
root_device=`
find_device
${rootdir}`
381
bootdir_device=`
find_device
${bootdir}`
398
grubdir_device=`
find_device
${grubdir}`
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c
334
find_device
(_THIS, int nch)
function
379
this->hidden->dev =
find_device
(this, spec->channels);
/external/iputils/
arping.c
548
*
find_device
()
912
static int
find_device
(void)
function
930
* based on information found by
find_device
() funcion.
1075
if (
find_device
() < 0)
Completed in 278 milliseconds