Searched refs:log_debugx (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.sbin/autofs/ |
H A D | automount.c | 55 log_debugx("unmounting %s", sb->f_mntonname); in unmount_by_statfs() 89 log_debugx("mounting %s on %s, prefix \"%s\", options \"%s\"", in mount_autofs() 119 log_debugx("unknown filesystem mounted " in mount_if_not_already() 126 log_debugx("autofs already mounted " in mount_if_not_already() 133 log_debugx("nothing mounted on %s; mounting", in mount_if_not_already() 154 log_debugx("unmounting stale autofs mounts"); in mount_unmount() 158 log_debugx("skipping %s, filesystem type is not autofs", in mount_unmount() 165 log_debugx("leaving autofs mounted on %s", in mount_unmount() 170 log_debugx("autofs mounted on %s not found " in mount_unmount() 175 log_debugx("mounting new autofs mounts"); in mount_unmount() [all …]
|
H A D | autounmountd.c | 115 log_debugx("refreshing list of automounted filesystems"); in refresh_automounted() 122 log_debugx("skipping %s, filesystem type is autofs", in refresh_automounted() 128 log_debugx("skipping %s, not automounted", in refresh_automounted() 135 log_debugx("new automounted filesystem found on %s " in refresh_automounted() 142 log_debugx("already known automounted filesystem " in refresh_automounted() 153 log_debugx("lost filesystem mounted on %s (FSID:%d:%d)", in refresh_automounted() 168 log_debugx("cannot unmount %s: %s", in do_unmount() 188 log_debugx("expiring automounted filesystems"); in expire_automounted() 194 log_debugx("skipping %s (FSID:%d:%d), mounted " in expire_automounted() 206 log_debugx("filesystem mounted on %s (FSID:%d:%d), " in expire_automounted() [all …]
|
H A D | automountd.c | 73 log_debugx("completing request %d with error %d", in done() 133 log_debugx("creating subtree at %s", path); in create_subtree() 145 log_debugx("node %s contains wildcard entry; " in create_subtree() 177 log_debugx("got request %d: from %s, path %s, prefix \"%s\", " in handle_request() 227 log_debugx("map may contain wildcard entries"); in handle_request() 229 log_debugx("map does not contain wildcard entries"); in handle_request() 253 log_debugx("found node defined at %s:%d; not a mountpoint", in handle_request() 258 log_debugx("skipping map %s due to \"nobrowse\" " in handle_request() 285 log_debugx("nothing to mount; exiting"); in handle_request() 294 log_debugx("found node defined at %s:%d; it is a mountpoint", in handle_request() [all …]
|
H A D | common.c | 116 log_debugx("%s: got %s and %s, returning %s", __func__, s1, s2, result); in concat() 514 log_debugx("map \"%s\" is an indirect map, parsing", in node_expand_maps() 517 log_debugx("map \"%s\" is a direct map, parsing", in node_expand_maps() 867 log_debugx("adding map node, %s %s %s", in parse_map_yyin() 921 log_debugx("adding key \"%s\"", key); in parse_map_keys_yyin() 1026 log_debugx("parsing map \"%s\"", map); in parse_map() 1044 log_debugx("map \"%s\" maps to \"%s\"", map, path); in parse_map() 1052 log_debugx("map file \"%s\" does not exist; falling " in parse_map() 1062 log_debugx("map \"%s\" is executable", map); in parse_map() 1096 log_debugx("done parsing map \"%s\"", map); in parse_map() [all …]
|
H A D | popen.c | 137 log_debugx("executing \"%s\" as pid %d", command, pid); in auto_popen() 192 log_debugx("\"%s\", pid %d, terminated gracefully", cur->command, pid); in auto_pclose()
|
H A D | common.h | 77 void log_debugx(const char *, ...) __printflike(1, 2);
|
H A D | log.c | 198 log_debugx(const char *fmt, ...) in log_debugx() function
|
H A D | defined.c | 218 log_debugx("defining variable %s=%s", name, value); in defined_add()
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | logerr.h | 44 __printflike(1, 2) void log_debugx(const char *, ...); 71 #define logdebugx(...) log_debugx(__VA_ARGS__)
|
H A D | logerr.c | 296 log_debugx(const char *fmt, ...) in log_debugx() function
|