Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Dswap.c35 swaptbl_t *
38 swaptbl_t *swt; in swap_list()
H A Dswap.h37 extern swaptbl_t *swap_list(void);
H A Ddconf.c409 swaptbl_t *swt; in dconf_update()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dlibdiskmgt.h433 void dm_free_swapentries(swaptbl_t *);
454 int dm_get_swapentries(swaptbl_t **, int *);
H A Dentry.c738 dm_get_swapentries(swaptbl_t **stp, int *errp) in dm_get_swapentries()
741 swaptbl_t *tbl; in dm_get_swapentries()
792 dm_free_swapentries(swaptbl_t *stp) in dm_free_swapentries()
808 swaptbl_t *tbl = NULL; in dm_inuse_swap()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dswap_rcm.c109 static swaptbl_t *sys_swaptbl(void);
439 swaptbl_t *swt; in update_cache()
571 static swaptbl_t *
574 swaptbl_t *swt; in sys_swaptbl()
583 if ((swt = (swaptbl_t *)malloc(tbl_size)) == NULL) in sys_swaptbl()
/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h81 } swaptbl_t; typedef
/illumos-gate/usr/src/cmd/format/
H A Dcheckdev.c81 if ((st = (swaptbl_t *)malloc(num * sizeof (swapent_t) + sizeof (int))) in getswapentries()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c590 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()
692 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()