Home
last modified time | relevance | path

Searched defs:line (Results 1 – 20 of 20) sorted by relevance

/xnu-10002.1.13/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline() variable
40 line = pipe.readline() variable
/xnu-10002.1.13/san/tools/
H A Dgenerate_dynamic_blacklist.py44 def extract_symbol(line): argument
58 line = line.strip() variable
/xnu-10002.1.13/SETUP/config/
H A Dmain.c152 static char line[80]; in get_word() local
195 static char line[80]; in get_rest() local
H A Dmkmakefile.c176 char line[BUFSIZ]; in makefile() local
667 char line[BUFSIZ]; in do_machdep() local
/xnu-10002.1.13/osfmk/ipc/
H A Dmig_log.c104 unsigned int line) in MigEventTracer()
120 unsigned int line) in MigEventErrors()
/xnu-10002.1.13/osfmk/corecrypto/
H A Dcc_macros.h70 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-10002.1.13/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h42 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-10002.1.13/tools/lldbmacros/
H A Dmacho.py301 def center_text_in_line(self, line, text): argument
H A Dutils.py201 def write(self, line): argument
/xnu-10002.1.13/osfmk/console/
H A Dvideo_console.c1387 int line; in vc_render_char() local
1704 int line, col; in vc_reverse_cursor() local
1737 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local
1771 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_up() local
1952 int line, col; in vc_blit_rect_8() local
2015 int line, col; in vc_blit_rect_16() local
2091 int line, col; in vc_blit_rect_32() local
2165 int line, col; in vc_blit_rect_30() local
/xnu-10002.1.13/tests/
H A Dtrial_experiments.c131 char **line = NULL; in get_apple_array() local
/xnu-10002.1.13/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c161 char *line = read_buffer; in evaluate_rules() local
/xnu-10002.1.13/EXTERNAL_HEADERS/
H A DAssertMacros.h215 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
219 #define DEBUG_ASSERT_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-10002.1.13/san/memory/
H A Dubsan.h51 uint32_t line; member
H A Dubsan.c292 uint32_t line = loc->line; in ubsan_loc_acquire() local
/xnu-10002.1.13/tools/trace/
H A Dparse_ipc_trace.py764 def parse_tracefile_line(line, exclude, include, exflags, incflags, active_proc, graph, base=16): argument
/xnu-10002.1.13/SETUP/kextsymboltool/
H A Dkextsymboltool.c288 char * line; in store_symbols() local
/xnu-10002.1.13/iokit/Kernel/
H A DIOHibernateRestoreKernel.c284 __hib_assert(const char *file, int line, const char *expression) in __hib_assert()
/xnu-10002.1.13/osfmk/kern/
H A Ddebug.c727 int line, in Assert()
/xnu-10002.1.13/bsd/kern/
H A Duipc_mbuf.c9992 _mbwdog_logger(const char *func, const int line, const char *fmt, ...)