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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5419 union swpbuf *swp_p, swp_b; local
5422 swp_p = (union swpbuf *)sval;
5426 swp_p->s_half[0] = swp_b.s_half[1];
5427 swp_p->s_half[1] = swp_b.s_half[0];
5430 swp_p->s_half[0] = swp_b.s_half[0];
5431 swp_p->s_half[1] = swp_b.s_half[1];

Completed in 82 milliseconds