OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partnum
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/nsd/dist/
xfr-inspect.c
229
inspect_part(FILE* in, int
partnum
)
242
printf("cannot read part %d\n",
partnum
);
247
printf("bad part %d: not type XXFR\n",
partnum
);
252
printf("bad part %d: not msglen, file too short\n",
partnum
);
258
partnum
, (unsigned)msglen);
264
partnum
, strerror(errno));
269
printf("bad part %d: cannot read msglen2, file too short\n",
partnum
);
280
printf("part : %d\n",
partnum
);
394
list_packet(region_type* region, buffer_type* pkt, int
partnum
)
402
if(
partnum
== 0 && QDCOUNT(pkt) == 1)
[
all
...]
/src/sbin/efi/
bootvar.c
127
create_devpath_media_hd(const char *dev, uint
partnum
)
150
m = find_gpt_map(dev,
partnum
);
153
partnum
, dev);
222
make_bootvar_data(const char *dev, uint
partnum
, uint32_t attrib,
234
bb = create_devpath_media_hd(dev,
partnum
);
main.c
239
_X(uint16_t,
partnum
, DEFAULT_PARTITION ) \
422
opt.
partnum
= strtous(optarg, NULL, 0);
642
v.ev.data = make_bootvar_data(opt.device, opt.
partnum
,
/src/usr.bin/mail/
mime_decode.c
298
struct message *top_mp, off_t end_pos, int
partnum
)
312
new_mip->mi_partnum =
partnum
;
328
int
partnum
;
local
336
partnum
= 1;
337
/* top_mip->mi_partnum =
partnum
++; */ /* Keep the number set by the caller */
396
this_mip = insert_new_mip(this_mip, top_mip, top_mp, end_pos,
partnum
++);
593
this_mip->mi_partnum = 0; /* suppress
partnum
display */
Completed in 33 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026