Home
last modified time | relevance | path

Searched refs:pnp (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dpathname.c67 pn_alloc(struct pathname *pnp) in pn_alloc() argument
69 pn_alloc_sz(pnp, MAXPATHLEN); in pn_alloc()
72 pn_alloc_sz(struct pathname *pnp, size_t sz) in pn_alloc_sz() argument
74 pnp->pn_buf = kmem_alloc(sz, KM_SLEEP); in pn_alloc_sz()
75 pnp->pn_bufsize = sz; in pn_alloc_sz()
82 pn_free(struct pathname *pnp) in pn_free() argument
85 kmem_free(pnp->pn_buf, pnp->pn_bufsize); in pn_free()
86 pnp->pn_buf = NULL; in pn_free()
87 pnp->pn_bufsize = 0; in pn_free()
/f-stack/freebsd/kern/
H A Ddevice_if.m167 * special drivers, including the isahint driver and the pnp driver to
H A Dbus_if.m655 * @brief Returns the pnp info for this device.
669 * @param _buf the address of a buffer to receive the pnp