Searched refs:sun_extended_sum (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | disksubr.c | 45 static __inline u_int sun_extended_sum(struct sun_disklabel *, void *); 205 sun_extended_sum(struct sun_disklabel *sl, void *end) in sun_extended_sum() function 301 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) || in disklabel_sun_to_bsd() 303 sun_extended_sum(sl, &sl->sl_uid) == sl->sl_xpsum) || in disklabel_sun_to_bsd() 305 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) { in disklabel_sun_to_bsd() 440 sl->sl_xpsum = sun_extended_sum(sl, &sl->sl_xxx1); in disklabel_bsd_to_sun()
|
| /openbsd/src/sys/arch/luna88k/luna88k/ |
| D | disksubr.c | 93 static __inline u_int sun_extended_sum(struct sun_disklabel *, void *); 228 sun_extended_sum(struct sun_disklabel *sl, void *end) in sun_extended_sum() function 332 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) || in disklabel_om_to_bsd() 334 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) { in disklabel_om_to_bsd() 432 sl->sl_xpsum = sun_extended_sum(sl, &sl->sl_xxx1); in disklabel_bsd_to_om()
|
| /openbsd/src/sys/arch/luna88k/stand/boot/ |
| D | ufs_disksubr.c | 94 sun_extended_sum(struct sun_disklabel *sl, void *end) in sun_extended_sum() function 217 sun_extended_sum(slp, &slp->sl_types) == slp->sl_xpsum) || in readdisklabel() 219 sun_extended_sum(slp, &slp->sl_xxx1) == slp->sl_xpsum)) { in readdisklabel()
|
| /openbsd/src/sys/arch/sparc64/stand/ofwboot/ |
| D | ofdev.c | 255 sun_extended_sum(struct sun_disklabel *sl, void *end) in sun_extended_sum() function 350 sun_extended_sum(sl, &sl->sl_types) == sl->sl_xpsum) || in disklabel_sun_to_bsd() 352 sun_extended_sum(sl, &sl->sl_uid) == sl->sl_xpsum) || in disklabel_sun_to_bsd() 354 sun_extended_sum(sl, &sl->sl_xxx1) == sl->sl_xpsum)) { in disklabel_sun_to_bsd()
|