HomeSort by relevance Sort by last modified time
    Searched defs:swapinfo (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
swap.h 141 struct swapinfo { struct
145 struct swapinfo *si_next; /* next swap area */
235 extern struct swapinfo *swapinfo;
  /onnv/onnv-gate/usr/src/uts/common/vm/
vm_swap.c 48 * Associated with each swap area is a swapinfo structure. These
107 struct swapinfo *swapinfo; variable in typeref:struct:swapinfo
109 static struct swapinfo *silast;
112 static u_offset_t swap_getoff(struct swapinfo *);
115 static int swapslot_free(struct vnode *, u_offset_t, struct swapinfo *);
147 struct swapinfo *sip;
172 sip = swapinfo;
204 silast = swapinfo;
219 swap_getoff(struct swapinfo *sip
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/conf/
param.c 80 struct swapinfo *swapinfo; /* protected by the swapinfo_lock */ variable in typeref:struct:swapinfo

Completed in 120 milliseconds