Home
last modified time | relevance | path

Searched defs:where (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd/usr.bin/finger/
H A Dfinger.h54 typedef struct where { struct
55 struct where *next; /* next place user is or has been */ argument
56 enum status info; /* type/status of request */
57 short writable; /* tty is writable */
58 time_t loginat; /* time of (last) login */
59 time_t idletime; /* how long idle (if logged in) */
60 char tty[sizeof ((struct utmpx *)0)->ut_line]; /* tty line */
61 char host[sizeof ((struct utmpx *)0)->ut_host]; /* host name */
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c91 Elf_Addr *where; in _rtld_relocate_nonplt_self() local
118 load_ptr(void *where) in load_ptr()
128 store_ptr(void *where, Elf_Addr val) in store_ptr()
138 Elf_Addr *where; in reloc_nonplt_object() local
359 Elf_Addr *where; in reloc_plt() local
380 Elf_Addr *where; in reloc_jmpslots() local
432 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
/freebsd/libexec/rtld-elf/riscv/
H A Dreloc.c153 Elf_Addr *where; in reloc_plt() local
188 Elf_Addr *where; in reloc_jmpslots() local
221 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
274 Elf_Addr *where, target; in reloc_gnu_ifunc() local
304 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
329 Elf_Addr *where, symval; in reloc_non_plt() local
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c135 Elf_Addr *where, symval; in reloc_non_plt() local
336 Elf_Addr *where; in reloc_plt() local
369 Elf_Addr *where, target; in reloc_jmpslots() local
403 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
420 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
475 Elf_Addr *where, target; in reloc_gnu_ifunc() local
/freebsd/libexec/rtld-elf/aarch64/
H A Dreloc.c209 struct tlsdesc_entry *where, int flags, RtldLockState *lockstate) in reloc_tlsdesc()
258 Elf_Addr *where, target; in reloc_plt() local
334 Elf_Addr *where, target; in reloc_jmpslots() local
362 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
413 Elf_Addr *where, target; in reloc_gnu_ifunc() local
441 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
472 Elf_Addr *where, symval; in reloc_non_plt() local
/freebsd/libexec/rtld-elf/i386/
H A Dreloc.c133 Elf_Addr *where, symval, add; in reloc_non_plt() local
289 Elf_Addr *where/*, val*/; in reloc_plt() local
322 Elf_Addr *where, target; in reloc_jmpslots() local
357 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
373 Elf_Addr *where, target; in reloc_iresolve_one() local
426 Elf_Addr *where, target; in reloc_gnu_ifunc() local
/freebsd/contrib/less/
H A Dprompt.c150 curr_byte(int where) curr_byte() argument
168 cond(char c,int where) cond() argument
232 protochar(int c,int where,int iseditproto) protochar() argument
466 int where; pr_expand() local
[all...]
/freebsd/libexec/rtld-elf/powerpc/
H A Dreloc.c144 Elf_Addr *where; in reloc_non_plt_self() local
180 Elf_Addr *where, symval = 0; in reloc_nonplt_object() local
387 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); in reloc_plt_object() local
493 Elf_Addr *where; in reloc_jmpslots() local
624 Elf_Addr *where, target, *ptr; in reloc_iresolve() local
677 Elf_Addr *where, target; in reloc_gnu_ifunc() local
/freebsd/sys/arm/arm/
H A Delf_machdep.c162 load_ptr(Elf_Addr *where) in load_ptr()
173 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr()
187 Elf_Addr *where; in elf_reloc_internal() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c103 zfs_btree_index_t where; in range_tree_stat_verify() local
294 zfs_btree_index_t where; in range_tree_add_impl() local
446 zfs_btree_index_t where; in range_tree_remove_impl() local
646 zfs_btree_index_t where; in range_tree_find_in() local
725 zfs_btree_index_t where; in range_tree_walk() local
766 zfs_btree_index_t where; in range_tree_remove_xor_add_segment() local
841 zfs_btree_index_t where; in range_tree_remove_xor_add() local
H A Dzfs_rlock.c162 avl_index_t where; in zfs_rangelock_enter_writer() local
312 zfs_locked_range_t *prev, avl_index_t where) in zfs_rangelock_add_reader()
407 avl_index_t where; in zfs_rangelock_enter_reader() local
/freebsd/libexec/rtld-elf/powerpc64/
H A Dreloc.c139 Elf_Addr *where; in reloc_non_plt_self() local
175 Elf_Addr *where, symval = 0; in reloc_nonplt_object() local
386 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt_object() local
454 Elf_Addr *where; in reloc_jmpslots() local
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c219 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest()
248 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) in avl_find()
470 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert()
622 avl_index_t where = 0; in avl_add() local
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c110 char *where; in bootparamproc_getfile_1_svc() local
183 char *where; in getthefile() local
/freebsd/stand/libsa/
H A Dlseek.c64 lseek(int fd, off_t offset, int where) in lseek()
/freebsd/lib/libc/csu/aarch64/
H A Dreloc.c40 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd/lib/libc/csu/riscv/
H A Dreloc.c45 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd/lib/libc/csu/powerpc64/
H A Dreloc.c48 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd/lib/libc/csu/i386/
H A Dreloc.c79 Elf_Addr *where, target; in crt1_handle_rel() local
/freebsd/lib/libc/csu/amd64/
H A Dreloc.c56 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd/usr.bin/mkimg/
H A Dapm.c52 apm_metadata(u_int where, lba_t blk) in apm_metadata()
/freebsd/usr.sbin/mptable/
H A Dmptable.c169 int where; in main() local
256 apic_probe( u_int32_t* paddr, int* where ) in apic_probe()
400 MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp ) in MPFloatingPointer()
/freebsd/lib/libkldelf/
H A Def_riscv.c50 char *where; in ef_riscv_reloc() local
H A Def_powerpc.c47 char *where; in ef_ppc_reloc() local
H A Def_aarch64.c45 char *where; in ef_aarch64_reloc() local

1234567