Searched refs:iosb (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/unzip/
H A Dttyio.c203 short DevChan, iosb[4]; local
217 status = sys$qiow(0, DevChan, IO$_SENSEMODE, &iosb, 0, 0,
221 status = iosb[0];
234 status = sys$qiow(0, DevChan, IO$_SETMODE, &iosb, 0, 0,
238 status = iosb[0];
258 short DevChan, iosb[4]; local
272 &iosb, 0, 0,
275 status = iosb[0];
/haiku-fatelf/src/bin/zip/
H A Dttyio.c203 short DevChan, iosb[4]; local
217 status = sys$qiow(0, DevChan, IO$_SENSEMODE, &iosb, 0, 0,
221 status = iosb[0];
234 status = sys$qiow(0, DevChan, IO$_SETMODE, &iosb, 0, 0,
238 status = iosb[0];
258 short DevChan, iosb[4]; local
272 &iosb, 0, 0,
275 status = iosb[0];
/haiku-fatelf/src/bin/coreutils/lib/
H A Dselect.c111 IO_STATUS_BLOCK iosb; local
148 memset (&iosb, 0, sizeof (iosb));
152 || NtQueryInformationFile (h, &iosb, &fpli, sizeof (fpli),

Completed in 60 milliseconds