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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c111 static u_offset_t swap_getoff(struct swapinfo *);
176 soff = swap_getoff(sip);
179 panic("swap_alloc: swap_getoff failed!");
186 noff = swap_getoff(sip);
218 swap_getoff(struct swapinfo *sip) function
234 "swap_getoff: couldn't find slot from hint %ld to end\n",
284 panic("swap_getoff: didn't find slot in word hint %ld", sip->si_hint);
293 SWAP_PRINT(SW_ALLOC, "swap_getoff: allocating slot %ld\n",

Completed in 61 milliseconds