OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldfd
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/mopd/mopchk/
mopchk.c
117
dl.
ldfd
= open(filename, O_RDONLY, 0);
118
if (dl.
ldfd
== -1)
121
if ((error = CheckElfFile(dl.
ldfd
)) == 0) {
126
} else if ((error = CheckAOutFile(dl.
ldfd
)) == 0) {
131
} else if ((error = CheckMopFile(dl.
ldfd
)) == 0) {
138
(void) close(dl.
ldfd
);
/src/usr.sbin/mopd/mopcopy/
mopcopy.c
111
dl.
ldfd
= open (argv[1], O_RDONLY);
112
if (dl.
ldfd
== -1)
151
dl.lseek = lseek(dl.
ldfd
,0L,SEEK_CUR);
/src/usr.sbin/mopd/common/
file.c
194
if (read(dl->
ldfd
, header, 512) != 512)
463
(void)lseek(dl->
ldfd
, (off_t) 0, SEEK_SET);
465
if (read(dl->
ldfd
, (char *)&ehdr, sizeof(ehdr)) != sizeof(ehdr))
531
if (lseek(dl->
ldfd
, (off_t) e_phoff + (i * e_phentsize),
534
if (read(dl->
ldfd
, (char *) &phdr, sizeof(phdr)) !=
677
if (read(dl->
ldfd
, (char *)&ex, sizeof(ex)) != sizeof(ex))
680
(void)lseek(dl->
ldfd
, (off_t) 0, SEEK_SET);
682
if (read(dl->
ldfd
, (char *)&ex_swap,
881
error = CheckElfFile(dl->
ldfd
);
890
error = CheckAOutFile(dl->
ldfd
);
[
all
...]
common.h
79
int
ldfd
; /* filedescriptor for loadfile */
member in struct:dllist
/src/usr.sbin/mopd/mopd/
process.c
260
dle->lseek = lseek(dle->
ldfd
, 0L, SEEK_CUR);
346
close(dle->
ldfd
);
347
dle->
ldfd
= -1;
356
dle->lseek = lseek(dle->
ldfd
, 0L, SEEK_CUR);
528
dl_rpr->
ldfd
= open(filename, O_RDONLY, 0);
Completed in 31 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025