Home
last modified time | relevance | path

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

1234567

/freebsd-14.2/usr.bin/finger/
H A Dfinger.h56 typedef struct where { struct
57 struct where *next; /* next place user is or has been */ argument
58 enum status info; /* type/status of request */
59 short writable; /* tty is writable */
60 time_t loginat; /* time of (last) login */
61 time_t idletime; /* how long idle (if logged in) */
62 char tty[sizeof ((struct utmpx *)0)->ut_line]; /* tty line */
63 char host[sizeof ((struct utmpx *)0)->ut_host]; /* host name */
/freebsd-14.2/libexec/rtld-elf/arm/
H A Dreloc.c92 Elf_Addr *where; in _rtld_relocate_nonplt_self() local
119 load_ptr(void *where) in load_ptr()
129 store_ptr(void *where, Elf_Addr val) in store_ptr()
139 Elf_Addr *where; in reloc_nonplt_object() local
357 Elf_Addr *where; in reloc_plt() local
378 Elf_Addr *where; in reloc_jmpslots() local
430 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
/freebsd-14.2/libexec/rtld-elf/aarch64/
H A Dreloc.c142 reloc_tlsdesc(const Obj_Entry *obj, const Elf_Rela *rela, Elf_Addr *where, in reloc_tlsdesc()
190 Elf_Addr *where; in reloc_plt() local
234 Elf_Addr *where, target; in reloc_jmpslots() local
262 Elf_Addr *where, target, *ptr; in reloc_iresolve_one() local
313 Elf_Addr *where, target; in reloc_gnu_ifunc() local
341 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
372 Elf_Addr *where, symval; in reloc_non_plt() local
/freebsd-14.2/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-14.2/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-14.2/contrib/less/
H A Dprompt.c150 static POSITION curr_byte(int where) in curr_byte()
168 static int cond(char c, int where) in cond()
232 static void protochar(int c, int where, int iseditproto) in protochar()
466 int where; in pr_expand() local
/freebsd-14.2/libexec/rtld-elf/riscv/
H A Dreloc.c154 Elf_Addr *where; in reloc_plt() local
179 Elf_Addr *where; in reloc_jmpslots() local
231 reloc_jmpslot(Elf_Addr *where, Elf_Addr target, in reloc_jmpslot()
255 Elf_Addr *where; in reloc_non_plt() local
/freebsd-14.2/libexec/rtld-elf/powerpc/
H A Dreloc.c133 Elf_Addr *where; in reloc_non_plt_self() local
169 Elf_Addr *where, symval = 0; in reloc_nonplt_object() local
376 Elf_Word *where = (Elf_Word *)(obj->relocbase + rela->r_offset); in reloc_plt_object() local
482 Elf_Addr *where; in reloc_jmpslots() local
613 Elf_Addr *where, target, *ptr; in reloc_iresolve() local
666 Elf_Addr *where, target; in reloc_gnu_ifunc() local
/freebsd-14.2/sys/arm/arm/
H A Delf_machdep.c163 load_ptr(Elf_Addr *where) in load_ptr()
174 store_ptr(Elf_Addr *where, Elf_Addr val) in store_ptr()
188 Elf_Addr *where; in elf_reloc_internal() local
/freebsd-14.2/libexec/rtld-elf/powerpc64/
H A Dreloc.c128 Elf_Addr *where; in reloc_non_plt_self() local
164 Elf_Addr *where, symval = 0; in reloc_nonplt_object() local
375 Elf_Addr *where = (Elf_Addr *)(obj->relocbase + rela->r_offset); in reloc_plt_object() local
443 Elf_Addr *where; in reloc_jmpslots() local
/freebsd-14.2/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-14.2/lib/libc/csu/aarch64/
H A Dreloc.c33 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd-14.2/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-14.2/stand/libsa/
H A Dlseek.c64 lseek(int fd, off_t offset, int where) in lseek()
/freebsd-14.2/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c110 char *where; in bootparamproc_getfile_1_svc() local
183 char *where; in getthefile() local
/freebsd-14.2/lib/libc/csu/powerpc64/
H A Dreloc.c55 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd-14.2/lib/libc/csu/i386/
H A Dreloc.c77 Elf_Addr *where, target; in crt1_handle_rel() local
/freebsd-14.2/lib/libc/csu/amd64/
H A Dreloc.c54 Elf_Addr *ptr, *where, target; in crt1_handle_rela() local
/freebsd-14.2/usr.bin/mkimg/
H A Dapm.c52 apm_metadata(u_int where, lba_t blk) in apm_metadata()
/freebsd-14.2/usr.sbin/kldxref/
H A Def_aarch64.c45 char *where; in ef_aarch64_reloc() local
H A Def_powerpc.c47 char *where; in ef_ppc_reloc() local
H A Def_riscv.c50 char *where; in ef_riscv_reloc() local
H A Def_mips.c50 char *where; in ef_mips_reloc() local
/freebsd-14.2/usr.sbin/mptable/
H A Dmptable.c169 int where; in main() local
254 apic_probe( u_int32_t* paddr, int* where ) in apic_probe()
398 MPFloatingPointer( u_int32_t paddr, int where, mpfps_t* mpfpsp ) in MPFloatingPointer()

1234567