OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:doio
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/csh/
sem.c
58
static void
doio
(struct command *t, int *, int *);
363
doio
(t, pipein, pipeout);
524
doio
(struct command *t, int *pipein, int *pipeout)
function
/src/usr.sbin/eeprom/
eehandlers.c
60
static int
doio
(const struct keytabent *, u_char *, ssize_t, int);
170
if (
doio
(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_WRITE))
173
if (
doio
(ktent, (u_char *)&hwtime, sizeof(hwtime), IO_READ))
203
if (
doio
(ktent, &num8, sizeof(num8), IO_WRITE))
206
if (
doio
(ktent, &num8, sizeof(num8), IO_READ))
227
if (
doio
(ktent, (u_char *)&num16, sizeof(num16), IO_WRITE))
230
if (
doio
(ktent, (u_char *)&num16, sizeof(num16), IO_READ))
258
if (
doio
(ktent, &scsize, sizeof(scsize), IO_WRITE))
261
if (
doio
(ktent, &scsize, sizeof(scsize), IO_READ))
296
if (
doio
(ktent, &truth, sizeof(truth), IO_WRITE)
526
doio
(const struct keytabent *ktent, u_char *buf, ssize_t len, int wr)
function
[
all
...]
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026