Searched refs:filep (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dmmapfiles.d48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
49 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
H A Dfspaging.d84 this->filep = this->ufentryp->uf_file;
85 self->offset = this->filep->f_offset;
86 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
H A Dfsrw.d80 this->filep = this->ufentryp->uf_file;
81 self->offset = this->filep->f_offset;
82 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dmmapfiles.d48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
49 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_screen.c42 getwin(FILE *filep) argument
47 T((T_CALLED("getwin(%p)"), filep));
49 clearerr(filep);
50 (void) fread(&tmp, sizeof(WINDOW), 1, filep);
51 if (ferror(filep)
100 clearerr(filep);
104 filep);
105 if (ferror(filep)) {
116 putwin(WINDOW *win, FILE *filep) argument
121 T((T_CALLED("putwin(%p,%p)"), win, filep));
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Dfspaging.d84 this->filep = this->ufentryp->uf_file;
85 self->offset = this->filep->f_offset;
86 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
H A Dfsrw.d80 this->filep = this->ufentryp->uf_file;
81 self->offset = this->filep->f_offset;
82 this->vnodep = this->filep != 0 ? this->filep->f_vnode : 0;
/freebsd-9.3-release/libexec/tftpd/
H A Dtftpd.c678 validate_access(int peer, char **filep, int mode) argument
685 char *filename = *filep;
750 *filep = filename = pathname;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-sparc.c737 elf64_sparc_print_symbol_all (bfd *abfd ATTRIBUTE_UNUSED, PTR filep,
740 FILE *file = (FILE *) filep;
734 elf64_sparc_print_symbol_all(bfd *abfd ATTRIBUTE_UNUSED, PTR filep, asymbol *symbol) argument
H A Dtekhex.c898 void * filep,
902 FILE *file = (FILE *) filep;
897 tekhex_print_symbol(bfd *abfd, void * filep, asymbol *symbol, bfd_print_symbol_type how) argument
H A Dlibcoff-in.h338 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
H A Decofflink.c354 bfd_boolean filep;
423 && (*tail)->filep
443 n->filep = TRUE;
481 n->filep = FALSE;
1586 if (! l->filep)
2483 if (! l->filep)
351 bfd_boolean filep; member in struct:shuffle
H A Dlibcoff.h342 (bfd *, void * filep, asymbol *, bfd_print_symbol_type);
H A Dcoffgen.c1864 void * filep,
1868 FILE * file = (FILE *) filep;
1863 coff_print_symbol(bfd *abfd, void * filep, asymbol *symbol, bfd_print_symbol_type how) argument
H A Decoff.c1365 void * filep,
1371 FILE *file = (FILE *)filep;
1361 _bfd_ecoff_print_symbol(bfd *abfd, void * filep, asymbol *symbol, bfd_print_symbol_type how) argument
H A Delf.c1385 void *filep,
1389 FILE *file = filep;
1412 name = (*bed->elf_backend_print_symbol_all) (abfd, filep, symbol);
1382 bfd_elf_print_symbol(bfd *abfd, void *filep, asymbol *symbol, bfd_print_symbol_type how) argument
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c2072 WRAPPER2(struct mntent *, getmntent, FILE *filep) argument
2077 MF_VALIDATE_EXTENT (filep, sizeof (*filep), __MF_CHECK_WRITE,
2090 m = getmntent (filep);
/freebsd-9.3-release/contrib/gcc/
H A Dpostreload-gcse.c440 dump_hash_table_entry (void **slot, void *filep)
443 FILE *file = (FILE *) filep;
433 dump_hash_table_entry(void **slot, void *filep) argument
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses1602 FILE *filep)
1608 FILE *filep)
H A Dllib-lncursest1606 FILE *filep)
1612 FILE *filep)
H A Dllib-lncursesw2110 FILE *filep)
2116 FILE *filep)
/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c2162 witness_save(struct lock_object *lock, const char **filep, int *linep) argument
2190 *filep = instance->li_file;

Completed in 246 milliseconds