Searched refs:warn (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215/tools/tests/personas/ |
| H A D | persona_test.h | 102 #define warn(fmt, ...) \ macro 109 #define warn(...) macro
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | reproto.sh | 42 warn "Cannot open \$file.\n";
|
| /xnu-11215/tools/lldbmacros/usertaskdebugging/ |
| H A D | gdbserver.py | 33 logging.warn("found exception in read %s" % (str(e))) 190 logging.warn('Failed to read data %s' % str(e))
|
| /xnu-11215/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 1533 bool warn = false; in main() local 1542 warn = (__builtin_popcountll(map) != g_numthreads); in main() 1548 if (warn || secondary || fail) { in main() 1551 warn ? " WARNING" : "", in main() 1555 test_warn |= (warn || secondary || fail); in main()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 1927 notes.warn("PID ${PID} TID ${TID} SCID %d Missing address spaces info" % scid) 1931 …notes.warn("PID ${PID} TID ${TID} SCID %d Missing address space info for ASID 0x%x" % (scid, asid)) 1961 notes.warn("PID ${PID} TID ${TID} no threads_exclave info found, skipping exclaves frames") 1966 notes.warn("PID ${PID} TID ${TID} threads_exclave data not found, skipping exclaves frames") 1971 notes.warn("PID ${PID} TID ${TID} no thread_exclave info found, skipping exclaves frames") 1976 …notes.warn("PID ${PID} TID ${TID} no exclaves info available for SCID %d, skipping exclaves frames… 2029 def warn(self, note): member in NotesBuilder
|
| /xnu-11215/osfmk/kern/ |
| H A D | task_policy.c | 2863 boolean_t warn = FALSE; in task_set_cpuusage() local 2886 warn = TRUE; in task_set_cpuusage() 2918 warn = TRUE; in task_set_cpuusage() 2923 warn = TRUE; in task_set_cpuusage() 2927 if (warn) { in task_set_cpuusage()
|
| /xnu-11215/tests/skywalk/ |
| H A D | skywalk_test_common.c | 2791 warn("writing to routing socket"); in rtmsg() 2799 warn("read from routing socket"); in rtmsg() 2831 warn("%s", inet_ntoa(host)); in skt_add_arp_entry() 3175 warn("sysctl: net.link.ether.inet.stats"); in arp_stats()
|
| H A D | skywalk_test_utils.c | 1170 warn("FD_CLOEXEC"); in sktu_create_interface() 1177 warn("Failed to create utun errno %d", errno); in sktu_create_interface()
|
| /xnu-11215/bsd/netkey/ |
| H A D | key.c | 6400 static int warn = 1; in key_randomfill() 6411 if (warn) { in key_randomfill() 6414 warn = 0; in key_randomfill()
|