Searched defs:ncalogd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c64 #include <inet/nca/ncalogd.h>
611 * Open and read each line from "/etc/nca/ncalogd.conf" and parse for
612 * the tokens and token text (i.e. key and value ncalogd.conf(4)):
645 char *ncalogd = "/etc/nca/ncalogd.conf"; local
651 ret = vn_open(ncalogd, UIO_SYSSPACE, FREAD, 0, &vp, 0, 0);
653 /* No ncalogd file, nothing to do */
659 ncalogd, ret);
663 * Read ncalogd.conf one buf[] at a time, parse one char at a time.
673 ncalogd, re
[all...]

Completed in 69 milliseconds