Searched refs:sun_extended_sum (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/luna88k/stand/boot/
H A Dufs_disksubr.c94 sun_extended_sum(struct sun_disklabel *sl, void *end) function
217 sun_extended_sum(slp, &slp->sl_types) == slp->sl_xpsum) ||
219 sun_extended_sum(slp, &slp->sl_xxx1) == slp->sl_xpsum)) {
/openbsd-current/sys/arch/luna88k/luna88k/
H A Ddisksubr.c93 static __inline u_int sun_extended_sum(struct sun_disklabel *, void *);
223 sun_extended_sum(struct sun_disklabel *sl, void *end) function
327 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) ||
329 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) {
427 sl->sl_xpsum = sun_extended_sum(sl, &sl->sl_xxx1);
/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddisksubr.c45 static __inline u_int sun_extended_sum(struct sun_disklabel *, void *);
205 sun_extended_sum(struct sun_disklabel *sl, void *end) function
301 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) ||
303 sun_extended_sum(sl, &sl->sl_uid) == sl->sl_xpsum) ||
305 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) {
440 sl->sl_xpsum = sun_extended_sum(sl, &sl->sl_xxx1);
/openbsd-current/sys/arch/sparc64/stand/ofwboot/
H A Dofdev.c255 sun_extended_sum(struct sun_disklabel *sl, void *end) function
350 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) ||
352 sun_extended_sum(sl, &sl->sl_uid) == sl->sl_xpsum) ||
354 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) {

Completed in 137 milliseconds