Searched defs:fileno (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfileno.c28 fileno(fp) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfileno.c32 #pragma weak _fileno = fileno
44 fileno(FILE *iop) function
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dhost.c113 uint32_t fileno; local
118 rc = CALLBACK(readdir, f->f_fsdata, &fileno, &type, &namelen,
123 d->d_fileno = fileno;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_msg.h83 uint32_t fileno; /* File number */ member in struct:emlxs_msg_entry
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_msg.c141 emlxs_msg_log(emlxs_port_t *port, const uint32_t fileno, const uint32_t line, argument
173 (entry->fileno == fileno) &&
217 entry2->fileno = entry->fileno;
247 entry->fileno = fileno;
374 emlxs_msg_printf(emlxs_port_t *port, const uint32_t fileno, argument
408 if (emlxs_msg_log(port, fileno, line, msg, va_str)) {
456 "[%2X.%04X]%s:%7s:%4d: %s (%s)\n", fileno,
[all...]
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
54 # define fileno(file) file->__file macro
57 # include <unix.h> /* for fileno */
401 int ifd = fileno(in);
608 file = gzdopen(fileno(stdin), "rb");
612 file = gzdopen(fileno(stdout), outmode);
638 file = gzdopen(fileno(stdout), outmode);
/illumos-gate/usr/src/boot/include/
H A Dstdio.h115 short _file; /* (*) fileno, if Unix descriptor, else -1 */
305 int fileno(FILE *);
498 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p)) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h196 extern __MANGLE__ int fileno __PROTO__((FILE*));
428 extern __MANGLE__ int fileno __PROTO__((FILE*));
559 #define fileno(f) sffileno(f) macro
588 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h175 extern __MANGLE__ int fileno __PROTO__((FILE*));
407 extern __MANGLE__ int fileno __PROTO__((FILE*));
538 #define fileno(f) sffileno(f) macro
567 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h196 extern __MANGLE__ int fileno __PROTO__((FILE*));
428 extern __MANGLE__ int fileno __PROTO__((FILE*));
559 #define fileno(f) sffileno(f) macro
588 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h175 extern __MANGLE__ int fileno __PROTO__((FILE*));
407 extern __MANGLE__ int fileno __PROTO__((FILE*));
538 #define fileno(f) sffileno(f) macro
567 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h196 extern __MANGLE__ int fileno __PROTO__((FILE*));
428 extern __MANGLE__ int fileno __PROTO__((FILE*));
559 #define fileno(f) sffileno(f) macro
588 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h175 extern __MANGLE__ int fileno __PROTO__((FILE*));
407 extern __MANGLE__ int fileno __PROTO__((FILE*));
538 #define fileno(f) sffileno(f) macro
567 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h196 extern __MANGLE__ int fileno __PROTO__((FILE*));
428 extern __MANGLE__ int fileno __PROTO__((FILE*));
559 #define fileno(f) sffileno(f) macro
588 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h175 extern __MANGLE__ int fileno __PROTO__((FILE*));
407 extern __MANGLE__ int fileno __PROTO__((FILE*));
538 #define fileno(f) sffileno(f) macro
567 #define fileno(f) (_sf_(f)->_file) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c619 int32_t fileno);
940 ((un->un_suspend_pos.fileno > 0) ||
1282 (un->un_pos.fileno > 0) || /* Known position not rewound */
1305 "un_status=%x, fileno=%x, blkno=%x\n",
1306 un->un_status, un->un_pos.fileno, un->un_pos.blkno);
1315 (un->un_pos.fileno > 0) || /* Known position not rewound */
1323 "cannot detach: pmode=%d fileno=0x%x, blkno=0x%x"
1325 un->un_pos.fileno, un->un_pos.blkno,
2856 * anything, leave internal states alone, if fileno >= 0
2869 if (un->un_pos.fileno !
15430 st_scenic_route_to_begining_of_file(struct scsi_tape *un, int32_t fileno) argument
15529 int fileno = un->un_pos.fileno; local
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h733 int32_t fileno; member in struct:tapepos
/illumos-gate/usr/src/man/man3c/
H A DMakefile798 fileno.3c \
1694 fileno.3c := LINKSRC = ferror.3c

Completed in 127 milliseconds