Symbol: section
include/arpa/nameser.h
162
#define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
lib/libc/arch/arm/SYS.h
37
#define _TEXT_SECTION .section .text.hot, "ax"
lib/libc/nameser/ns_parse.c
149
ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
lib/libc/nameser/ns_parse.c
154
tmp = section;
lib/libc/nameser/ns_parse.c
155
if (tmp < 0 || section >= ns_s_max)
lib/libc/nameser/ns_parse.c
157
if (section != handle->_sect)
lib/libc/nameser/ns_parse.c
158
setsection(handle, section);
lib/libc/nameser/ns_parse.c
163
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
166
setsection(handle, section);
lib/libc/nameser/ns_parse.c
168
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
lib/libc/nameser/ns_parse.c
187
if (section == ns_s_qd) {
lib/libc/nameser/ns_parse.c
201
if (++handle->_rrnum > handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
202
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
212
ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) {
lib/libc/nameser/ns_parse.c
217
tmp = section;
lib/libc/nameser/ns_parse.c
218
if (tmp < 0 || section >= ns_s_max)
lib/libc/nameser/ns_parse.c
220
if (section != handle->_sect)
lib/libc/nameser/ns_parse.c
221
setsection(handle, section);
lib/libc/nameser/ns_parse.c
226
if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
229
setsection(handle, section);
lib/libc/nameser/ns_parse.c
231
b = ns_skiprr(handle->_msg_ptr, handle->_eom, section,
lib/libc/nameser/ns_parse.c
250
if (section == ns_s_qd) {
lib/libc/nameser/ns_parse.c
264
if (++handle->_rrnum > handle->_counts[(int)section])
lib/libc/nameser/ns_parse.c
265
setsection(handle, (ns_sect)((int)section + 1));
lib/libc/nameser/ns_parse.c
88
ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
lib/libc/nameser/ns_parse.c
98
if (section != ns_s_qd) {
lib/libc/resolv/res_debug.c
158
ns_msg *handle, ns_sect section,
lib/libc/resolv/res_debug.c
183
if (ns_parserr(handle, section, rrnum, &rr)) {
lib/libc/resolv/res_debug.c
194
p_section(section, opcode));
lib/libc/resolv/res_debug.c
195
if (section == ns_s_qd)
lib/libc/resolv/res_debug.c
200
else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
lib/libc/resolv/res_debug.c
637
p_section(int section, int opcode) {
lib/libc/resolv/res_debug.c
648
return (sym_ntos(symbols, section, (int *)0));
lib/libcurses/PSD.doc/appen.C
46
Further examples can be found in the games section
lib/libcurses/PSD.doc/appen.C
65
characteristics discussed in the above Character Output section.
lib/libresolv/res_mkupdate.c
126
section = rrecp->r_section;
lib/libresolv/res_mkupdate.c
127
if (section < 0 || section >= ns_s_max)
lib/libresolv/res_mkupdate.c
129
counts[section]++;
lib/libresolv/res_mkupdate.c
130
for (i = section + 1; i < ns_s_max; i++)
lib/libresolv/res_mkupdate.c
137
if (section == S_PREREQ) {
lib/libresolv/res_mkupdate.c
165
} else if (section == S_UPDATE) {
lib/libresolv/res_mkupdate.c
192
if (section == S_ZONE) {
lib/libresolv/res_mkupdate.c
202
if (section == S_UPDATE && rclass != C_ANY)
lib/libresolv/res_mkupdate.c
926
res_mkupdrec(int section, const char *dname,
lib/libresolv/res_mkupdate.c
938
rrecp->r_section = (ns_sect)section;
lib/libresolv/res_mkupdate.c
94
int section, numrrs = 0, counts[ns_s_max];
libexec/makewhatis/makewhatis.c
1006
free(section);
libexec/makewhatis/makewhatis.c
1027
free(section);
libexec/makewhatis/makewhatis.c
1042
free(section);
libexec/makewhatis/makewhatis.c
1057
free(section);
libexec/makewhatis/makewhatis.c
1090
if (section == NULL)
libexec/makewhatis/makewhatis.c
1091
section = makesection(defaultsection);
libexec/makewhatis/makewhatis.c
1093
ptr = makewhatisline(name, buffer, section);
libexec/makewhatis/makewhatis.c
1094
free(section);
libexec/makewhatis/makewhatis.c
1103
int section;
libexec/makewhatis/makewhatis.c
1112
section = manpagesection(name);
libexec/makewhatis/makewhatis.c
1113
if (section == 0) {
libexec/makewhatis/makewhatis.c
1116
data = parsemanpage(name, in, section);
libexec/makewhatis/makewhatis.c
480
int section;
libexec/makewhatis/makewhatis.c
483
section = 0;
libexec/makewhatis/makewhatis.c
484
while (sectionext[section] != '\0')
libexec/makewhatis/makewhatis.c
485
if (sectionext[section] == *ptr)
libexec/makewhatis/makewhatis.c
486
return section;
libexec/makewhatis/makewhatis.c
488
section++;
libexec/makewhatis/makewhatis.c
496
char *section;
libexec/makewhatis/makewhatis.c
498
if (asprintf(&section, " (%s) - ", section_id) < 0)
libexec/makewhatis/makewhatis.c
500
return section;
libexec/makewhatis/makewhatis.c
584
makewhatisline(const char *file, const char *line, const char *section)
libexec/makewhatis/makewhatis.c
598
if (section == NULL) {
libexec/makewhatis/makewhatis.c
614
slen = strlen(section);
libexec/makewhatis/makewhatis.c
622
(void)memcpy(&result[pos], section, slen);
libexec/makewhatis/makewhatis.c
631
char *section, *ptr, *last;
libexec/makewhatis/makewhatis.c
640
section = NULL;
libexec/makewhatis/makewhatis.c
646
section = emalloc(length + 5);
libexec/makewhatis/makewhatis.c
647
*section = ' ';
libexec/makewhatis/makewhatis.c
648
(void) memcpy(section + 1, ptr, length);
libexec/makewhatis/makewhatis.c
649
(void) strcpy(section + 1 + length, " - ");
libexec/makewhatis/makewhatis.c
655
free(section);
libexec/makewhatis/makewhatis.c
662
if (section == NULL)
libexec/makewhatis/makewhatis.c
663
section = makesection(pathnamesection("/cat", name));
libexec/makewhatis/makewhatis.c
676
ptr = makewhatisline(name, buffer, section);
libexec/makewhatis/makewhatis.c
677
free(section);
libexec/makewhatis/makewhatis.c
692
free(section);
libexec/makewhatis/makewhatis.c
874
char *section, buffer[8192], *ptr;
libexec/makewhatis/makewhatis.c
878
section = NULL;
libexec/makewhatis/makewhatis.c
881
free(section);
libexec/makewhatis/makewhatis.c
893
free(section);
libexec/makewhatis/makewhatis.c
913
free(section);
libexec/makewhatis/makewhatis.c
914
section = createsectionstring(ptr);
libexec/makewhatis/makewhatis.c
927
free(section);
libexec/makewhatis/makewhatis.c
928
section = createsectionstring(ptr);
libexec/makewhatis/makewhatis.c
932
free(section);
libexec/makewhatis/makewhatis.c
939
free(section);
libexec/makewhatis/makewhatis.c
967
free(section);
sys/arch/acorn32/stand/boot32/boot32.c
562
u_long page, section, addr, kpage;
sys/arch/acorn32/stand/boot32/boot32.c
567
section = (0<<11) | (1<<10) | (0<<3) | (0<<2) | (1<<4) | (1<<1) |
sys/arch/acorn32/stand/boot32/boot32.c
572
initial_page_tables[page] = (page<<20) | section;
sys/arch/acorn32/stand/boot32/boot32.c
582
initial_page_tables[0] = top_1Mb_dram | section;
sys/arch/acorn32/stand/boot32/boot32.c
591
initial_page_tables[kpage] = (addr << 20) | section;
sys/arch/acorn32/stand/boot32/boot32.c
770
int module, section;
sys/arch/acorn32/stand/boot32/boot32.c
778
section = -1;
sys/arch/acorn32/stand/boot32/boot32.c
780
e = xosmodule_enumeratewithversion(&module, &section, &name,
sys/arch/acorn32/stand/boot32/boot32.c
786
} while (e == NULL && section == -1);
sys/arch/sgimips/stand/haudfw/haudfw.c
117
dsp_to_cpu_address(char section, int dsp_addr)
sys/arch/sgimips/stand/haudfw/haudfw.c
119
switch (section) {
sys/arch/sgimips/stand/haudfw/haudfw.c
140
fail("unknown section type '%c'", section);
sys/arch/sgimips/stand/haudfw/haudfw.c
145
parse_data_line(const char *line, char *section, int *dsp_data_offset,
sys/arch/sgimips/stand/haudfw/haudfw.c
156
*section = field[0];
sys/arch/sgimips/stand/haudfw/haudfw.c
210
char section = '\0';
sys/arch/sgimips/stand/haudfw/haudfw.c
218
if (section != '\0') {
sys/arch/sgimips/stand/haudfw/haudfw.c
220
section, section_data_count);
sys/arch/sgimips/stand/haudfw/haudfw.c
225
if (section != '\0') {
sys/arch/sgimips/stand/haudfw/haudfw.c
227
section, section_data_count);
sys/arch/sgimips/stand/haudfw/haudfw.c
230
parse_data_line(line, &section, &dsp_data_offset,
sys/arch/sgimips/stand/haudfw/haudfw.c
233
"offset 0x%04x\n", section, dsp_data_offset);
sys/arch/sgimips/stand/haudfw/haudfw.c
236
check(section != '\0', "parse error on line %d: not in "
sys/arch/sgimips/stand/haudfw/haudfw.c
244
section != 'L' ? section : (
sys/arch/sgimips/stand/haudfw/haudfw.c
247
if (section_data_count == 0 || section == 'L') {
sys/arch/sgimips/stand/haudfw/haudfw.c
258
section, lineno);
sys/arch/zaurus/stand/zbsdmod/zbsdmod.c
35
const char __module_kernel_version[] __attribute__((section(".modinfo"))) =
sys/arch/zaurus/stand/zbsdmod/zbsdmod.c
37
const char __module_using_checksums[] __attribute__((section(".modinfo"))) =
sys/dev/dtv/dtv_demux.c
520
*sec = demux->dd_secfilt.section[demux->dd_secfilt.rp];
sys/dev/dtv/dtv_demux.c
523
if (demux->dd_secfilt.rp >= __arraycount(demux->dd_secfilt.section))
sys/dev/dtv/dtv_demux.c
614
__arraycount(demux->dd_secfilt.section)) {
sys/dev/dtv/dtv_demux.c
618
sec = &demux->dd_secfilt.section[demux->dd_secfilt.wp];
sys/dev/dtv/dtv_demux.c
701
__arraycount(demux->dd_secfilt.section))
sys/dev/dtv/dtvvar.h
92
struct dtv_ts_section section[16];
sys/dev/pci/if_iwm.c
2685
iwm_nvm_read_chunk(struct iwm_softc *sc, uint16_t section, uint16_t offset,
sys/dev/pci/if_iwm.c
2692
.type = htole16(section),
sys/dev/pci/if_iwm.c
2763
iwm_nvm_read_section(struct iwm_softc *sc, uint16_t section, uint8_t *data,
sys/dev/pci/if_iwm.c
2774
err = iwm_nvm_read_chunk(sc, section, *len, chunklen, data,
sys/dev/pci/if_iwm.c
2779
DEVNAME(sc), section, *len, chunklen));
sys/dev/pci/if_iwm.c
2785
DPRINTFN(4, ("NVM section %d read completed\n", section));
sys/dev/pci/if_iwm.c
3508
int i, section, err;
sys/dev/pci/if_iwm.c
3522
section = iwm_nvm_to_read[i];
sys/dev/pci/if_iwm.c
3523
KASSERT(section < IWM_NVM_NUM_OF_SECTIONS);
sys/dev/pci/if_iwm.c
3525
err = iwm_nvm_read_section(sc, section, buf, &len, bufsz);
sys/dev/pci/if_iwm.c
3530
nvm_sections[section].data = kmem_alloc(len, KM_SLEEP);
sys/dev/pci/if_iwm.c
3531
memcpy(nvm_sections[section].data, buf, len);
sys/dev/pci/if_iwm.c
3532
nvm_sections[section].length = len;
sys/dev/pci/if_iwm.c
3547
const uint8_t *section, uint32_t byte_cnt)
sys/dev/pci/if_iwm.c
3560
data = section + offset;
sys/dev/pci/if_iwm.c
3572
const uint8_t *section, uint32_t byte_cnt)
sys/dev/pci/if_iwm.c
3578
memcpy(dma->vaddr, section, byte_cnt);
sys/dev/pci/if_iwn.c
5763
const uint8_t *section, int size)
sys/dev/pci/if_iwn.c
5769
memcpy(dma->vaddr, section, size);
usr.bin/make/meta.c
1159
MetaSection section = META_HEADER;
usr.bin/make/meta.c
1209
switch (section) {
usr.bin/make/meta.c
1211
section = META_CMD;
usr.bin/make/meta.c
1215
section = META_CWD;
usr.bin/make/meta.c
1219
section = META_TARGET;
usr.bin/make/meta.c
1225
section = META_OUTPUT;
usr.bin/make/meta.c
1229
section = META_FILEMON;
usr.bin/make/meta.c
1231
section = META_FILEMON;
usr.bin/make/meta.c
1250
switch (section) {
usr.bin/make/meta.c
1267
switch (section) {
usr.bin/make/meta.c
1694
if (!oodate && section != META_FILEMON && filemonMissing) {
usr.bin/man/man.c
105
TAG *section; /* <sec>: tag for m.sectionname */
usr.bin/man/man.c
241
m.section = gettag(m.sectionname, 0); /* -s must be a section */
usr.bin/man/man.c
242
if (m.section == NULL)
usr.bin/man/man.c
247
m.section = gettag(*argv, 0); /* might be a section? */
usr.bin/man/man.c
248
if (m.section) {
usr.bin/man/man.c
283
abs_section = (m.section != NULL &&
usr.bin/man/man.c
284
!TAILQ_EMPTY(&m.section->entrylist) &&
usr.bin/man/man.c
285
*(TAILQ_FIRST(&m.section->entrylist)->s) == '/');
usr.bin/man/man.c
298
m.defaultpath = m.section; /* overwrite _default path */
usr.bin/man/man.c
299
m.section = NULL; /* promoted to defaultpath */
usr.bin/man/man.c
310
if (m.section)
usr.bin/man/man.c
311
m.subdirs = m.section;
usr.bin/nl/nl.c
277
int section; /* logical page section */
usr.bin/nl/nl.c
284
section = BODY;
usr.bin/nl/nl.c
296
section = idx;
usr.bin/nl/nl.c
307
switch (numbering_properties[section].type) {
usr.bin/nl/nl.c
327
(regexec(&numbering_properties[section].expr,
usr.bin/nl/nl.c
358
parse_numbering(const char *argstr, int section)
usr.bin/nl/nl.c
365
numbering_properties[section].type = number_all;
usr.bin/nl/nl.c
368
numbering_properties[section].type = number_none;
usr.bin/nl/nl.c
371
numbering_properties[section].type = number_nonempty;
usr.bin/nl/nl.c
375
if (numbering_properties[section].type == number_regex)
usr.bin/nl/nl.c
376
regfree(&numbering_properties[section].expr);
usr.bin/nl/nl.c
378
numbering_properties[section].type = number_regex;
usr.bin/nl/nl.c
381
if ((error = regcomp(&numbering_properties[section].expr,
usr.bin/nl/nl.c
384
&numbering_properties[section].expr,
usr.bin/nl/nl.c
388
numbering_properties[section].name, errorbuf,
usr.bin/nl/nl.c
395
numbering_properties[section].name, argstr);
usr.bin/sortinfo/sortinfo.c
101
printsection(const struct section *s)
usr.bin/sortinfo/sortinfo.c
118
struct section *s;
usr.bin/sortinfo/sortinfo.c
57
static struct section *slist;
usr.bin/sortinfo/sortinfo.c
60
static struct section *
usr.bin/sortinfo/sortinfo.c
76
addline(struct section *s, char *line)
usr.bin/sortinfo/sortinfo.c
88
const struct section *sa = a, *sb = b;
usr.sbin/makemandb/apropos-utils.c
1009
char *ul_section = ul_term(callback_args->section, ta);
usr.sbin/makemandb/apropos-utils.c
1012
callback_args->section = ul_section;
usr.sbin/makemandb/apropos-utils.c
705
callback_args.section = get_stmt_col_text(stmt, 0);
usr.sbin/makemandb/apropos-utils.c
962
char *ul_section = ul_pager(did, callback_args->section);
usr.sbin/makemandb/apropos-utils.c
965
callback_args->section = ul_section;
usr.sbin/makemandb/apropos-utils.h
76
const char *section;
usr.sbin/makemandb/apropos.c
101
sections[sections_offset++] = section;
usr.sbin/makemandb/apropos.c
308
"%s (%s)\t%s\n", qargs->name, qargs->section, qargs->name_desc);
usr.sbin/makemandb/apropos.c
313
qargs->section, qargs->name_desc);
usr.sbin/makemandb/apropos.c
77
char *section;
usr.sbin/makemandb/apropos.c
97
section = emalloc(2);
usr.sbin/makemandb/apropos.c
98
section[0] = ch;
usr.sbin/makemandb/apropos.c
99
section[1] = 0;
usr.sbin/makemandb/makemandb.c
1234
enum man_sec section;
usr.sbin/makemandb/makemandb.c
1268
man_parse_section(mapping[i].section, n, rec);
usr.sbin/makemandb/makemandb.c
1535
rc = sqlite3_bind_text(stmt, idx, rec->section, -1, NULL);
usr.sbin/makemandb/makemandb.c
1773
ln, rec->name, rec->section,
usr.sbin/makemandb/makemandb.c
1911
free(rec->section);
usr.sbin/makemandb/makemandb.c
1912
rec->section = NULL;
usr.sbin/makemandb/makemandb.c
76
char *section;
usr.sbin/makemandb/makemandb.c
912
easprintf(&rec->section, "%s", s);
usr.sbin/makemandb/makemandb.c
913
if (rec->section[0] == '?' && mflags.verbosity == 2)