Home
last modified time | relevance | path

Searched refs:W_LOG_FATAL (Results 1 – 25 of 31) sorted by relevance

12

/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dcfg.cpp97 w_log(W_LOG_FATAL, "Expected config value %s to be a string\n", name); in cfg_get_string()
154 w_log(W_LOG_FATAL, in cfg_compute_root_files()
163 w_log(W_LOG_FATAL, in cfg_compute_root_files()
177 w_log(W_LOG_FATAL, "deprecated global config root_restrict_files " in cfg_compute_root_files()
200 w_log(W_LOG_FATAL, "Expected config value %s to be an integer\n", name); in cfg_get_int()
213 w_log(W_LOG_FATAL, "Expected config value %s to be a boolean\n", name); in cfg_get_bool()
226 w_log(W_LOG_FATAL, "Expected config value %s to be a number\n", name); in cfg_get_double()
246 W_LOG_FATAL, \
279 w_log(W_LOG_FATAL, "Expected config value %s to be an object\n", name); in MAKE_GET_PERM()
326 w_log(W_LOG_FATAL, "Expected config value %s to be a string\n", name); in getString()
[all …]
H A Dchecksock.cpp24 w_log(W_LOG_FATAL, "Failed to connect to myself for get-pid check: %s\n", in check_my_sock()
32 w_log(W_LOG_FATAL, "Failed to send get-pid PDU: %s\n", in check_my_sock()
40 w_log(W_LOG_FATAL, "Failed to decode get-pid response: %s %s\n", in check_my_sock()
47 w_log(W_LOG_FATAL, "Failed to extract pid from get-pid response: %s\n", in check_my_sock()
53 w_log(W_LOG_FATAL, in check_my_sock()
H A Dwatchman_shared_mutex.h50 w_log(W_LOG_FATAL, "lock failed: %s\n", strerror(err)); in lock()
67 w_log(W_LOG_FATAL, "unlock failed: %s\n", strerror(err)); in unlock()
75 w_log(W_LOG_FATAL, "lock_shared failed: %s\n", strerror(err)); in lock_shared()
91 w_log(W_LOG_FATAL, "unlock_shared failed: %s\n", strerror(err)); in unlock_shared()
H A Dwatchman_log.h15 #define W_LOG_FATAL -1 macro
29 w_log(W_LOG_FATAL, __VA_ARGS__); \
H A Dstream_stdout.cpp41 w_log(W_LOG_FATAL, "calling get_events on a stdio stm\n"); in getEvents()
H A Dclockspec.cpp15 w_log(W_LOG_FATAL, "gettimeofday failed: %s\n", strerror(errno));
H A Dstream_unix.cpp195 w_log(W_LOG_FATAL, "%d > MAX_POLL_EVENTS (%d)\n", n, MAX_POLL_EVENTS); in w_poll_events()
H A Dmain.cpp708 w_log(W_LOG_FATAL, "GetUserName failed: %s. I don't know who you are\n", in compute_user_name()
717 w_log(W_LOG_FATAL, "getpwuid(%d) failed: %s. I don't know who you are\n", in compute_user_name()
H A Dperf.cpp160 W_LOG_FATAL, in loop()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dchecksock.c27 w_log(W_LOG_FATAL, "Failed to connect to myself for get-pid check: %s\n", in check_my_sock()
36 w_log(W_LOG_FATAL, "Failed to send get-pid PDU: %s\n", in check_my_sock()
44 w_log(W_LOG_FATAL, "Failed to decode get-pid response: %s %s\n", in check_my_sock()
51 w_log(W_LOG_FATAL, "Failed to extract pid from get-pid response: %s\n", in check_my_sock()
57 w_log(W_LOG_FATAL, in check_my_sock()
H A Dcfg.c113 w_log(W_LOG_FATAL, "Expected config value %s to be a string\n", name); in cfg_get_string()
175 w_log(W_LOG_FATAL, in cfg_compute_root_files()
184 w_log(W_LOG_FATAL, in cfg_compute_root_files()
199 w_log(W_LOG_FATAL, "deprecated global config root_restrict_files " in cfg_compute_root_files()
228 w_log(W_LOG_FATAL, "Expected config value %s to be an integer\n", name); in cfg_get_int()
242 w_log(W_LOG_FATAL, "Expected config value %s to be a boolean\n", name); in cfg_get_bool()
255 w_log(W_LOG_FATAL, "Expected config value %s to be a number\n", name); in cfg_get_double()
H A Dmain.c299 w_log(W_LOG_FATAL, "posix_spawnattr_init: %s\n", strerror(errno)); in spawn_via_launchd()
379 w_log(W_LOG_FATAL, "posix_spawnattr_init: %s\n", strerror(errno)); in spawn_via_launchd()
384 w_log(W_LOG_FATAL, "Failed to spawn watchman via launchd: %s\n", in spawn_via_launchd()
390 w_log(W_LOG_FATAL, "Failed waiting for launchctl load: %s\n", in spawn_via_launchd()
544 w_log(W_LOG_FATAL, "GetUserName failed: %s. I don't know who you are\n", in setup_sock_name()
553 w_log(W_LOG_FATAL, "getpwuid(%d) failed: %s. I don't know who you are\n", in setup_sock_name()
H A Dpending.c82 w_log(W_LOG_FATAL, "lock assertion: %s\n", strerror(err)); in w_pending_coll_lock()
90 w_log(W_LOG_FATAL, "unlock assertion: %s\n", strerror(err)); in w_pending_coll_unlock()
H A Dstream_stdout.c31 w_log(W_LOG_FATAL, "calling get_events on a stdio stm\n"); in stdio_get_events()
H A Dlog.c163 if (level == W_LOG_FATAL) { in w_log()
H A Dstream_unix.c132 w_log(W_LOG_FATAL, "%d > MAX_POLL_EVENTS (%d)\n", n, MAX_POLL_EVENTS); in w_poll_events()
H A Dstream_win.c354 w_log(W_LOG_FATAL, "WriteFileEx: short write: %d written, %d remain\n", in write_completed()
609 w_log(W_LOG_FATAL, "%d > MAXIMUM_WAIT_OBJECTS-1 (%d)\n", n, in w_poll_events()
H A Dstring.c22 w_log(W_LOG_FATAL, in w_string_slice()
43 w_log(W_LOG_FATAL, "string of length %" PRIsize_t " is too damned long\n", in u32_strlen()
H A Dopendir.c114 w_log(W_LOG_FATAL, "GetLongPathNameW needs %lu chars\n", long_len); in is_basename_canonical_case()
/dports/sysutils/watchman/watchman-4.5.0/winbuild/
H A Drealpath.c16 w_log(W_LOG_FATAL, "realpath called with target!=NULL"); in realpath()
97 w_log(W_LOG_FATAL, "GetFullPathName needs %lu chars\n", full_len); in realpath()
105 w_log(W_LOG_FATAL, "GetLongPathName needs %lu chars\n", long_len); in realpath()
/dports/sysutils/watchman/watchman-4.5.0/watcher/
H A Dinotify.c306 w_log(W_LOG_FATAL, in process_inotify_event()
417 w_log(W_LOG_FATAL, "read(%d, %zu): error %s\n", in inot_root_consume_notify()
H A Dportfs.c260 w_log(W_LOG_FATAL, "port_getn: %s\n", in portfs_root_consume_notify()
/dports/sysutils/py-pywatchman/watchman-4.9.0/root/
H A Dstat.cpp34 W_LOG_FATAL, in statPath()
/dports/sysutils/py-pywatchman/watchman-4.9.0/watcher/
H A Dinotify.cpp324 W_LOG_FATAL, in consumeNotify()
/dports/sysutils/watchman/watchman-4.5.0/query/
H A Dparse.c354 w_log(W_LOG_FATAL, "should never happen: %s\n", errmsg); in w_query_legacy_field_list()

12