Lines Matching defs:bufpath
91 nfslog_open_buf(char *bufpath, int *error)
95 if (bufpath == NULL) {
106 if (nfslog_init_buf(bufpath, lbp, error)) {
134 nfslog_init_buf(char *bufpath, struct nfslog_buf *lbp, int *error)
154 lbp->bufpath = strdup(bufpath);
155 if (lbp->bufpath == NULL) {
159 bufpath, strerror(*error));
165 if ((lbp->fd = open(bufpath, O_RDWR)) < 0) {
169 bufpath, strerror(*error));
190 bufpath, strerror(*error));
200 bufpath, strerror(*error));
223 bufpath, strerror(EIO));
234 bufpath, strerror(*error));
331 (lbp->bufpath != NULL ? lbp->bufpath : ""),
344 (lbp->bufpath != NULL ? lbp->bufpath : ""),
350 if (lbp->bufpath != NULL)
351 free(lbp->bufpath);
415 "discarded\n"), lbp->bufpath);
434 "discarded\n"), lbp->bufpath);
588 "in a 32 bit field\n"), lbp->bufpath);
596 lbp->bufpath);