Home
last modified time | relevance | path

Searched defs:iop (Results 1 – 25 of 113) sorted by last modified time

12345

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c464 getxfdat(FILE *iop) in getxfdat()
512 _reallock(FILE *iop) in _reallock()
538 _xflsbuf(FILE *iop) in _xflsbuf()
575 fflush(FILE *iop) in fflush()
670 _fflush_u(FILE *iop) in _fflush_u()
697 fclose(FILE *iop) in fclose()
785 close_fd(FILE *iop) in close_fd()
866 _file_get(FILE *iop) in _file_get()
1054 _xclose(FILE *iop) in _xclose()
1065 _xdata(FILE *iop) in _xdata()
[all …]
H A Dungetc.c42 ungetc(int c, FILE *iop) in ungetc()
53 _ungetc_unlocked(int c, FILE *iop) in _ungetc_unlocked()
H A Dvscanf.c87 _vfscanf_c89(FILE *iop, const char *fmt, va_list ap) in _vfscanf_c89()
H A Dvwscanf.c69 _vfwscanf_c89(FILE *iop, const wchar_t *fmt, va_list ap) in _vfwscanf_c89()
H A Dwscanf.c57 fwscanf(FILE *iop, const wchar_t *fmt, ...) in fwscanf()
110 _fwscanf_c89(FILE *iop, const wchar_t *fmt, ...) in _fwscanf_c89()
H A Dsetbuffer.c41 setbuffer(FILE *iop, char *abuf, size_t asize) in setbuffer()
56 setlinebuf(FILE *iop) in setlinebuf()
H A Dopen_memstream.c125 open_memstream_write(FILE *iop, const char *buf, size_t nbytes) in open_memstream_write()
165 open_memstream_seek(FILE *iop, off_t off, int whence) in open_memstream_seek()
196 open_memstream_close(FILE *iop) in open_memstream_close()
207 FILE *iop; in open_memstream() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c162 emlxs_iotrace_t *iop = port->iotrace; in emlxs_fct_io_trace() local
/illumos-gate/usr/src/cmd/sh/
H A Dcmd.c509 struct ionod *iop; local
H A Dfunc.c145 freeio(struct ionod *iop) in freeio()
420 prio(struct ionod *iop) in prio()
/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.c1294 struct inout_port iop; in vga_init() local
H A Dqemu_fwcfg.c311 struct inout_port iop; in qemu_fwcfg_register_port() local
H A Dpci_lpc.c273 struct inout_port iop; in lpc_init() local
H A Dpci_emul.c610 struct inout_port iop; in modify_bar_registration() local
H A Dinout.c102 struct inout_port iop; in register_default_iohandler() local
154 struct inout_port **iopp, *iop; in init_inout() local
175 register_inout(struct inout_port *iop) in register_inout()
203 unregister_inout(struct inout_port *iop) in unregister_inout()
H A Dfwctl.c558 struct inout_port iop; in fwctl_init() local
H A Datkbdc.c511 struct inout_port iop; in atkbdc_init() local
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ascii.c163 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth()
H A Dterm_ps.c626 ps_setwidth(struct termp *p, int iop, int width) in ps_setwidth()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c520 struct iocblk *iop; in spppasyn_inner_ioctl() local
774 struct iocblk *iop; in spppasyn_wput() local
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c3085 struct iocblk *iop; in bridge_ioctl() local
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dvfprintf.c49 vfprintf(FILE *iop, const char *format, va_list ap) in vfprintf()
H A Ddoprnt.c141 _dowrite(char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite()
154 _doprnt(char *format, va_list in_args, FILE *iop) in _doprnt()
H A Dfprintf.c49 fprintf(FILE *iop, const char *format, ...) in fprintf()
/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h74 #define _bufend(iop) _realbufend(iop) argument
75 #define setbufend(iop, end) _setbufend(iop, end) argument
100 #define SET_FILE(iop, fd) (iop)->_magic = (fd); (iop)->__extendedfd = 0 argument
115 #define _WRTCHK(iop) ((((iop->_flag & (_IOWRT | _IOEOF)) != _IOWRT) || \ argument

12345