Searched refs:nsip (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1075 struct swapinfo **sipp, *nsip = NULL, *esip = NULL; local
1212 nsip = kmem_zalloc(sizeof (struct swapinfo), KM_SLEEP);
1213 nsip->si_vp = cvp;
1215 nsip->si_soff = soff;
1216 nsip->si_eoff = eoff;
1217 nsip->si_hint = 0;
1218 nsip->si_checkcnt = nsip->si_alloccnt = 0;
1220 nsip->si_pnamelen = (int)strlen(swapname) + 1;
1221 nsip
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_impl.h553 #define SES2_NVCACHE_SIZE(nsip) \
554 ((uint64_t)SCSI_READ16(&(nsip)->snsi_nvcache_size) << \
555 (SES2_NVCACHE_SHIFT * (nsip)->snsi_size_multiplier))

Completed in 60 milliseconds