OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:winop
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpcmips/stand/libsa/
devopen.c
52
static struct fs_ops
winop
= {
variable in typeref:struct:fs_ops
115
file_system[0] =
winop
;
/src/external/bsd/libevent/dist/
win32select.c
186
struct win32op *
winop
;
local
188
if (!(
winop
= mm_calloc(1, sizeof(struct win32op))))
190
winop
->num_fds_in_fd_sets = NEVENT;
192
if (!(
winop
->readset_in = mm_malloc(size)))
194
if (!(
winop
->writeset_in = mm_malloc(size)))
196
if (!(
winop
->readset_out = mm_malloc(size)))
198
if (!(
winop
->writeset_out = mm_malloc(size)))
200
if (!(
winop
->exset_out = mm_malloc(size)))
202
winop
->readset_in->fd_count =
winop
->writeset_in->fd_count = 0
[
all
...]
/src/external/bsd/ntp/dist/sntp/libevent/
win32select.c
185
struct win32op *
winop
;
local
187
if (!(
winop
= mm_calloc(1, sizeof(struct win32op))))
189
winop
->num_fds_in_fd_sets = NEVENT;
191
if (!(
winop
->readset_in = mm_malloc(size)))
193
if (!(
winop
->writeset_in = mm_malloc(size)))
195
if (!(
winop
->readset_out = mm_malloc(size)))
197
if (!(
winop
->writeset_out = mm_malloc(size)))
199
if (!(
winop
->exset_out = mm_malloc(size)))
201
winop
->readset_in->fd_count =
winop
->writeset_in->fd_count = 0
[
all
...]
Completed in 137 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026