OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next68klabel
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/installboot/arch/
next68k.c
87
struct next68k_disklabel *
next68klabel
;
local in function:next68k_setboot
101
next68klabel
= malloc(NEXT68K_LABEL_SIZE);
102
if (
next68klabel
== NULL) {
110
rv = pread(params->fsfd,
next68klabel
, NEXT68K_LABEL_SIZE,
120
if (be32toh(
next68klabel
->cd_version) == NEXT68K_LABEL_CD_V3) {
121
checksum = &
next68klabel
->NEXT68K_LABEL_cd_v3_checksum;
123
checksum = &
next68klabel
->cd_checksum;
125
if (nextstep_checksum (
next68klabel
, checksum) !=
132
cd_secsize = be32toh(
next68klabel
->cd_secsize);
161
if (bootsize > be16toh(
next68klabel
->cd_front) * cd_secsize
[
all
...]
next68k.c
87
struct next68k_disklabel *
next68klabel
;
local in function:next68k_setboot
101
next68klabel
= malloc(NEXT68K_LABEL_SIZE);
102
if (
next68klabel
== NULL) {
110
rv = pread(params->fsfd,
next68klabel
, NEXT68K_LABEL_SIZE,
120
if (be32toh(
next68klabel
->cd_version) == NEXT68K_LABEL_CD_V3) {
121
checksum = &
next68klabel
->NEXT68K_LABEL_cd_v3_checksum;
123
checksum = &
next68klabel
->cd_checksum;
125
if (nextstep_checksum (
next68klabel
, checksum) !=
132
cd_secsize = be32toh(
next68klabel
->cd_secsize);
161
if (bootsize > be16toh(
next68klabel
->cd_front) * cd_secsize
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025