Searched defs:swap_file_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c67 } swap_file_t; typedef in typeref:struct:swap_file
78 static swap_file_t *cache;
97 static void cache_insert(swap_file_t *);
98 static swap_file_t *cache_lookup(char *);
99 static void cache_remove(swap_file_t *);
103 static int swap_add(swap_file_t *, char **);
104 static void swap_area_add(swap_file_t *, swap_area_t *);
106 static swap_area_t *swap_area_lookup(swap_file_t *, swapent_t *);
107 static void swap_area_remove(swap_file_t *, swap_area_t *);
108 static int swap_delete(swap_file_t *, cha
[all...]

Completed in 59 milliseconds