Searched refs:pnp (Results 1 – 3 of 3) sorted by relevance
67 pn_alloc(struct pathname *pnp) in pn_alloc() argument69 pn_alloc_sz(pnp, MAXPATHLEN); in pn_alloc()72 pn_alloc_sz(struct pathname *pnp, size_t sz) in pn_alloc_sz() argument74 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() argument85 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()
167 * special drivers, including the isahint driver and the pnp driver to
655 * @brief Returns the pnp info for this device.669 * @param _buf the address of a buffer to receive the pnp