Searched refs:btxle (Results 1 – 1 of 1) sorted by relevance
197 struct btx_hdr btx, btxle; in btxld() local265 btxle = btx; in btxld()266 btxle.btx_pgctl = htole16(btxle.btx_pgctl); in btxld()267 btxle.btx_textsz = htole16(btxle.btx_textsz); in btxld()268 btxle.btx_entry = htole32(btxle.btx_entry); in btxld()269 writex(fdo, &btxle, sizeof(btxle)); in btxld()