Searched refs:iop (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Diop.c1 /* $NetBSD: iop.c,v 1.10 2005/12/24 23:24:00 perry Exp $ */
35 __KERNEL_RCSID(0, "$NetBSD: iop.c,v 1.10 2005/12/24 23:24:00 perry Exp $");
91 default_listener(IOP *iop, struct iop_msg *msg) argument
100 IOP *iop; local
108 mac68k_iops[SCC_IOP].iop = (IOPHW *)
110 mac68k_iops[ISM_IOP].iop = (IOPHW *)
114 mac68k_iops[SCC_IOP].iop = (IOPHW *)
116 mac68k_iops[ISM_IOP].iop = (IOPHW *)
122 ioph = mac68k_iops[SCC_IOP].iop;
126 ioph = mac68k_iops[ISM_IOP].iop;
247 IOP *iop; local
310 iop_message_sent(IOP *iop, int chan) argument
333 receive_iop_message(IOP *iop, int chan) argument
373 IOP *iop; local
414 IOP *iop; local
443 IOP *iop; local
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmodf.c28 /* Set iop to the integral part of op and fop to its fractional part */
30 mpfr_modf (mpfr_ptr iop, mpfr_ptr fop, mpfr_srcptr op, mpfr_rnd_t rnd_mode) argument
37 ("iop[%#R]=%R fop[%#R]=%R", iop, iop, fop, fop));
39 MPFR_ASSERTN (iop != fop);
45 MPFR_SET_NAN (iop);
49 MPFR_SET_SAME_SIGN (iop, op);
53 MPFR_SET_INF (iop);
60 MPFR_SET_ZERO (iop);
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/stdio/
H A Dcompat_fsetpos.c62 fsetpos(FILE * __restrict iop, const off_t * __restrict pos) argument
64 _DIAGASSERT(iop != NULL);
67 return fseeko(iop, *pos, SEEK_SET) == (off_t)-1;
/netbsd-6-1-5-RELEASE/sys/dev/i2o/
H A Dld_iop.c120 struct iop_softc *iop = device_private(parent); local
144 iop_initiator_register(iop, &sc->sc_ii);
151 iop_initiator_register(iop, &sc->sc_eventii);
153 rv = iop_util_eventreg(iop, &sc->sc_eventii,
165 * Start out with one queued command. The `iop' driver will adjust
177 iop_print_ident(iop, ia->ia_tid);
183 rv = iop_util_claim(iop, &sc->sc_ii, 0,
190 rv = iop_field_get_all(iop, ia->ia_tid, I2O_PARAM_RBS_DEVICE_INFO,
237 rv = iop_field_get_all(iop, ia->ia_tid, I2O_PARAM_RBS_CACHE_CONTROL,
255 iop_field_set(iop, i
280 struct iop_softc *iop; local
316 struct iop_softc *iop; local
346 struct iop_softc *iop; local
406 struct iop_softc *iop; local
444 struct iop_softc *iop; local
471 struct iop_softc *iop; local
508 struct iop_softc *iop; local
535 struct iop_softc *iop = device_private(device_parent(dv)); local
[all...]
H A Diopsp.c113 struct iop_softc *iop; local
128 iop = device_private(parent);
137 iop_initiator_register(iop, &sc->sc_ii);
139 rv = iop_field_get_all(iop, ia->ia_tid, I2O_PARAM_HBA_CTLR_INFO,
151 iop_print_ident(iop, ia->ia_tid);
154 rv = iop_field_get_all(iop, ia->ia_tid, I2O_PARAM_HBA_SCSI_CTLR_INFO,
204 iop_initiator_unregister(iop, &sc->sc_ii);
215 struct iop_softc *iop; local
230 iop = (struct iop_softc *)device_parent(&sc->sc_dv);
233 KASSERT(mutex_owned(&iop
348 struct iop_softc *iop; local
387 struct iop_softc *iop; local
505 struct iop_softc *iop; local
534 struct iop_softc *iop; local
640 struct iop_softc *iop; local
[all...]
H A Ddpti.c153 struct iop_softc *iop; local
156 iop = (struct iop_softc *)parent;
161 if (le16toh(iop->sc_status.orgid) != I2O_ORG_DPT)
170 struct iop_softc *iop; local
180 iop = device_private(parent);
190 rv = iop_field_get_all(iop, I2O_TID_IOP,
213 struct iop_softc *iop; local
219 iop = (struct iop_softc *)device_parent(&sc->sc_dv);
275 mutex_enter(&iop->sc_conflock);
281 mutex_exit(&iop
307 struct iop_softc *iop; local
326 struct iop_softc *iop; local
441 struct iop_softc *iop; local
[all...]
H A Diop.c39 #include "iop.h"
465 struct iop_softc *sc, *iop; local
488 if ((iop = device_lookup_private(&iop_cd, i)) == NULL)
490 if ((iop->sc_flags & IOP_HAVESTATUS) == 0)
492 if (iop_status_get(iop, 1) != 0) {
494 iop->sc_flags &= ~IOP_HAVESTATUS;
513 if ((iop = device_lookup_private(&iop_cd, i)) == NULL)
515 if ((iop->sc_flags & IOP_HAVESTATUS) == 0)
518 ste->orgid = iop->sc_status.orgid;
519 ste->iopid = device_unit(&iop
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20031201-1.c63 io *iop = i; local
64 if (iop->i12.e0 != 8 || iop->i16.e0 != 8)
73 io *iop = i; local
74 if (washere++ || iop->i12.e0 != 32 || iop->i16.e0 != 32)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20031201-1.c63 io *iop = i; local
64 if (iop->i12.e0 != 8 || iop->i16.e0 != 8)
73 io *iop = i; local
74 if (washere++ || iop->i12.e0 != 32 || iop->i16.e0 != 32)
/netbsd-6-1-5-RELEASE/external/bsd/cron/dist/
H A Dpopen.c67 FILE *iop; local
150 iop = fdopen(pdes[0], type);
153 iop = fdopen(pdes[1], type);
156 pids[fileno(iop)] = pid;
158 return (iop);
162 cron_pclose(FILE *iop) { argument
172 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
174 (void)fclose(iop);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dpopen.c84 FILE *iop; local
162 iop = fdopen(pdes[0], xtype);
168 iop = fdopen(pdes[1], xtype);
176 cur->fp = iop;
182 return (iop);
191 pclose(iop)
192 FILE *iop;
198 _DIAGASSERT(iop != NULL);
204 if (cur->fp == iop)
211 (void)fclose(iop);
[all...]
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dpopen.c110 FILE *iop; local
116 iop = NULL;
203 iop = fdopen(pdes[0], ptype);
206 iop = fdopen(pdes[1], ptype);
209 pids[fileno(iop)] = pid;
214 return (iop);
218 ftpd_pclose(FILE *iop) argument
228 if (pids == 0 || pids[fdes = fileno(iop)] == 0)
230 (void)fclose(iop);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dtree.c19 static void pioact ARGS((struct shf *f, int indent, struct ioword *iop));
197 struct ioword *iop = *ioact++; local
200 if ((iop->flag & IOTYPE) == IOHERE && iop->heredoc) {
202 shf_puts(iop->heredoc, shf);
204 evalstr(iop->delim, 0));
218 pioact(shf, indent, iop)
221 register struct ioword *iop;
223 int flag = iop->flag;
229 : (type == IODUP && (iop
754 register struct ioword **iop; local
[all...]
H A Dlex.c61 static void readhere ARGS((struct ioword *iop));
638 struct ioword *iop = local
639 (struct ioword *) alloc(sizeof(*iop), ATEMP);
642 iop->unit = dp[1] - '0';
644 iop->unit = c == '>'; /* 0 for <, 1 for > */
649 iop->flag = c == c2 ?
651 if (iop->flag == IOHERE) {
653 iop->flag |= IOSKIP;
659 iop->flag = IODUP | (c == '<' ? IORDUP : 0);
661 iop
[all...]
H A Dsyn.c165 register struct ioword *iop; local
171 iop = yylval.iop;
172 ishere = (iop->flag&IOTYPE) == IOHERE;
175 iop->delim = yylval.cp;
177 iop->flag |= IOEVAL;
180 *herep++ = iop;
182 iop->name = yylval.cp;
183 return iop;
214 struct ioword *iop, **iop local
[all...]
H A Dexec.c1302 iosetup(iop, tp)
1303 register struct ioword *iop;
1307 char *cp = iop->name;
1308 int iotype = iop->flag & IOTYPE;
1317 iotmp = *iop;
1340 if (Flag(FNOCLOBBER) && !(iop->flag & IOCLOB)
1352 u = herein(iop->heredoc, iop->flag & IOEVAL);
1365 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
1372 if (u == iop
[all...]
H A Dlex.h74 struct ioword *iop; member in union:__anon16
/netbsd-6-1-5-RELEASE/sys/arch/x86/acpi/
H A Dacpi_machdep.c105 ACPI_MADT_INTERRUPT_OVERRIDE *iop; local
112 iop = (void *)hdrp;
114 if (iop->SourceIrq == ovrp->irq) {
115 ovrp->pin = iop->GlobalIrq;
116 ovrp->flags = iop->IntiFlags;
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/include/
H A Diopreg.h115 typedef void (*iop_msg_handler)(struct _s_IOP *iop, struct iop_msg *);
137 IOPHW *iop; member in struct:_s_IOP
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-reassoc.c411 tree iop = SSA_NAME_DEF_STMT (TREE_OPERAND (lhsdefop, highrankop)); local
412 if (TREE_CODE (iop) == MODIFY_EXPR)
413 iop = TREE_OPERAND (iop, 1);
414 if (TREE_CODE (iop) == TREE_CODE (lhsdefop))
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dsbd.h48 uint32_t iop :4; member in struct:sbdinfo
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcslex.c1453 aputs(s, iop)
1455 FILE *iop;
1456 /* Function: Put string s on file iop, abort on error.
1460 if (fputs(s, iop) < 0)
1463 awrite(s, strlen(s), iop);
1501 aprintf(FILE *iop, char const *fmt, ...) argument
1504 aprintf(iop, fmt, va_alist)
1505 FILE *iop;
1515 fvfprintf(iop, fmt, ap);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Diommu.c444 struct iommureg *iop = sc->sc_reg;
446 printf("iommu: afsr 0x%x, afar 0x%x\n", iop->io_afsr, iop->io_afar);
447 printf("iommu: mfsr 0x%x, mfar 0x%x\n", iop->io_mfsr, iop->io_mfar);
/netbsd-6-1-5-RELEASE/external/bsd/byacc/dist/test/
H A Dftp.tab.c653 get_line(char *s, int n, FILE *iop) argument
672 while ((c = getc(iop)) != EOF) {
675 if ((c = getc(iop)) != EOF) {
680 c = getc(iop);
686 c = getc(iop);
H A Dftp.y798 get_line(char *s, int n, FILE *iop)
817 while ((c = getc(iop)) != EOF) {
820 if ((c = getc(iop)) != EOF) {
825 c = getc(iop);
831 c = getc(iop);

Completed in 408 milliseconds

12