OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmpoffs
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libossaudio/
oss_dsp.c
54
struct audio_offset
tmpoffs
;
local in function:_oss_dsp_ioctl
341
retval = ioctl(fd, AUDIO_GETIOFFS, &
tmpoffs
);
344
cntinfo.bytes =
tmpoffs
.samples;
345
cntinfo.blocks =
tmpoffs
.deltablks;
346
cntinfo.ptr =
tmpoffs
.offset;
364
retval = ioctl(fd, AUDIO_GETOOFFS, &
tmpoffs
);
367
cntinfo.bytes =
tmpoffs
.samples;
368
cntinfo.blocks =
tmpoffs
.deltablks;
369
cntinfo.ptr =
tmpoffs
.offset;
/src/sys/compat/ossaudio/
ossaudio.c
180
struct audio_offset
tmpoffs
;
local in function:oss_ioctl_audio
775
error = ioctlf(fp, AUDIO_GETIOFFS, &
tmpoffs
);
782
cntinfo.bytes =
tmpoffs
.samples;
783
cntinfo.blocks =
tmpoffs
.deltablks;
784
cntinfo.ptr =
tmpoffs
.offset;
793
error = ioctlf(fp, AUDIO_GETOOFFS, &
tmpoffs
);
800
cntinfo.bytes =
tmpoffs
.samples;
801
cntinfo.blocks =
tmpoffs
.deltablks;
802
cntinfo.ptr =
tmpoffs
.offset;
Completed in 13 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025