Home
last modified time | relevance | path

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

/NextBSD/sys/boot/usb/tools/
HDsysinit.c129 if ((*pa)->dw_msb_value > (*pb)->dw_msb_value) in compare()
132 if ((*pa)->dw_msb_value < (*pb)->dw_msb_value) in compare()
150 if ((*pa)->dw_msb_value > (*pb)->dw_msb_value) in compare_R()
153 if ((*pa)->dw_msb_value < (*pb)->dw_msb_value) in compare_R()
241 (*sipp)->dw_msb_value = read32((*sipp)->dw_msb_value); in main()
290 if ((*sipp)->dw_msb_value == 0) in do_sysinit()
316 if ((*sipp)->dw_msb_value == 0) in do_sysinit()
/NextBSD/sys/boot/kshim/
HDsysinit.h37 uint32_t dw_msb_value; /* must be non-zero, else entry is skipped */ member
52 .dw_msb_value = (msb), \