Searched refs:_PATH_KLOG (Results 1 – 2 of 2) sorted by relevance
51 #define _PATH_KLOG "/dev/klog" macro
424 if ((fd = open(_PATH_KLOG, O_RDONLY, 0)) == -1) { in main()425 dprintf("can't open %s (%d)\n", _PATH_KLOG, errno); in main()