Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/include/net/
H A Dif.h112 uint64_t ph2; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c969 proc_fdinfo_t *ph2; in process_hash_dump() local
974 for (ph2 = ph; ph2 != NULL; ph2 = ph2->ph_next_proc) { in process_hash_dump()
981 ph2->ph_pid, ph2->ph_fd, in process_hash_dump()
982 S_ISCHR(ph2->ph_mode) ? "CHR" : "SOCK", in process_hash_dump()
983 ph2->ph_fname, ph2->ph_psargs, in process_hash_dump()
984 ph2->ph_major, in process_hash_dump()
985 ph2->ph_type, ph2->ph_family); in process_hash_dump()