Lines Matching defs:rpool
96 ** rpool -- pointer to rpool to be used for this open
109 sm_io_open(type, timeout, info, flags, rpool)
114 const void *rpool;
150 if ((*fp->f_open)(fp, info, flags, rpool) < 0)
162 if (rpool != NULL)
163 sm_rpool_attach_x(rpool, sm_io_fclose, fp);
212 ** rpool -- rpool file to be associated with
223 sm_io_reopen(type, timeout, info, flags, rpool, fp)
228 const void *rpool;
290 ret = (*fp2->f_open)(fp2, info, flags, rpool);
314 if (rpool != NULL)
315 sm_rpool_attach_x(rpool, sm_io_close, fp2);