Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c65 } swap_file_t; typedef
76 static swap_file_t *cache;
95 static void cache_insert(swap_file_t *);
96 static swap_file_t *cache_lookup(char *);
97 static void cache_remove(swap_file_t *);
101 static int swap_add(swap_file_t *, char **);
102 static void swap_area_add(swap_file_t *, swap_area_t *);
104 static swap_area_t *swap_area_lookup(swap_file_t *, swapent_t *);
105 static void swap_area_remove(swap_file_t *, swap_area_t *);
106 static int swap_delete(swap_file_t *, char **);
[all …]