OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disk_fd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/dkscan_bsdlabel/
dkscan_util.h
47
extern int
disk_fd
; /* file descriptor for disk access */
dkscan_bsdlabel.c
96
disk_fd
= opendisk(argv[optind], O_RDWR, buf, PATH_MAX, 0);
97
if (
disk_fd
== -1)
108
close(
disk_fd
);
dkscan_util.c
48
int
disk_fd
= -1; /* file descriptor for disk access */
variable in typeref:typename:int
74
if (pread(
disk_fd
, tbuf, len, blkno * BLOCK_SIZE) < 0)
90
if (ioctl(
disk_fd
, DIOCAWEDGE, dkw) == -1)
Completed in 13 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025