Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/autofs/
H A Dautomount.c49 log_debugx("unmounting %s", sb->f_mntonname); in unmount_by_statfs()
115 log_debugx("unknown filesystem mounted " in mount_if_not_already()
122 log_debugx("autofs already mounted " in mount_if_not_already()
129 log_debugx("nothing mounted on %s; mounting", in mount_if_not_already()
149 log_debugx("unmounting stale autofs mounts"); in mount_unmount()
160 log_debugx("leaving autofs mounted on %s", in mount_unmount()
165 log_debugx("autofs mounted on %s not found " in mount_unmount()
170 log_debugx("mounting new autofs mounts"); in mount_unmount()
191 log_debugx("flushing %s", fspath); in flush_autofs()
208 log_debugx("flushing autofs caches"); in flush_caches()
[all …]
H A Dautounmountd.c116 log_debugx("skipping %s, filesystem type is autofs", in refresh_automounted()
122 log_debugx("skipping %s, not automounted", in refresh_automounted()
129 log_debugx("new automounted filesystem found on %s " in refresh_automounted()
135 log_debugx("already known automounted filesystem " in refresh_automounted()
169 log_debugx("cannot unmount %s: %s", in do_unmount()
190 log_debugx("expiring automounted filesystems"); in expire_automounted()
196 log_debugx("skipping %s (FSID:%d:%d), mounted " in expire_automounted()
245 log_debugx("waiting for filesystem event"); in do_wait()
255 log_debugx("timeout reached"); in do_wait()
258 log_debugx("got filesystem event"); in do_wait()
[all …]
H A Dautomountd.c68 log_debugx("completing request %d with error %d", in done()
127 log_debugx("creating subtree at %s", path); in create_subtree()
139 log_debugx("node %s contains wildcard entry; " in create_subtree()
221 log_debugx("map may contain wildcard entries"); in handle_request()
252 log_debugx("skipping map %s due to \"nobrowse\" " in handle_request()
279 log_debugx("nothing to mount; exiting"); in handle_request()
314 log_debugx("fstype not specified in options; " in handle_request()
328 log_debugx("retrycnt not specified in options; " in handle_request()
344 log_debugx("mount done; exiting"); in handle_request()
509 log_debugx("waiting for request from the kernel"); in main_automountd()
[all …]
H A Dcommon.c509 log_debugx("map \"%s\" is an indirect map, parsing", in node_expand_maps()
512 log_debugx("map \"%s\" is a direct map, parsing", in node_expand_maps()
862 log_debugx("adding map node, %s %s %s", in parse_map_yyin()
916 log_debugx("adding key \"%s\"", key); in parse_map_keys_yyin()
1023 log_debugx("parsing map \"%s\"", map); in parse_map()
1040 log_debugx("map \"%s\" maps to \"%s\"", map, path); in parse_map()
1048 log_debugx("map file \"%s\" does not exist; falling " in parse_map()
1057 log_debugx("map \"%s\" is executable", map); in parse_map()
1091 log_debugx("done parsing map \"%s\"", map); in parse_map()
1143 log_debugx("parsing auto_master file at \"%s\"", master); in parse_master()
[all …]
H A Dpopen.c131 log_debugx("executing \"%s\" as pid %d", command, pid); in auto_popen()
186 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid); in auto_pclose()
H A Dcommon.h88 void log_debugx(const char *, ...) __printf0like(1, 2);
H A Dlog.c191 log_debugx(const char *fmt, ...) in log_debugx() function
H A Ddefined.c210 log_debugx("defining variable %s=%s", name, value); in defined_add()
/dragonfly/contrib/dhcpcd/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, ...) in log_debugx() function