OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/gpt/
biosboot.c
94
int
bfd
, ret = -1;
local in function:read_boot
100
bfd
= -1;
122
if ((
bfd
= open(bp, O_RDONLY)) < 0 || fstat(
bfd
, &st) == -1) {
133
if (read(
bfd
, buf, (size_t)st.st_size) != (ssize_t)st.st_size) {
140
if (
bfd
!= -1)
141
close(
bfd
);
/src/sbin/fdisk/
fdisk.c
1050
int
bfd
, ret;
local in function:read_boot
1062
if ((
bfd
= open(boot_path, O_RDONLY)) < 0 || fstat(
bfd
, &st) == -1) {
1076
if (read(
bfd
, buf, len) != ret) {
1086
close(
bfd
);
1091
if (
bfd
>= 0)
1092
close(
bfd
);
Completed in 14 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025