Searched defs:addr_match (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | malloc_check.c | 211 struct mc_data_s **addr_match, 220 *addr_match = cur; 225 *addr_match = cur; 231 *addr_match = cur; 248 struct mc_data_s *addr_match = 0; local 259 balanced_by_alloc_p(newd, &addr_match_num, &addr_match, *base); 265 if (addr_match) { 266 print_entry("prev entry", addr_match); 267 if (addr_match->mc_dealloc_noted > 1) { 274 addr_match 209 balanced_by_alloc_p(struct mc_data_s *newd, long *addr_match_num, struct mc_data_s **addr_match, struct mc_data_s *base) argument [all...] |
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | mpo.h | 72 uint64_t addr_match; member in struct:lgrp_md
|
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 2252 boolean_t addr_match, phys_match, allowed_addr_match; local 2258 addr_match = match_prop(cur, DTD_ATTR_ADDRESS, 2265 if (addr_match && allowed_addr_match && phys_match) {
|
Completed in 102 milliseconds