Home
last modified time | relevance | path

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

/xnu-12377.61.12/libkern/kxld/tests/
H A Dloadtest.py37 line = pipe.readline() variable
40 line = pipe.readline() variable
/xnu-12377.61.12/san/tools/
H A Dgenerate_dynamic_denylist.py44 def extract_symbol(line): argument
58 line = line.strip() variable
/xnu-12377.61.12/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
753 char line[BUFSIZ]; in do_machdep() local
/xnu-12377.61.12/osfmk/ipc/
H A Dmig_log.c104 unsigned int line) in MigEventTracer()
120 unsigned int line) in MigEventErrors()
/xnu-12377.61.12/tools/
H A Dvm_sanitize_enforcement.py74 def is_type_used_in_line(safe_type, line): argument
H A Dformat_vm_parameter_validation.py249 def replace_error_code_return(test, line): argument
493 def group_by_test(line): argument
/xnu-12377.61.12/osfmk/kern/
H A Dexclaves_boot.h61 #define __EXCLAVES_BOOT_TASK(name, line, rank, func) \ argument
H A Ddebug.c758 Assert(const char*file, int line, const char *expression) in Assert()
/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc_macros.h42 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-12377.61.12/osfmk/corecrypto/
H A Dcc_macros.h70 #define __CC_DEBUG_REQUIRE_MESSAGE(name, assertion, label, message, file, line, value) \ argument
/xnu-12377.61.12/tools/lldbmacros/
H A Dmacho.py283 def center_text_in_line(self, line, text): argument
H A Dutils.py212 def write(self, line): argument
/xnu-12377.61.12/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-12377.61.12/libsyscall/wrappers/spawn/
H A Dposix_spawn_filtering.c175 char *line = read_buffer; in evaluate_rules() local
/xnu-12377.61.12/tests/
H A Dlibmalloc_apple_array.c134 char **line = NULL; in get_apple_array() local
/xnu-12377.61.12/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-12377.61.12/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-12377.61.12/tools/trace/
H A Dparse_ipc_trace.py764 def parse_tracefile_line(line, exclude, include, exflags, incflags, active_proc, graph, base=16): argument
/xnu-12377.61.12/SETUP/kextsymboltool/
H A Dkextsymboltool.c288 char * line; in store_symbols() local
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c311 #define dp_drop_pktq(fsw, pktq, outgoing, _reason, line, _flags) do { \ argument
1830 uint16_t line = 0; in dp_flow_rx_process() local
2156 uint16_t line = 0; in _fsw_receive() local
3311 uint16_t line = 0; in dp_flow_tx_process() local
3563 uint16_t line = 0; in dp_tx_pktq() local
/xnu-12377.61.12/iokit/Kernel/
H A DIOHibernateRestoreKernel.c284 __hib_assert(const char *file, int line, const char *expression) in __hib_assert()
/xnu-12377.61.12/tests/vm/
H A Dvm_parameter_validation.c2694 char line[MAX_LINE_LENGTH]; in populate_golden_results() local
3687 char *line = NULL; in populate_kernel_results() local
/xnu-12377.61.12/bsd/kern/
H A Duipc_mbuf_mcache.c6088 _mbwdog_logger(const char *func, const int line, const char *fmt, ...)