Searched refs:needle (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | btlog.c | 680 bt_stack_t needle, in __btlib_insert() argument 711 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert() 714 if (__btstack_same(needle, bts)) { in __btlib_insert() 747 *bts = *needle; in __btlib_insert() 827 union bt_stack needle; in __btlib_get() local 836 hash = __btstack_capture(&needle, fp, (flags & BTREF_GET_PERMANENT)); in __btlib_get() 875 if (needle.bts_hash < bts->bts_hash) { in __btlib_get() 878 if (__btstack_same(&needle, bts) && in __btlib_get() 889 return __btlib_insert(btl, &needle, flags, hash); in __btlib_get()
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | if_pflog.c | 140 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument 145 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()
|
| H A D | if_vlan.c | 913 findsubstr(const char * haystack, const char * needle, size_t needle_len) in findsubstr() argument 918 if (strncmp(scan, needle, needle_len) == 0) { in findsubstr()
|