Home
last modified time | relevance | path

Searched refs:ph_pp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1270 struct peer_hash **ph_pp; in get_peer_info() local
1287 for (php = ph_pp[0]; php != NULL; php = php->ph_next) { in get_peer_info()
1300 (ph_pp = calloc(hash_table_sizes[ph_index + 1], in get_peer_info()
1306 ph3_pp = ph_pp + (php->ph_addr % in get_peer_info()
1314 peer_hashes = ph_pp; in get_peer_info()
1315 ph_pp += from % hash_table_sizes[ph_index]; in get_peer_info()
1324 php->ph_next = ph_pp[0]; in get_peer_info()
1325 ph_pp[0] = php; in get_peer_info()
1341 struct peer_hash **ph_pp; in age_peer_info() local
1353 for (php = ph_pp[i]; php != NULL; php = next_ph) { in age_peer_info()
[all …]
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c571 __td_ta_get_ph(td_thragent_t *ta_p, struct ps_prochandle **ph_pp) in __td_ta_get_ph() argument
575 if (ph_pp != NULL) /* protect stupid callers */ in __td_ta_get_ph()
576 *ph_pp = NULL; in __td_ta_get_ph()
577 if (ph_pp == NULL) in __td_ta_get_ph()
579 if ((*ph_pp = ph_lock_ta(ta_p, &return_val)) == NULL) in __td_ta_get_ph()