Searched refs:btxle (Results 1 – 1 of 1) sorted by relevance
218 struct btx_hdr btx, btxle; in btxld() local286 btxle = btx; in btxld()287 btxle.btx_pgctl = htole16(btxle.btx_pgctl); in btxld()288 btxle.btx_textsz = htole16(btxle.btx_textsz); in btxld()289 btxle.btx_entry = htole32(btxle.btx_entry); in btxld()290 writex(fdo, &btxle, sizeof(btxle)); in btxld()