Searched refs:hash_item_pidthr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dhash.h124 typedef struct hash_item_pidthr { struct
127 } hash_item_pidthr; typedef in typeref:struct:hash_item_pidthr
133 hash_item_pidthr *hash_first_pidthr(hash_table *ht, hash_pos *pos);
134 hash_item_pidthr *hash_next_pidthr(hash_pos *pos);
H A Dhash.c1305 hash_item_pidthr *hi;
1306 hash_item_pidthr *h;
1313 newli = ll_newitem(sizeof(hash_item_pidthr));
1314 hi = (hash_item_pidthr *)newli->datum;
1328 h = (hash_item_pidthr *)li->datum;
1350 return ((hash_item_pidthr *)(li->datum))->value;
1368 hash_item_pidthr *hi;
1382 hi = (hash_item_pidthr *)li->datum;
1397 li = ll_newitem(sizeof(hash_item_pidthr));
1398 hi = (hash_item_pidthr *)l
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sunos5.c1909 hash_item_pidthr *hip;

Completed in 118 milliseconds