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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c882 sctp_chunk_hdr_t *cach; local
886 camp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*cach));
893 cach = (sctp_chunk_hdr_t *)camp->b_wptr;
894 camp->b_wptr = (uchar_t *)(cach + 1);
895 cach->sch_id = CHUNK_COOKIE_ACK;
896 cach->sch_flags = 0;
897 cach->sch_len = htons(sizeof (*cach));
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure382 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
385 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)

Completed in 72 milliseconds