Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5427 union swpbuf *swp_p, swp_b; in mkshort() local
5429 swp_p = (union swpbuf *)sval; in mkshort()
5433 swp_p->s_half[0] = swp_b.s_half[1]; in mkshort()
5434 swp_p->s_half[1] = swp_b.s_half[0]; in mkshort()
5437 swp_p->s_half[0] = swp_b.s_half[0]; in mkshort()
5438 swp_p->s_half[1] = swp_b.s_half[1]; in mkshort()