Searched refs:needle (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | btlog.c | 679 bt_stack_t needle, in __btlib_insert() argument 710 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert() 713 if (__btstack_same(needle, bts)) { in __btlib_insert() 746 *bts = *needle; in __btlib_insert() 826 union bt_stack needle; in __btlib_get() local 835 hash = __btstack_capture(&needle, fp, (flags & BTREF_GET_PERMANENT)); in __btlib_get() 874 if (needle.bts_hash < bts->bts_hash) { in __btlib_get() 877 if (__btstack_same(&needle, bts) && in __btlib_get() 888 return __btlib_insert(btl, &needle, flags, hash); in __btlib_get()
|
| /xnu-8796.141.3/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()
|