OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:padfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/dev/audio/
h_pad.c
96
int
padfd
, audiofd;
local in function:main
144
padfd
= rump_sys_open("/dev/pad0", O_RDONLY);
145
if (
padfd
== -1)
177
n = rump_sys_read(
padfd
, outbuf, outlen);
audiotest.c
176
int
padfd
;
variable in typeref:typename:int
255
padfd
= -1;
665
padfd
= rump_or_open("/dev/pad0", O_RDONLY);
666
if (
padfd
== -1)
716
r = read(
padfd
, buf, sizeof(buf));
735
if (fd !=
padfd
)
Completed in 49 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025