Searched refs:ptrs_len (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/nvdimm/ |
| H A D | nvdimm_nfit.c | 46 uint64_t mask, uint64_t value, void **ptrs, int ptrs_len) in find_matches() argument 64 if (ptrs_len > 0) { in find_matches() 66 ptrs_len--; in find_matches() 80 uint64_t mask, uint64_t value, void ***ptrs, int *ptrs_len) in malloc_find_matches() argument 85 *ptrs_len = count; in malloc_find_matches() 91 find_matches(nfitbl, type, offset, mask, value, *ptrs, *ptrs_len); in malloc_find_matches()
|