Lines Matching refs:ncalogd
64 #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";
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, ret);