Searched refs:NFSLOGTAB (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
| H A D | buffer_list.c | 76 if (stat(NFSLOGTAB, &st) == -1) { in checkbuffer_list() 80 NFSLOGTAB, strerror(error)); in checkbuffer_list() 110 if ((fd = fopen(NFSLOGTAB, "r+")) == NULL) { in buildbuffer_list() 113 syslog(LOG_ERR, gettext("%s - %s\n"), NFSLOGTAB, in buildbuffer_list() 122 syslog(LOG_ERR, gettext("cannot lock %s - %s\n"), NFSLOGTAB, in buildbuffer_list() 215 syslog(LOG_ERR, gettext("Can't stat %s"), NFSLOGTAB); in buildbuffer_list() 230 syslog(LOG_ERR, gettext("cannot read %s: %s\n"), NFSLOGTAB, in buildbuffer_list()
|
| H A D | nfslogd.c | 359 NFSLOGTAB, strerror(error)); in main() 454 NFSLOGTAB); in main() 539 fd = fopen(NFSLOGTAB, "r+"); in nfslogtab_remove() 543 syslog(LOG_ERR, gettext("%s - %s\n"), NFSLOGTAB, in nfslogtab_remove() 550 syslog(LOG_ERR, gettext("cannot lock %s - %s\n"), NFSLOGTAB, in nfslogtab_remove() 563 NFSLOGTAB); in nfslogtab_remove() 593 fd = fopen(NFSLOGTAB, "r+"); in nfslogtab_deactivate_after_boot() 597 syslog(LOG_ERR, gettext("%s: %s\n"), NFSLOGTAB, in nfslogtab_deactivate_after_boot() 607 NFSLOGTAB, strerror(error)); in nfslogtab_deactivate_after_boot() 614 "Cannot deactivate all entries in %s\n"), NFSLOGTAB); in nfslogtab_deactivate_after_boot()
|
| /illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
| H A D | nfslogtab.h | 40 #define NFSLOGTAB "/etc/nfs/nfslogtab" macro
|
| /illumos-gate/usr/src/lib/libshare/nfs/ |
| H A D | libshare_nfs.c | 1594 f = fopen(NFSLOGTAB, "a+"); in nfslogtab_add() 1604 "for update: %s\n"), NFSLOGTAB, strerror(errno)); in nfslogtab_add() 1612 "entries in %s\n"), NFSLOGTAB); in nfslogtab_add() 1624 "entries in %s\n"), NFSLOGTAB); in nfslogtab_add() 1635 "entries in %s\n"), NFSLOGTAB); in nfslogtab_add() 1651 dir, NFSLOGTAB); in nfslogtab_add() 1670 f = fopen(NFSLOGTAB, "r+"); in nfslogtab_deactivate() 1679 "update: %s\n"), NFSLOGTAB, strerror(error)); in nfslogtab_deactivate() 1687 "deactivate %s in %s\n"), path, NFSLOGTAB); in nfslogtab_deactivate()
|