Searched defs:DEFAULT (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.121.2/tests/vm/ | ||
| H A D | vm_ranges.c | 16 DEFAULT = 0, enumerator |
| /xnu-8796.121.2/bsd/kern/ | ||
| H A D | uipc_socket2.c | 2214 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() macro |