/freebsd-src/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 312 dump_filelock(const struct file_lock *fl) in dump_filelock() 425 fill_file_lock(struct file_lock *fl, const fhandle_t *fh, in fill_file_lock() 447 deallocate_file_lock(struct file_lock *fl) in deallocate_file_lock() 704 get_lock_matching_unlock(const struct file_lock *fl) in get_lock_matching_unlock() 768 test_nfslock(const struct file_lock *fl, struct file_lock **conflicting_fl) in test_nfslock() 869 lock_nfslock(struct file_lock *fl) in lock_nfslock() 903 delete_nfslock(struct file_lock *fl) in delete_nfslock() 958 unlock_nfslock(const struct file_lock *fl, struct file_lock **released_lock, in unlock_nfslock() 1030 lock_hwlock(struct file_lock *fl) in lock_hwlock() 1113 unlock_hwlock(const struct file_lock *fl) in unlock_hwlock() [all …]
|
/freebsd-src/tests/sys/fs/fusefs/ |
H A D | locks.cc | 219 struct flock fl; in TEST_F() local 246 struct flock fl; in TEST_F() local 306 struct flock fl; in TEST_F() local 364 struct flock fl; in TEST_F() local 429 struct flock fl; in TEST_F() local 495 struct flock fl; in TEST_F() local 519 struct flock fl; in TEST_F() local 545 struct flock fl; in TEST_F() local 571 struct flock fl; in TEST_F() local 597 struct flock fl; in TEST_F() local [all …]
|
/freebsd-src/tests/sys/file/ |
H A D | flock_helper.c | 187 struct flock fl; in test2() local 258 struct flock fl; in test3() local 328 struct flock fl; in test4() local 414 struct flock fl; in test5() local 500 struct flock fl; in test6() local 602 struct flock fl; in test7() local 674 struct flock fl; in test8() local 751 struct flock fl; in test9() local 823 struct flock fl; in test10() local 891 struct flock fl; in test11() local [all …]
|
/freebsd-src/sys/vm/ |
H A D | vm_phys.c | 280 struct vm_freelist *fl; in sysctl_vm_phys_free() local 394 vm_freelist_add(struct vm_freelist *fl, vm_page_t m, int order, int pool, in vm_freelist_add() argument 406 vm_freelist_rem(struct vm_freelist * fl,vm_page_t m,int order) vm_freelist_rem() argument 510 struct vm_freelist *fl; vm_phys_init() local 689 vm_phys_split_pages(vm_page_t m,int oind,struct vm_freelist * fl,int order,int tail) vm_phys_split_pages() argument 705 vm_phys_enq_chunk(struct vm_freelist * fl,vm_page_t m,int order,int tail) vm_phys_enq_chunk() argument 741 vm_phys_enq_beg(vm_page_t m,u_int npages,struct vm_freelist * fl,int tail) vm_phys_enq_beg() argument 777 vm_phys_enq_range(vm_page_t m,u_int npages,struct vm_freelist * fl,int tail) vm_phys_enq_range() argument 843 struct vm_freelist *alt, *fl; vm_phys_alloc_npages() local 936 struct vm_freelist *alt, *fl; vm_phys_alloc_freelist_pages() local 1207 struct vm_freelist *fl; vm_phys_free_pages() local 1256 struct vm_freelist *fl; vm_phys_lazy_init_domain() local 1354 struct vm_freelist *fl; vm_phys_enqueue_contig() local 1473 struct vm_freelist *fl; vm_phys_unfree_page() local 1542 vm_phys_find_freelist_contig(struct vm_freelist * fl,u_long npages,vm_paddr_t low,vm_paddr_t high,u_long alignment,vm_paddr_t boundary) vm_phys_find_freelist_contig() argument 1620 struct vm_freelist *fl; vm_phys_find_queues_contig() local 1678 struct vm_freelist *fl; vm_phys_alloc_contig() local 2021 struct vm_freelist *fl; DB_SHOW_COMMAND_FLAGS() local [all...] |
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | vmem.h | 90 #define vmem_alloc(sz, fl) spl_vmem_alloc((sz), (fl), __func__, __LINE__) argument 91 #define vmem_zalloc(sz, fl) spl_vmem_zalloc((sz), (fl), __func__, __LINE__) argument
|
H A D | kmem.h | 184 #define kmem_alloc(sz, fl) spl_kmem_alloc((sz), (fl), __func__, __LINE__) argument 185 #define kmem_zalloc(sz, fl) spl_kmem_zalloc((sz), (fl), __func__, __LINE__) argument
|
/freebsd-src/sys/nlm/ |
H A D | nlm_advlock.c | 194 nlm_advlock_internal(struct vnode *vp, void *id, int op, struct flock *fl, in nlm_advlock_internal() 402 nlm_set_creds_for_lock(struct thread *td, struct flock *fl) in nlm_set_creds_for_lock() 451 nlm_reclaim_free_lock(struct vnode *vp, struct flock *fl, void *arg) in nlm_reclaim_free_lock() 488 nlm_client_recover_lock(struct vnode *vp, struct flock *fl, void *arg) in nlm_client_recover_lock() 695 nlm_record_lock(struct vnode *vp, int op, struct flock *fl, in nlm_record_lock() 760 struct vnode *vp, int op, struct flock *fl, int flags, in nlm_setlock() 958 struct vnode *vp, int op, struct flock *fl, int flags, in nlm_clearlock() 1033 struct vnode *vp, int op, struct flock *fl, int flags, in nlm_getlock() 1220 nlm_init_lock(struct flock *fl, int flags, int svid, in nlm_init_lock()
|
/freebsd-src/contrib/sendmail/src/ |
H A D | tls.h | 104 # define DANEMODE(fl) ((fl) & 0x3) argument 135 # define TLSA_SET_FL(dane_tlsa, fl) (dane_tlsa)->dane_tlsa_flags |= (fl) argument 136 # define TLSA_CLR_FL(dane_tlsa, fl) (dane_tlsa)->dane_tlsa_flags &= ~(fl) argument 137 # define TLSA_IS_FL(dane_tlsa, fl) (((dane_tlsa)->dane_tlsa_flags & (fl)) != 0) argument 142 # define TLSA_STORE_FL(fl) ((fl) >= TLSAFLTEMP) argument
|
H A D | tls.c | 72 # define MTA_SSL_ERR_get(f, l, d, fl, fct) ERR_get_error_all(f, l, fct, d, fl) argument
|
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | bsd-flock.c | 49 struct flock fl = {0}; in flock() local
|
/freebsd-src/lib/libc/sys/ |
H A D | lockf.c | 43 struct flock fl; in lockf() local
|
/freebsd-src/tests/sys/cddl/zfs/bin/ |
H A D | randfree_file.c | 53 struct flock fl; in main() local
|
/freebsd-src/usr.bin/sort/ |
H A D | file.c | 205 file_list_init(struct file_list *fl, bool tmp) in file_list_init() 218 file_list_add(struct file_list *fl, const char *fn, bool allocate) in file_list_add() 236 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate) in file_list_populate() 252 file_list_clean(struct file_list *fl) in file_list_clean() 725 procfile(const char *fsrc, struct sort_list *list, struct file_list *fl) in procfile() 1040 shrink_file_list(struct file_list *fl) in shrink_file_list() 1085 merge_files(struct file_list *fl, const char *fn_out) in merge_files()
|
/freebsd-src/usr.sbin/fifolog/lib/ |
H A D | fifolog_write_poll.c | 187 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) in fifolog_write_output() 264 int i, fl, retval = 0; in fifolog_write_gzip() local
|
/freebsd-src/sys/geom/vinum/ |
H A D | geom_vinum_subr.c |
|
/freebsd-src/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
H A D | d_typename_as_var.c | 13 } fl; member
|
/freebsd-src/usr.bin/lsvfs/ |
H A D | lsvfs.c | 25 } fl[] = { variable
|
/freebsd-src/sys/contrib/openzfs/contrib/coverity/ |
H A D | model.c | 168 spl_kmem_alloc(size_t sz, int fl, const char *func, int line) in spl_kmem_alloc() 189 spl_kmem_zalloc(size_t sz, int fl, const char *func, int line) in spl_kmem_zalloc() 271 spl_vmem_alloc(size_t sz, int fl, const char *func, int line) in spl_vmem_alloc() 292 spl_vmem_zalloc(size_t sz, int fl, const char *func, int line) in spl_vmem_zalloc()
|
/freebsd-src/sys/dev/cxgbe/ |
H A D | t4_sge.c | 1553 move_to_next_rxbuf(struct sge_fl *fl) in move_to_next_rxbuf() argument 1573 struct sge_fl *fl; service_iq_fl() local 1747 get_scatter_segment(struct adapter * sc,struct sge_fl * fl,int fr_offset,int remaining) get_scatter_segment() argument 1824 get_fl_payload(struct adapter * sc,struct sge_fl * fl,const u_int plen) get_fl_payload() argument 1873 skip_scatter_segment(struct adapter * sc,struct sge_fl * fl,int fr_offset,int remaining) skip_scatter_segment() argument 1904 skip_fl_payload(struct adapter * sc,struct sge_fl * fl,int plen) skip_fl_payload() argument 1918 get_segment_len(struct adapter * sc,struct sge_fl * fl,int plen) get_segment_len() argument 1938 struct sge_fl *fl = &rxq->fl; eth_rx() local 2259 struct sge_fl *fl; t4_update_fl_bufsize() local 3367 init_fl(struct adapter * sc,struct sge_fl * fl,int qsize,int maxp,char * name) init_fl() argument 3461 alloc_iq_fl(struct vi_info * vi,struct sge_iq * iq,struct sge_fl * fl,struct sysctl_ctx_list * ctx,struct sysctl_oid * oid) alloc_iq_fl() argument 3504 free_iq_fl(struct adapter * sc,struct sge_iq * iq,struct sge_fl * fl) free_iq_fl() argument 3528 alloc_iq_fl_hwq(struct vi_info * vi,struct sge_iq * iq,struct sge_fl * fl) alloc_iq_fl_hwq() argument 3679 free_iq_fl_hwq(struct adapter * sc,struct sge_iq * iq,struct sge_fl * fl) free_iq_fl_hwq() argument 3719 add_fl_sysctls(struct adapter * sc,struct sysctl_ctx_list * ctx,struct sysctl_oid * oid,struct sge_fl * fl) add_fl_sysctls() argument 4939 ring_fl_db(struct adapter * sc,struct sge_fl * fl) ring_fl_db() argument 4963 refill_fl(struct adapter * sc,struct sge_fl * fl,int n) refill_fl() argument 5079 struct sge_fl *fl, *fl_temp; refill_sfl() local 5102 free_fl_buffers(struct adapter * sc,struct sge_fl * fl) free_fl_buffers() argument 6322 add_fl_to_sfl(struct adapter * sc,struct sge_fl * fl) add_fl_to_sfl() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | LockFilePosix.cpp | 21 struct flock fl; in fileLock() local
|
/freebsd-src/usr.sbin/fifolog/fifolog_reader/ |
H A D | fifolog_reader.c | 99 struct fifolog_reader *fl; in main() local
|
/freebsd-src/contrib/nvi/ex/ |
H A D | ex_move.c | 87 recno_t cnt, diff, fl, tl, mfl, mtl; in ex_move() local
|
/freebsd-src/contrib/capsicum-test/ |
H A D | fcntl.cc | 197 struct flock fl; in TEST() local 224 struct flock fl; in TEST() local
|
/freebsd-src/contrib/netbsd-tests/lib/librumpclient/ |
H A D | t_fd.c | 108 int fl; in ATF_TC_BODY() local
|
/freebsd-src/lib/libutil/ |
H A D | login_times.c | 35 u_char fl; member
|