Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/tests/
H A Dtext_corruption_helper.c11 foo(void) in foo() function
39 foo(); in main()
42 foo(); in main()
43 addr = ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()
45 foo(); in main()
H A Decc_test_helper.c27 foo(void) in foo() function
212 foo(); in main()
216 foo(); in main()
218 addr = (void *)ptrauth_strip(&foo, ptrauth_key_function_pointer); in main()
222 foo(); in main()
/xnu-11215/bsd/net/
H A Dfirewire.h65 #define FIREWIRE_IS_VALID_LEN(foo) \ argument
66 ((foo) >= FIREWIRE_MIN_LEN && (foo) <= FIREWIRE_MAX_LEN)
H A Dethernet.h85 #define ETHER_IS_VALID_LEN(foo) \ argument
86 ((foo) >= ETHER_MIN_LEN && (foo) <= ETHER_MAX_LEN)
/xnu-11215/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h64 #define CONTENTS(foo) (*(unsigned *) &(foo)) argument
/xnu-11215/bsd/dev/arm64/
H A Ddtrace_isa.c106 xcRemote(void *foo) in xcRemote() argument
108 xcArg_t *pArg = (xcArg_t *) foo; in xcRemote()
/xnu-11215/osfmk/tests/
H A DREADME.md90 …panic and for assertion handling. For example if you wish to check for api foo(int arg) { assert(a…
98 foo(-1); /* this will cause assert to fire */
/xnu-11215/doc/primitives/
H A Datomics.md355 struct foo {
361 publish(struct foo *p, long value)
369 broken_read(struct foo *p, long *value)
383 valid_read(struct foo *p, long *value)
H A Dstring-handling.md217 struct foo {
222 void bar(struct foo *f) {
/xnu-11215/config/
H A DMASTER35 # <foo,bar> selects a line if "foo" or "bar" are specified.
36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
/xnu-11215/bsd/dev/i386/
H A Ddtrace_isa.c140 xcRemote( void *foo ) in xcRemote() argument
142 xcArg_t *pArg = (xcArg_t *)foo; in xcRemote()
/xnu-11215/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py255 mock.foo = 5
/xnu-11215/bsd/kern/
H A Duipc_socket2.c2263 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument