| /f-stack/freebsd/kern/ |
| H A D | kern_mbuf.c | 626 mb_ctor_mbuf(void *mem, int size, void *arg, int how) in mb_ctor_mbuf() 714 mb_ctor_clust(void *mem, int size, void *arg, int how) in mb_ctor_clust() 740 mb_zinit_pack(void *mem, int size, int how) in mb_zinit_pack() 778 mb_ctor_pack(void *mem, int size, void *arg, int how) in mb_ctor_pack() 1129 mb_alloc_ext_pgs(int how, m_ext_free_t ext_free) in mb_alloc_ext_pgs() 1307 m_clget(struct mbuf *m, int how) in m_clget() 1334 m_cljget(struct mbuf *m, int how, int size) in m_cljget() 1357 m_get2(int size, int how, short type, int flags) in m_get2() 1391 m_getjcl(int how, short type, int flags, int size) in m_getjcl() 1424 m_getm2(struct mbuf *m, int len, int how, short type, int flags) in m_getm2() [all …]
|
| H A D | uipc_mbuf.c | 365 m_pkthdr_init(struct mbuf *m, int how) in m_pkthdr_init() 426 m_dup_pkthdr(struct mbuf *to, const struct mbuf *from, int how) in m_dup_pkthdr() 463 m_prepend(struct mbuf *m, int len, int how) in m_prepend() 566 m_copypacket(struct mbuf *m, int how) in m_copypacket() 674 m_dup(const struct mbuf *m, int how) in m_dup() 1359 m_defrag(struct mbuf *m0, int how) in m_defrag() 1475 m_collapse(struct mbuf *m0, int how, int maxfrags) in m_collapse() 1573 m_fragment(struct mbuf *m0, int how, int length) in m_fragment() 1654 m_uiotombuf_nomap(struct uio *uio, int how, int len, int maxseg, int flags) in m_uiotombuf_nomap() 1744 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf() [all …]
|
| H A D | uipc_mbuf2.c | 398 m_tag_copy(struct m_tag *t, int how) in m_tag_copy() 432 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) in m_tag_copy_chain()
|
| H A D | kern_mutex.c | 208 lock_mtx(struct lock_object *lock, uintptr_t how) in lock_mtx() 215 lock_spin(struct lock_object *lock, uintptr_t how) in lock_spin()
|
| H A D | kern_rmlock.c | 124 lock_rm(struct lock_object *lock, uintptr_t how) in lock_rm() 146 uintptr_t how; in unlock_rm() local
|
| H A D | kern_sx.c | 185 lock_sx(struct lock_object *lock, uintptr_t how) in lock_sx()
|
| H A D | kern_rwlock.c | 170 lock_rw(struct lock_object *lock, uintptr_t how) in lock_rw()
|
| H A D | kern_sig.c | 1041 kern_sigprocmask(struct thread *td, int how, sigset_t *set, sigset_t *oset, in kern_sigprocmask() 1109 int how; member 1138 int how; member
|
| H A D | sysv_sem.c | 131 #define SEMUNDO_LOCKASSERT(how) mtx_assert(&SEMUNDO_MTX, (how)); argument
|
| /f-stack/lib/ |
| H A D | ff_lock.c | 62 lock_mtx(struct lock_object *lock, uintptr_t how) in lock_mtx() 109 lock_rw(struct lock_object *lock, uintptr_t how) in lock_rw() 387 lock_spin(struct lock_object *lock, uintptr_t how) in lock_spin() 417 lock_rm(struct lock_object *lock, uintptr_t how) in lock_rm()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | rwlock.h | 76 #define rw_enter(lock, how) do { \ argument 83 #define rw_tryenter(lock, how) \ argument
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 549 #define MBUF_CHECKSLEEP(how) do { \ argument 555 #define MBUF_CHECKSLEEP(how) argument 705 m_init(struct mbuf *m, int how, short type, int flags) in m_init() 725 m_get(int how, short type) in m_get() 738 m_gethdr(int how, short type) in m_gethdr() 751 m_getcl(int how, short type, int flags) in m_getcl() 844 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument 845 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument 846 #define MCLGET(m, how) m_clget((m), (how)) argument 850 #define m_getm(m, len, how, type) \ argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 760 #define MBUF_CHECKSLEEP(how) do { \ argument 766 #define MBUF_CHECKSLEEP(how) argument 931 m_init(struct mbuf *m, int how, short type, int flags) in m_init() 951 m_get(int how, short type) in m_get() 964 m_gethdr(int how, short type) in m_gethdr() 977 m_getcl(int how, short type, int flags) in m_getcl() 1070 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument 1071 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument 1072 #define MCLGET(m, how) m_clget((m), (how)) argument 1076 #define m_getm(m, len, how, type) \ argument [all …]
|
| /f-stack/tools/compat/ |
| H A D | rtioctl.c | 49 rt_shutdown(int fd, int how) in rt_shutdown()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_message.h | 382 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument 400 #define NG_MKRESPONSE(rsp, msg, len, how) \ argument 419 #define NG_COPYMESSAGE(copy, msg, how) \ argument
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_message.h | 379 #define NG_MKMESSAGE(msg, cookie, cmdid, len, how) \ argument 397 #define NG_MKRESPONSE(rsp, msg, len, how) \ argument 416 #define NG_COPYMESSAGE(copy, msg, how) \ argument
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_bsd_addr.c | 362 int how, int allonebuf, int type) in sctp_get_mbuf_for_msg()
|
| H A D | tcp_log_buf.c | 2152 tcp_log_dump_tp_logbuf(struct tcpcb *tp, char *reason, int how, bool force) in tcp_log_dump_tp_logbuf() 2283 tcp_log_dump_node_logbuf(struct tcp_log_id_node *tln, char *reason, int how) in tcp_log_dump_node_logbuf()
|
| /f-stack/app/micro_thread/ |
| H A D | mt_concurrent.cpp | 34 int NS_MICRO_THREAD::mt_multi_netfd_poll(IMtActList& req_list, int how, int timeout) in mt_multi_netfd_poll()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzguts.h | 186 int how; /* 0: get header, 1: copy, 2: decompress */ member
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzguts.h | 193 int how; /* 0: get header, 1: copy, 2: decompress */ member
|
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_output.c | 864 ipsec_prepend(struct mbuf *m, int len, int how) in ipsec_prepend()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 450 shutdown(int sockfd, int how) in shutdown()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_proxy.c | 521 ipf_proxy_flush(arg, how) in ipf_proxy_flush() argument
|
| /f-stack/freebsd/opencrypto/ |
| H A D | crypto.c | 1787 crypto_getreq(crypto_session_t cses, int how) in crypto_getreq()
|