OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsections
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/sortinfo/
sortinfo.c
58
static size_t
nsections
, maxsections;
variable in typeref:typename:size_t
63
if (
nsections
>= maxsections) {
67
slist[
nsections
].name = line;
68
slist[
nsections
].nlines = 0;
69
slist[
nsections
].maxlines = 20;
70
slist[
nsections
].lines = ecalloc(slist[
nsections
].maxlines,
71
sizeof(*slist[
nsections
].lines));
72
return &slist[
nsections
++];
157
qsort(slist,
nsections
, sizeof(*slist), compsection)
[
all
...]
/src/sys/dev/dtv/
dtv_demux.c
403
demux->dd_secfilt.
nsections
= 0;
477
demux->dd_secfilt.
nsections
> 0) {
509
while (demux->dd_secfilt.
nsections
== 0) {
529
demux->dd_secfilt.
nsections
--;
616
if (demux->dd_secfilt.
nsections
==
706
demux->dd_secfilt.
nsections
++;
dtvvar.h
97
unsigned int
nsections
;
member in struct:dtv_demux::__anon478bed330208
/src/sys/dev/pci/
if_txpreg.h
610
u_int32_t
nsections
;
member in struct:txp_fw_file_header
if_txp.c
489
for (sect = 0; sect < le32toh(fileheader->
nsections
); sect++) {
/src/sys/arch/shark/ofw/
ofw.c
1437
int
nsections
= tp->size / L1_S_SIZE;
local in function:ofw_construct_proc0_addrspace
1439
while (
nsections
--) {
Completed in 16 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025