Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd-src/sys/dev/nvmf/host/
H A Dnvmf_cmd.c18 nvmf_request_complete_t *cb, void *cb_arg, int how) in nvmf_cmd_get_property()
46 uint64_t value, nvmf_request_complete_t *cb, void *cb_arg, int how) in nvmf_cmd_set_property()
76 void *cb_arg, int how) in nvmf_cmd_keep_alive()
93 void *req_cb_arg, nvmf_io_complete_t *io_cb, void *io_cb_arg, int how) in nvmf_cmd_identify_active_namespaces()
119 void *req_cb_arg, nvmf_io_complete_t *io_cb, void *io_cb_arg, int how) in nvmf_cmd_identify_namespace()
145 void *req_cb_arg, nvmf_io_complete_t *io_cb, void *io_cb_arg, int how) in nvmf_cmd_get_log_page()
/freebsd-src/contrib/lib9p/pytest/
H A Dnumalloc.py262 def _free_multi(self, how, values): argument
279 def _maybe_increase_max(self, how, val): argument
292 def _maybe_decrease_min(self, how, val): argument
305 def _free_range(self, how, val, highval): argument
/freebsd-src/sys/kern/
H A Dkern_mbuf.c640 mb_ctor_mbuf(void *mem, int size, void *arg, int how) in mb_ctor_mbuf() argument
729 mb_ctor_clust(void *mem, int size, void *arg, int how) in mb_ctor_clust() argument
755 mb_zinit_pack(void *mem, int size, int how) in mb_zinit_pack() argument
793 mb_ctor_pack(void *mem, int size, void *arg, int how) in mb_ctor_pack() argument
1122 mb_alloc_ext_pgs(int how,m_ext_free_t ext_free) mb_alloc_ext_pgs() argument
1301 m_clget(struct mbuf * m,int how) m_clget() argument
1328 m_cljget(struct mbuf * m,int how,int size) m_cljget() argument
1351 m_get2(int size,int how,short type,int flags) m_get2() argument
1385 m_get3(int size,int how,short type,int flags) m_get3() argument
1423 m_getjcl(int how,short type,int flags,int size) m_getjcl() argument
1455 mc_get(struct mchain * mc,u_int length,int how,short type,int flags) mc_get() argument
1515 m_getm2(struct mbuf * m,int len,int how,short type,int flags) m_getm2() argument
1706 mb_alloc_ext_plus_pages(int len,int how) mb_alloc_ext_plus_pages() argument
1743 mb_mapped_to_unmapped(struct mbuf * mp,int len,int mlen,int how,struct mbuf ** mlast) mb_mapped_to_unmapped() argument
[all...]
H A Dsubr_memdesc.c341 vaddr_ext_mbuf(memdesc_alloc_ext_mbuf_t *ext_alloc, void *cb_arg, int how, in vaddr_ext_mbuf()
423 paddr_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in paddr_ext_mbuf()
470 vlist_ext_mbuf(memdesc_alloc_ext_mbuf_t *ext_alloc, void *cb_arg, int how, in vlist_ext_mbuf()
521 plist_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in plist_ext_mbuf()
602 vmpages_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in vmpages_ext_mbuf()
689 size_t *actual_len, bool can_truncate, int how) in mbuf_subchain()
751 memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in memdesc_alloc_ext_mbufs()
H A Duipc_mbuf.c403 m_pkthdr_init(struct mbuf *m, int how) in m_pkthdr_init() argument
464 m_dup_pkthdr(struct mbuf *to, const struct mbuf *from, int how) in m_dup_pkthdr() argument
501 m_prepend(struct mbuf *m, int len, int how) in m_prepend() argument
604 m_copypacket(struct mbuf *m, int how) in m_copypacket() argument
712 m_dup(const struct mbuf * m,int how) m_dup() argument
1564 m_defrag(struct mbuf * m0,int how) m_defrag() argument
1680 m_collapse(struct mbuf * m0,int how,int maxfrags) m_collapse() argument
1778 m_fragment(struct mbuf * m0,int how,int length) m_fragment() argument
1858 m_uiotombuf_nomap(struct uio * uio,int how,int len,int maxseg,int flags) m_uiotombuf_nomap() argument
1948 m_uiotombuf(struct uio * uio,int how,int len,int lspace,int flags) m_uiotombuf() argument
1993 mc_uiotomc(struct mchain * mc,struct uio * uio,u_int length,u_int lspace,int how,int flags) mc_uiotomc() argument
2140 m_unshare(struct mbuf * m0,int how) m_unshare() argument
[all...]
H A Duipc_mbuf2.c394 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
428 m_tag_copy_chain(struct mbuf *to, const struct mbuf *from, int how) in m_tag_copy_chain()
/freebsd-src/sys/dev/smbus/
H A Dsmbconf.c87 smbus_poll(struct smbus_softc *sc, int how) in smbus_poll()
116 smbus_request_bus(device_t bus, device_t dev, int how) in smbus_request_bus()
/freebsd-src/lib/libc/sys/
H A Dsigprocmask.c41 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask()
/freebsd-src/lib/libc/gen/
H A Ddup3.c42 int how; in __dup3() local
H A Dpmadvise.c11 posix_madvise(void *address, size_t size, int how) in posix_madvise()
H A Dgetpwent.c798 enum nss_lookup_type how; in files_passwd() local
926 pwdb_match_entry_v3(char *entry, size_t entrysize, enum nss_lookup_type how, in pwdb_match_entry_v3()
996 pwdb_match_entry_v4(char *entry, size_t entrysize, enum nss_lookup_type how, in pwdb_match_entry_v4()
1101 enum nss_lookup_type how; in dns_passwd() local
1214 nis_map(char *domain, enum nss_lookup_type how, char *buffer, size_t bufsize, in nis_map()
1296 enum nss_lookup_type how; in nis_passwd() local
1577 compat_redispatch(struct compat_state *st, enum nss_lookup_type how, in compat_redispatch()
1735 enum nss_lookup_type how; in compat_passwd() local
1955 __pw_match_entry(const char *entry, size_t entrysize, enum nss_lookup_type how, in __pw_match_entry()
/freebsd-src/sys/cddl/compat/opensolaris/sys/
H A Drwlock.h74 #define rw_enter(lock, how) do { \ argument
80 #define rw_tryenter(lock, how) ((how) == RW_READER ? sx_try_slock(lock) : sx_try_xlock(lock)) argument
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Drwlock.h72 #define rw_enter(lock, how) do { \ argument
79 #define rw_tryenter(lock, how) \ argument
/freebsd-src/sys/cddl/dev/kinst/
H A Dtrampoline.c135 kinst_trampoline_alloc_locked(int how) in kinst_trampoline_alloc_locked()
182 kinst_trampoline_alloc(int how) in kinst_trampoline_alloc()
/freebsd-src/usr.sbin/bhyve/aarch64/
H A Dvmexit.c106 enum vm_suspend_how how; vmexit_suspend() local
191 enum vm_suspend_how how; vmexit_smccc() local
/freebsd-src/sys/dev/ppbus/
H A Dppb_base.c56 uint8_t mask, uint8_t status, int how) in ppb_poll_bus()
147 ppb_write(device_t bus, char *buf, int len, int how) in ppb_write()
/freebsd-src/sys/dev/iicbus/
H A Diiconf.c106 iicbus_poll(struct iicbus_softc *sc, int how) in iicbus_poll()
135 iicbus_request_bus(device_t bus, device_t dev, int how) in iicbus_request_bus()
447 int how) in iicbus_transfer_excl()
/freebsd-src/sys/dev/ppc/
H A Dppc_isa.c138 ppc_isa_write(device_t dev, char *buf, int len, int how) in ppc_isa_write()
/freebsd-src/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.c70 sigprocmask(int how, const sigset_t *set, sigset_t *oset) in sigprocmask()
/freebsd-src/sys/dev/nvmf/
H A Dnvmf_transport.c95 nvmf_allocate_command(struct nvmf_qpair *qp, const void *sqe, int how) in nvmf_allocate_command() argument
116 nvmf_allocate_response(struct nvmf_qpair *qp, const void *cqe, int how) in nvmf_allocate_response() argument
[all...]
/freebsd-src/contrib/blocklist/bin/
H A Drun.c117 run_change(const char *how, const struct conf *c, char *id, size_t len) in run_change()
/freebsd-src/sys/sys/
H A Dmbuf.h788 #define MBUF_CHECKSLEEP(how) do { \ argument
960 m_init(struct mbuf *m, int how, short type, int flags) in m_init() argument
980 m_get_raw(int how, short type) in m_get_raw() argument
993 m_get(int how,short type) m_get() argument
1006 m_gethdr_raw(int how,short type) m_gethdr_raw() argument
1019 m_gethdr(int how,short type) m_gethdr() argument
1032 m_getcl(int how,short type,int flags) m_getcl() argument
1123 MGET(m,how,type) global() argument
1124 MGETHDR(m,how,type) global() argument
1125 MCLGET(m,how) global() argument
1129 m_getm(m,len,how,type) global() argument
1265 M_PREPEND(m,plen,how) global() argument
[all...]
/freebsd-src/usr.sbin/ppp/
H A Diface.c474 iface_Clear(struct iface * iface,struct ncp * ncp,int family,int how) iface_Clear() argument
532 iface_Add(struct iface * iface,struct ncp * ncp,const struct ncprange * ifa,const struct ncpaddr * peer,int how) iface_Add() argument
651 iface_ChangeFlags(const char * ifname,int flags,int how) iface_ChangeFlags() argument
H A Dsystems.c317 struct prompt *prompt, struct datalink *cx, int how) in ReadSystem()
433 int def, how, rs; in system_IsValid() local
/freebsd-src/bin/sh/
H A Dmiscbltin.c493 printlimit(enum limithow how,const struct rlimit * limit,const struct limits * l) printlimit() argument
515 enum limithow how = SOFT | HARD; ulimitcmd() local
[all...]

1234567