Searched refs:log_debugx (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.sbin/autofs/
H A Dautounmountd.c115 log_debugx("refreshing list of automounted filesystems");
122 log_debugx("skipping %s, filesystem type is autofs",
128 log_debugx("skipping %s, not automounted",
135 log_debugx("new automounted filesystem found on %s "
142 log_debugx("already known automounted filesystem "
153 log_debugx("lost filesystem mounted on %s (FSID:%d:%d)",
168 log_debugx("cannot unmount %s: %s",
188 log_debugx("expiring automounted filesystems");
194 log_debugx("skipping %s (FSID:%d:%d), mounted "
206 log_debugx("filesyste
[all...]
H A Dautomount.c55 log_debugx("unmounting %s", sb->f_mntonname);
89 log_debugx("mounting %s on %s, prefix \"%s\", options \"%s\"",
119 log_debugx("unknown filesystem mounted "
126 log_debugx("autofs already mounted "
133 log_debugx("nothing mounted on %s; mounting",
154 log_debugx("unmounting stale autofs mounts");
158 log_debugx("skipping %s, filesystem type is not autofs",
165 log_debugx("leaving autofs mounted on %s",
170 log_debugx("autofs mounted on %s not found "
175 log_debugx("mountin
[all...]
H A Dautomountd.c73 log_debugx("completing request %d with error %d",
133 log_debugx("creating subtree at %s", path);
145 log_debugx("node %s contains wildcard entry; "
177 log_debugx("got request %d: from %s, path %s, prefix \"%s\", "
227 log_debugx("map may contain wildcard entries");
229 log_debugx("map does not contain wildcard entries");
253 log_debugx("found node defined at %s:%d; not a mountpoint",
258 log_debugx("skipping map %s due to \"nobrowse\" "
285 log_debugx("nothing to mount; exiting");
294 log_debugx("foun
[all...]
H A Dcommon.h77 void log_debugx(const char *, ...) __printflike(1, 2);
H A Dpopen.c137 log_debugx("executing \"%s\" as pid %d", command, pid);
192 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid);
H A Dcommon.c116 log_debugx("%s: got %s and %s, returning %s", __func__, s1, s2, result);
143 //log_debugx("creating \"%s\"", partial);
367 //log_debugx("\"%s\" expanded with key \"%s\" to \"%s\"",
514 log_debugx("map \"%s\" is an indirect map, parsing",
517 log_debugx("map \"%s\" is a direct map, parsing",
673 //log_debugx("looking up %s in %s", path, node_path(node));
811 //log_debugx("adding map node, %s", key);
867 log_debugx("adding map node, %s %s %s",
921 log_debugx("adding key \"%s\"", key);
1026 log_debugx("parsin
[all...]
H A Dlog.c198 log_debugx(const char *fmt, ...) function
H A Ddefined.c186 //log_debugx("\"%s\" expanded to \"%s\"", string, expanded);
218 log_debugx("defining variable %s=%s", name, value);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dlogerr.h44 __printflike(1, 2) void log_debugx(const char *, ...);
71 #define logdebugx(...) log_debugx(__VA_ARGS__)
H A Dlogerr.c296 log_debugx(const char *fmt, ...) function

Completed in 203 milliseconds