Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c849 } proc_fdinfo_t; typedef
851 static proc_fdinfo_t *process_table[PROC_HASH_SIZE];
853 static proc_fdinfo_t unknown_proc = {
892 static proc_fdinfo_t *
895 proc_fdinfo_t *ph; in process_hash_find()
918 static proc_fdinfo_t *
921 proc_fdinfo_t *ph; in process_hash_get()
932 process_hash_insert(proc_fdinfo_t *ph) in process_hash_insert()
935 proc_fdinfo_t *slotp; in process_hash_insert()
961 proc_fdinfo_t *ph; in process_hash_dump()
[all …]