Home
last modified time | relevance | path

Searched refs:NFSLOGTAB (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dbuffer_list.c78 if (stat(NFSLOGTAB, &st) == -1) { in checkbuffer_list()
82 NFSLOGTAB, strerror(error)); in checkbuffer_list()
112 if ((fd = fopen(NFSLOGTAB, "r+")) == NULL) { in buildbuffer_list()
115 syslog(LOG_ERR, gettext("%s - %s\n"), NFSLOGTAB, in buildbuffer_list()
124 syslog(LOG_ERR, gettext("cannot lock %s - %s\n"), NFSLOGTAB, in buildbuffer_list()
217 syslog(LOG_ERR, gettext("Can't stat %s"), NFSLOGTAB); in buildbuffer_list()
232 syslog(LOG_ERR, gettext("cannot read %s: %s\n"), NFSLOGTAB, in buildbuffer_list()
H A Dnfslogd.c361 NFSLOGTAB, strerror(error)); in main()
456 NFSLOGTAB); in main()
541 fd = fopen(NFSLOGTAB, "r+"); in nfslogtab_remove()
545 syslog(LOG_ERR, gettext("%s - %s\n"), NFSLOGTAB, in nfslogtab_remove()
552 syslog(LOG_ERR, gettext("cannot lock %s - %s\n"), NFSLOGTAB, in nfslogtab_remove()
565 NFSLOGTAB); in nfslogtab_remove()
595 fd = fopen(NFSLOGTAB, "r+"); in nfslogtab_deactivate_after_boot()
599 syslog(LOG_ERR, gettext("%s: %s\n"), NFSLOGTAB, in nfslogtab_deactivate_after_boot()
609 NFSLOGTAB, strerror(error)); in nfslogtab_deactivate_after_boot()
616 "Cannot deactivate all entries in %s\n"), NFSLOGTAB); in nfslogtab_deactivate_after_boot()
/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.h42 #define NFSLOGTAB "/etc/nfs/nfslogtab" macro
/titanic_41/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1572 f = fopen(NFSLOGTAB, "a+");
1582 "for update: %s\n"), NFSLOGTAB, strerror(errno));
1590 "entries in %s\n"), NFSLOGTAB);
1602 "entries in %s\n"), NFSLOGTAB);
1613 "entries in %s\n"), NFSLOGTAB);
1629 dir, NFSLOGTAB);
1649 f = fopen(NFSLOGTAB, "r+");
1658 "update: %s\n"), NFSLOGTAB, strerror(error));
1666 "deactivate %s in %s\n"), path, NFSLOGTAB);