Home
last modified time | relevance | path

Searched refs:bufpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c93 if (bufpath == NULL) { in nfslog_open_buf()
152 lbp->bufpath = strdup(bufpath); in nfslog_init_buf()
153 if (lbp->bufpath == NULL) { in nfslog_init_buf()
157 bufpath, strerror(*error)); in nfslog_init_buf()
167 bufpath, strerror(*error)); in nfslog_init_buf()
221 bufpath, strerror(EIO)); in nfslog_init_buf()
329 (lbp->bufpath != NULL ? lbp->bufpath : ""), in nfslog_free_buf()
342 (lbp->bufpath != NULL ? lbp->bufpath : ""), in nfslog_free_buf()
348 if (lbp->bufpath != NULL) in nfslog_free_buf()
349 free(lbp->bufpath); in nfslog_free_buf()
[all …]
H A Dnfslogd.h117 char *bufpath; /* buffer file name */ member