OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofl
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint2/
emit2.c
208
struct outflist *
ofl
, **pofl;
local in function:addoutfile
211
ofl
= outflist;
215
while (
ofl
!= NULL) {
216
if (
ofl
->ofl_num == num)
219
pofl = &
ofl
->ofl_next;
220
ofl
=
ofl
->ofl_next;
224
if (
ofl
== NULL) {
225
ofl
= *pofl = xmalloc(sizeof(**pofl));
226
ofl
->ofl_num = num
235
struct outflist *
ofl
;
local in function:outfiles
[
all
...]
/src/usr.sbin/sysinst/arch/i386/
md.c
543
int i, names, fl,
ofl
;
local in function:md_check_mbr
656
ofl
= mbri->mbrb.mbrbs_flags;
657
if (
ofl
== 0) {
665
ofl
= mbri->oflags & (MBR_BS_ACTIVE | MBR_BS_EXTLBA);
668
if (fl & ~
ofl
|| (fl == 0 &&
ofl
& MBR_BS_ACTIVE)) {
Completed in 13 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025