Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c91 nfslog_open_buf(char *bufpath, int *error) in nfslog_open_buf() argument
95 if (bufpath == NULL) { in nfslog_open_buf()
106 if (nfslog_init_buf(bufpath, lbp, error)) { in nfslog_open_buf()
134 nfslog_init_buf(char *bufpath, struct nfslog_buf *lbp, int *error) in nfslog_init_buf() argument
154 lbp->bufpath = strdup(bufpath); in nfslog_init_buf()
155 if (lbp->bufpath == NULL) { in nfslog_init_buf()
159 bufpath, strerror(*error)); in nfslog_init_buf()
165 if ((lbp->fd = open(bufpath, O_RDWR)) < 0) { in nfslog_init_buf()
169 bufpath, strerror(*error)); in nfslog_init_buf()
190 bufpath, strerror(*error)); in nfslog_init_buf()
[all …]
H A Dnfslogd.h117 char *bufpath; /* buffer file name */ member