/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | ftruncate.c | 38 struct fl { struct 52 struct fl lck; in ftruncate() argument
|
H A D | flock.c | 35 struct flock fl; local
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | freelist.c | 74 FreeList *fl; /* The new free-list container */ in _new_FreeList() local 135 void _rst_FreeList(FreeList *fl) in _rst_FreeList() 184 FreeList *_del_FreeList(FreeList *fl, int force) in _del_FreeList() 226 void *_new_FreeListNode(FreeList *fl) in _new_FreeListNode() 276 void *_del_FreeListNode(FreeList *fl, void *object) in _del_FreeListNode() 305 long _busy_FreeListNodes(FreeList *fl) in _busy_FreeListNodes() 319 long _idle_FreeListNodes(FreeList *fl) in _idle_FreeListNodes() 335 static FreeListBlock *_new_FreeListBlock(FreeList *fl) in _new_FreeListBlock() 375 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block) in _thread_FreeListBlock() 392 static FreeListBlock *_del_FreeListBlock(FreeListBlock *fl) in _del_FreeListBlock()
|
H A D | strngmem.c | 43 FreeList *fl; /* The free-list */ member
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_log.c | 45 fiolog_t fl; in ufs_fiologenable() local 64 struct fiolog fl; in ufs_fiologdisable() local
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 44 struct flock fl; in flock() local
|
/titanic_41/usr/src/lib/libresolv2/common/bsd/ |
H A D | ftruncate.c | 50 struct flock fl; in __ftruncate() local
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 126 nlm_init_flock(struct flock64 *fl, struct nlm4_lock *nl, in nlm_init_flock() 332 struct flock64 fl; in nlm_do_test() local 464 struct flock64 fl; in nlm_do_lock() local 781 struct flock64 fl; in nlm_do_cancel() local 878 struct flock64 fl; in nlm_do_unlock() local
|
H A D | nlm_client.c | 528 nlm_safelock(vnode_t *vp, const struct flock64 *fl, cred_t *cr) in nlm_safelock() 693 nlm_local_getlk(vnode_t *vp, struct flock64 *fl, int flags) in nlm_local_getlk() 719 nlm_local_setlk(vnode_t *vp, struct flock64 *fl, int flags) in nlm_local_setlk() 1188 const struct flock64 *fl, struct netobj *fh, in nlm_init_lock()
|
/titanic_41/usr/src/test/zfs-tests/cmd/randfree_file/ |
H A D | randfree_file.c | 58 struct flock fl; in main() local
|
/titanic_41/usr/src/cmd/tsol/getlabel/ |
H A D | getlabel.c | 48 m_label_t *fl; in get_label() local
|
/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | subr.c | 85 struct flock fl; in cachefs_dir_lock() local 161 struct flock fl; in cachefs_dir_unlock() local 352 struct flock fl; in cachefs_inuse() local
|
/titanic_41/usr/src/cmd/refer/ |
H A D | mkey3.c | 64 c_look(char *s, int fl) in c_look()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSlottable.c | 106 crypto_get_function_list_t fl; in kernel_get_func_list() local
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctmerg.c | 54 FILE *fl[NFILE] = {stdin}; variable
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 315 Dwarf_Unsigned fl = lfile->lte_length_of_file; in _dwarf_internal_printlines() local 614 Dwarf_Unsigned fl = 0; in _dwarf_internal_printlines() local
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 678 struct sge_fl *fl = &rxq->fl; /* Use iff IQ_HAS_FL */ in service_iq() local 1066 init_fl(struct sge_fl *fl, uint16_t qsize) in init_fl() 1098 alloc_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl, in alloc_iq_fl() 1229 free_iq_fl(struct port_info *pi, struct sge_iq *iq, struct sge_fl *fl) in free_iq_fl() 1925 refill_fl(struct adapter *sc, struct sge_fl *fl, int nbufs) in refill_fl() 2004 struct sge_fl *fl, *fl_temp; in refill_sfl() local 2023 add_fl_to_sfl(struct adapter *sc, struct sge_fl *fl) in add_fl_to_sfl() 2040 free_fl_bufs(struct sge_fl *fl) in free_fl_bufs() 2061 get_fl_payload(struct sge_fl *fl, uint32_t len_newbuf, int *fl_bufs_used) in get_fl_payload() 2964 ring_fl_db(struct adapter *sc, struct sge_fl *fl) in ring_fl_db()
|
H A D | adapter.h | 239 #define FL_RUNNING_LOW(fl) (fl->cap - fl->needed <= fl->lowat) argument 240 #define FL_NOT_RUNNING_LOW(fl) (fl->cap - fl->needed >= 2 * fl->lowat) argument 321 struct sge_fl fl; member 339 struct sge_fl fl; member 524 #define FL_LOCK(fl) mutex_enter(&(fl)->lock) argument 525 #define FL_UNLOCK(fl) mutex_exit(&(fl)->lock) argument 526 #define FL_LOCK_ASSERT_OWNED(fl) ASSERT(mutex_owned(&(fl)->lock)) argument 527 #define FL_LOCK_ASSERT_NOTOWNED(fl) ASSERT(!mutex_owned(&(fl)->lock)) argument
|
/titanic_41/usr/src/test/zfs-tests/cmd/mkholes/ |
H A D | mkholes.c | 152 struct flock fl; in main() local
|
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_yacc.y | 202 uint8_t fl; variable
|
H A D | fsdb.c | 956 inode_from_path(char *path, uint32_t *in, uint8_t *fl) in inode_from_path() 1057 list(char *nm, uint32_t in, uint32_t fl) in list() 1328 find_it(char *dir, char *name, uint32_t in, uint32_t fl) in find_it()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 361 fiolog_t fl; in enable_logging() local 388 fiolog_t fl; in disable_logging() local
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 377 int fl = 0, rem; local
|
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 462 fiolog_t fl; in rl_log_control() local
|
/titanic_41/usr/src/cmd/backup/dump/ |
H A D | dumpitime.c | 20 static struct flock fl; variable
|