OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlabel
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
dsk.c
360
d->
dlabel
= allocaligned(sizeof(struct disklabel), 4);
361
memcpy(d->
dlabel
, dlp, sizeof(struct disklabel));
364
d->
dlabel
= NULL;
477
return dsk->
dlabel
!= NULL;
502
if ((dlp = d->
dlabel
) == NULL || part >= dlp->d_npartitions)
556
if ((dlp = d->
dlabel
) != NULL)
globals.h
180
void *
dlabel
;
member in struct:disk
/src/usr.sbin/sysinst/
mbr.c
132
struct disk_partitions dp, *
dlabel
;
member in struct:mbr_disk_partitions
1854
if (force_empty && myparts->
dlabel
)
1855
myparts->
dlabel
->pscheme->delete_all_partitions(
1856
myparts->
dlabel
);
1858
if (myparts->
dlabel
== NULL) {
1881
myparts->
dlabel
= disklabel_parts.read_from_disk(
1884
if (myparts->
dlabel
!= NULL)
1885
myparts->
dlabel
->parent = &myparts->dp;
1888
if (myparts->
dlabel
== NULL && part.size > 0) {
1890
myparts->
dlabel
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025