Home
last modified time | relevance | path

Searched refs:pool_fd (Results 1 – 13 of 13) sorted by relevance

/src/sbin/ipf/libipf/
H A Dload_dstlist.c44 return (ipf_perror_fd(pool_fd(), iocfunc, in load_dstlist()
61 return (ipf_perror_fd(pool_fd(), iocfunc, in load_dstlist()
H A Dload_pool.c42 return (ipf_perror_fd(pool_fd(), iocfunc, in load_pool()
64 return (ipf_perror_fd(pool_fd(), iocfunc, in load_pool()
H A Dload_hash.c61 return (ipf_perror_fd(pool_fd(), iocfunc, in load_hash()
94 return (ipf_perror_fd(pool_fd(), iocfunc, in load_hash()
H A Dpoolio.c47 pool_fd(void) in pool_fd() function
H A Dremove_pool.c39 return (ipf_perror_fd(pool_fd(), iocfunc, in remove_pool()
H A Dremove_hash.c42 return (ipf_perror_fd(pool_fd(), iocfunc, in remove_hash()
H A Dremove_hashnode.c46 return (ipf_perror_fd(pool_fd(), iocfunc, in remove_hashnode()
H A Dremove_poolnode.c44 return (ipf_perror_fd(pool_fd(), iocfunc, in remove_poolnode()
H A Dload_dstlistnode.c62 return (ipf_perror_fd(pool_fd(), iocfunc, msg)); in load_dstlistnode()
H A Dload_hashnode.c78 return (ipf_perror_fd(pool_fd(), iocfunc, msg)); in load_hashnode()
H A Dload_poolnode.c79 return (ipf_perror_fd(pool_fd(), iocfunc, msg)); in load_poolnode()
/src/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c150 int pool_fd; member
167 if (fcntl(kvp_pools[pool].pool_fd, F_SETLKW, &fl) == -1) { in kvp_acquire_lock()
181 if (fcntl(kvp_pools[pool].pool_fd, F_SETLK, &fl) == -1) { in kvp_release_lock()
353 kvp_pools[i].pool_fd = fd; in kvp_file_init()
/src/sbin/ipf/common/
H A Dipf.h271 extern int pool_fd(void);