Lines Matching refs:how
341 vaddr_ext_mbuf(memdesc_alloc_ext_mbuf_t *ext_alloc, void *cb_arg, int how, in vaddr_ext_mbuf() argument
345 return (ext_alloc(cb_arg, how, buf, len)); in vaddr_ext_mbuf()
423 paddr_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in paddr_ext_mbuf() argument
442 m = tail = extpg_alloc(cb_arg, how); in paddr_ext_mbuf()
448 tail->m_next = extpg_alloc(cb_arg, 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() argument
495 n = ext_alloc(cb_arg, how, (char *)(uintptr_t)vlist->ds_addr + in vlist_ext_mbuf()
521 plist_ext_mbuf(memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in plist_ext_mbuf() argument
538 m = tail = extpg_alloc(cb_arg, how); in plist_ext_mbuf()
579 tail->m_next = extpg_alloc(cb_arg, 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() argument
626 m = tail = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
645 tail->m_next = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
663 tail->m_next = extpg_alloc(cb_arg, how); in vmpages_ext_mbuf()
689 size_t *actual_len, bool can_truncate, int how) in mbuf_subchain() argument
704 m = m_get(how, MT_DATA); in mbuf_subchain()
725 tail->m_next = m_get(how, MT_DATA); in mbuf_subchain()
751 memdesc_alloc_extpg_mbuf_t *extpg_alloc, void *cb_arg, int how, in memdesc_alloc_ext_mbufs() argument
759 m = vaddr_ext_mbuf(ext_alloc, cb_arg, how, in memdesc_alloc_ext_mbufs()
763 m = paddr_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_paddr + in memdesc_alloc_ext_mbufs()
767 m = vlist_ext_mbuf(ext_alloc, cb_arg, how, mem->u.md_list, in memdesc_alloc_ext_mbufs()
771 m = plist_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_list, in memdesc_alloc_ext_mbufs()
778 can_truncate, how); in memdesc_alloc_ext_mbufs()
781 m = vmpages_ext_mbuf(extpg_alloc, cb_arg, how, mem->u.md_ma, in memdesc_alloc_ext_mbufs()