Searched defs:xnf_buf_get (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c221 static xnf_buf_t *xnf_buf_get(xnf_t *, int, boolean_t);
222 #pragma inline(xnf_buf_get)
613 bdesc = xnf_buf_get(xnfp, KM_SLEEP, B_FALSE);
1344 bd = xnf_buf_get(xnfp, KM_SLEEP, B_TRUE);
2034 nbuf = xnf_buf_get(xnfp, KM_NOSLEEP, B_FALSE);
2385 xnf_buf_get(xnf_t *xnfp, int flags, boolean_t readonly) function

Completed in 86 milliseconds