OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
label.c
275
int
lbl
;
local in function:get_free_local_label
277
for (
lbl
= min_label;
lbl
<= max_label;
lbl
++) {
279
if (l->binding ==
lbl
)
282
return
lbl
;
/src/sys/arch/sgimips/stand/sgivol/
sgivol.c
81
struct disklabel
lbl
;
variable in typeref:struct:disklabel
230
if (ioctl(fd, DIOCGDINFO, &
lbl
) == -1)
300
printf("disklabel shows %d sectors\n",
lbl
.d_secperunit);
344
volhdr->dp.dp_skew =
lbl
.d_trackskew;
352
volhdr->dp.dp_cyls = htobe16(
lbl
.d_ncylinders);
361
volhdr->dp.dp_trks0 = htobe16(
lbl
.d_ntracks);
362
volhdr->dp.dp_secs = htobe16(
lbl
.d_nsectors);
363
volhdr->dp.dp_secbytes = htobe16(
lbl
.d_secsize);
364
volhdr->dp.dp_interleave = htobe16(
lbl
.d_interleave);
371
volhdr->partitions[10].blocks = htobe32(
lbl
.d_secperunit)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025