Lines Matching defs:io

65 	struct ibarg io;
67 io.__ident = __ID_IBASK;
68 io.handle = handle;
69 io.option = option;
70 io.retval = retval;
71 io.__field = __F_HANDLE | __F_OPTION | __F_RETVAL;
72 return (__ibsubmit(&io));
78 struct ibarg io;
80 io.__ident = __ID_IBBNA;
81 io.handle = handle;
82 io.bdname = bdname;
83 io.__field = __F_HANDLE | __F_BDNAME;
84 return (__ibsubmit(&io));
90 struct ibarg io;
92 io.__ident = __ID_IBCAC;
93 io.handle = handle;
94 io.v = v;
95 io.__field = __F_HANDLE | __F_V;
96 return (__ibsubmit(&io));
102 struct ibarg io;
104 io.__ident = __ID_IBCLR;
105 io.handle = handle;
106 io.__field = __F_HANDLE;
107 return (__ibsubmit(&io));
113 struct ibarg io;
115 io.__ident = __ID_IBCMD;
116 io.handle = handle;
117 io.buffer = buffer;
118 io.cnt = cnt;
119 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
120 return (__ibsubmit(&io));
126 struct ibarg io;
128 io.__ident = __ID_IBCMDA;
129 io.handle = handle;
130 io.buffer = buffer;
131 io.cnt = cnt;
132 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
133 return (__ibsubmit(&io));
139 struct ibarg io;
141 io.__ident = __ID_IBCONFIG;
142 io.handle = handle;
143 io.option = option;
144 io.value = value;
145 io.__field = __F_HANDLE | __F_OPTION | __F_VALUE;
146 return (__ibsubmit(&io));
152 struct ibarg io;
154 io.__ident = __ID_IBDEV;
155 io.boardID = boardID;
156 io.pad = pad;
157 io.sad = sad;
158 io.tmo = tmo;
159 io.eot = eot;
160 io.eos = eos;
161 io.__field = __F_BOARDID | __F_PAD | __F_SAD | __F_TMO | __F_EOT | __F_EOS;
162 return (__ibsubmit(&io));
168 struct ibarg io;
170 io.__ident = __ID_IBDIAG;
171 io.handle = handle;
172 io.buffer = buffer;
173 io.cnt = cnt;
174 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
175 return (__ibsubmit(&io));
181 struct ibarg io;
183 io.__ident = __ID_IBDMA;
184 io.handle = handle;
185 io.v = v;
186 io.__field = __F_HANDLE | __F_V;
187 return (__ibsubmit(&io));
193 struct ibarg io;
195 io.__ident = __ID_IBEOS;
196 io.handle = handle;
197 io.eos = eos;
198 io.__field = __F_HANDLE | __F_EOS;
199 return (__ibsubmit(&io));
205 struct ibarg io;
207 io.__ident = __ID_IBEOT;
208 io.handle = handle;
209 io.eot = eot;
210 io.__field = __F_HANDLE | __F_EOT;
211 return (__ibsubmit(&io));
217 struct ibarg io;
219 io.__ident = __ID_IBEVENT;
220 io.handle = handle;
221 io.event = event;
222 io.__field = __F_HANDLE | __F_EVENT;
223 return (__ibsubmit(&io));
229 struct ibarg io;
231 io.__ident = __ID_IBFIND;
232 io.bdname = bdname;
233 io.__field = __F_BDNAME;
234 return (__ibsubmit(&io));
240 struct ibarg io;
242 io.__ident = __ID_IBGTS;
243 io.handle = handle;
244 io.v = v;
245 io.__field = __F_HANDLE | __F_V;
246 return (__ibsubmit(&io));
252 struct ibarg io;
254 io.__ident = __ID_IBIST;
255 io.handle = handle;
256 io.v = v;
257 io.__field = __F_HANDLE | __F_V;
258 return (__ibsubmit(&io));
264 struct ibarg io;
266 io.__ident = __ID_IBLINES;
267 io.handle = handle;
268 io.lines = lines;
269 io.__field = __F_HANDLE | __F_LINES;
270 return (__ibsubmit(&io));
276 struct ibarg io;
278 io.__ident = __ID_IBLLO;
279 io.handle = handle;
280 io.__field = __F_HANDLE;
281 return (__ibsubmit(&io));
287 struct ibarg io;
289 io.__ident = __ID_IBLN;
290 io.handle = handle;
291 io.padval = padval;
292 io.sadval = sadval;
293 io.listenflag = listenflag;
294 io.__field = __F_HANDLE | __F_PADVAL | __F_SADVAL | __F_LISTENFLAG;
295 return (__ibsubmit(&io));
301 struct ibarg io;
303 io.__ident = __ID_IBLOC;
304 io.handle = handle;
305 io.__field = __F_HANDLE;
306 return (__ibsubmit(&io));
312 struct ibarg io;
314 io.__ident = __ID_IBONL;
315 io.handle = handle;
316 io.v = v;
317 io.__field = __F_HANDLE | __F_V;
318 return (__ibsubmit(&io));
324 struct ibarg io;
326 io.__ident = __ID_IBPAD;
327 io.handle = handle;
328 io.v = v;
329 io.__field = __F_HANDLE | __F_V;
330 return (__ibsubmit(&io));
336 struct ibarg io;
338 io.__ident = __ID_IBPCT;
339 io.handle = handle;
340 io.__field = __F_HANDLE;
341 return (__ibsubmit(&io));
347 struct ibarg io;
349 io.__ident = __ID_IBPOKE;
350 io.handle = handle;
351 io.option = option;
352 io.value = value;
353 io.__field = __F_HANDLE | __F_OPTION | __F_VALUE;
354 return (__ibsubmit(&io));
360 struct ibarg io;
362 io.__ident = __ID_IBPPC;
363 io.handle = handle;
364 io.v = v;
365 io.__field = __F_HANDLE | __F_V;
366 return (__ibsubmit(&io));
372 struct ibarg io;
374 io.__ident = __ID_IBRD;
375 io.handle = handle;
376 io.buffer = buffer;
377 io.cnt = cnt;
378 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
379 return (__ibsubmit(&io));
385 struct ibarg io;
387 io.__ident = __ID_IBRDA;
388 io.handle = handle;
389 io.buffer = buffer;
390 io.cnt = cnt;
391 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
392 return (__ibsubmit(&io));
398 struct ibarg io;
400 io.__ident = __ID_IBRDF;
401 io.handle = handle;
402 io.flname = flname;
403 io.__field = __F_HANDLE | __F_FLNAME;
404 return (__ibsubmit(&io));
410 struct ibarg io;
412 io.__ident = __ID_IBRDKEY;
413 io.handle = handle;
414 io.buffer = buffer;
415 io.cnt = cnt;
416 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
417 return (__ibsubmit(&io));
423 struct ibarg io;
425 io.__ident = __ID_IBRPP;
426 io.handle = handle;
427 io.ppr = ppr;
428 io.__field = __F_HANDLE | __F_PPR;
429 return (__ibsubmit(&io));
435 struct ibarg io;
437 io.__ident = __ID_IBRSC;
438 io.handle = handle;
439 io.v = v;
440 io.__field = __F_HANDLE | __F_V;
441 return (__ibsubmit(&io));
447 struct ibarg io;
449 io.__ident = __ID_IBRSP;
450 io.handle = handle;
451 io.spr = spr;
452 io.__field = __F_HANDLE | __F_SPR;
453 return (__ibsubmit(&io));
459 struct ibarg io;
461 io.__ident = __ID_IBRSV;
462 io.handle = handle;
463 io.v = v;
464 io.__field = __F_HANDLE | __F_V;
465 return (__ibsubmit(&io));
471 struct ibarg io;
473 io.__ident = __ID_IBSAD;
474 io.handle = handle;
475 io.sad = sad;
476 io.__field = __F_HANDLE | __F_SAD;
477 return (__ibsubmit(&io));
483 struct ibarg io;
485 io.__ident = __ID_IBSGNL;
486 io.handle = handle;
487 io.v = v;
488 io.__field = __F_HANDLE | __F_V;
489 return (__ibsubmit(&io));
495 struct ibarg io;
497 io.__ident = __ID_IBSIC;
498 io.handle = handle;
499 io.__field = __F_HANDLE;
500 return (__ibsubmit(&io));
506 struct ibarg io;
508 io.__ident = __ID_IBSRE;
509 io.handle = handle;
510 io.v = v;
511 io.__field = __F_HANDLE | __F_V;
512 return (__ibsubmit(&io));
518 struct ibarg io;
520 io.__ident = __ID_IBSRQ;
521 io.func = func;
522 io.__field = __F_FUNC;
523 return (__ibsubmit(&io));
529 struct ibarg io;
531 io.__ident = __ID_IBSTOP;
532 io.handle = handle;
533 io.__field = __F_HANDLE;
534 return (__ibsubmit(&io));
540 struct ibarg io;
542 io.__ident = __ID_IBTMO;
543 io.handle = handle;
544 io.tmo = tmo;
545 io.__field = __F_HANDLE | __F_TMO;
546 return (__ibsubmit(&io));
552 struct ibarg io;
554 io.__ident = __ID_IBTRAP;
555 io.mask = mask;
556 io.mode = mode;
557 io.__field = __F_MASK | __F_MODE;
558 return (__ibsubmit(&io));
564 struct ibarg io;
566 io.__ident = __ID_IBTRG;
567 io.handle = handle;
568 io.__field = __F_HANDLE;
569 return (__ibsubmit(&io));
575 struct ibarg io;
577 io.__ident = __ID_IBWAIT;
578 io.handle = handle;
579 io.mask = mask;
580 io.__field = __F_HANDLE | __F_MASK;
581 return (__ibsubmit(&io));
587 struct ibarg io;
589 io.__ident = __ID_IBWRT;
590 io.handle = handle;
591 io.buffer = __DECONST(void *, buffer);
592 io.cnt = cnt;
593 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
594 return (__ibsubmit(&io));
600 struct ibarg io;
602 io.__ident = __ID_IBWRTA;
603 io.handle = handle;
604 io.buffer = __DECONST(void *, buffer);
605 io.cnt = cnt;
606 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
607 return (__ibsubmit(&io));
613 struct ibarg io;
615 io.__ident = __ID_IBWRTF;
616 io.handle = handle;
617 io.flname = __DECONST(void *, flname);
618 io.__field = __F_HANDLE | __F_FLNAME;
619 return (__ibsubmit(&io));
625 struct ibarg io;
627 io.__ident = __ID_IBWRTKEY;
628 io.handle = handle;
629 io.buffer = __DECONST(void *, buffer);
630 io.cnt = cnt;
631 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
632 return (__ibsubmit(&io));
638 struct ibarg io;
640 io.__ident = __ID_IBXTRC;
641 io.handle = handle;
642 io.buffer = buffer;
643 io.cnt = cnt;
644 io.__field = __F_HANDLE | __F_BUFFER | __F_CNT;
645 return (__ibsubmit(&io));