Searched refs:iob (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libast/common/stdio/
H A D_stdfun.c54 static char* iob; local
59 if (!iob && !(iob = IOB))
61 if (f && ((char*)f < iob || (char*)f > iob+IOBMAX))
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_topo.h82 int opl_hb_enum(topo_mod_t *mp, const ioboard_contents_t *iob,
H A Dopl_hostbridge.c259 opl_hb_enum(topo_mod_t *mp, const ioboard_contents_t *iob, tnode_t *ion, argument
282 p = iob->rcs[hb][rc];
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dflush.c110 * With dynamic linking, iob may be in either the library or in the user's
146 * All functions that understand the linked list of iob's follow.
163 * XXX: We should acquire all of the iob locks here.
171 * XXX: We should release all of the iob locks here.
231 FILE iob[FILE_ARY_SZ]; member in struct:__anon1431
237 xFILE iob[FILE_ARY_SZ]; member in struct:__anon1432::__anon1433
240 xFILE iob[FILE_ARY_SZ]; member in struct:__anon1432::__anon1434
322 hdr->iobp = &pkgp->iob[0];
344 offsetof(Pkg, Pkgn.iob[FILE_ARY_SZ-1].xmagic) &&
346 offsetof(Pkg, Pkgn.iob[
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c258 proto_error(char* iob, int level, char* msg, char* arg) argument
264 if (iob)
266 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto));
2104 pppclose(char* iob) argument
2106 register struct proto* proto = (struct proto*)(iob - sizeof(struct proto));
2128 register char* iob; local
2187 iob = (char*)proto + sizeof(struct proto);
2188 proto->op = proto->ob = iob;
2189 proto->ip = proto->ib = iob + proto->oz + n;
2212 pppclose(iob);
2448 pppread(char* iob) argument
2547 pppdrop(char* iob) argument
[all...]

Completed in 46 milliseconds