/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
clearstate_defs.h | 42 const struct cs_extent_def *section; member in struct:cs_section_def
|
/src/usr.bin/sortinfo/ |
sortinfo.c | 50 struct section { struct 57 static struct section *slist; 60 static struct section * 76 addline(struct section *s, char *line) 88 const struct section *sa = a, *sb = b; 101 printsection(const struct section *s) 118 struct section *s; 141 errx(EXIT_FAILURE, "No current section"); 148 errx(EXIT_FAILURE, "Already in section");
|
/src/usr.bin/nl/ |
nl.c | 106 /* delimiter characters that indicate the start of a logical page section */ 277 int section; /* logical page section */ local in function:filter 284 section = BODY; 296 section = idx; 307 switch (numbering_properties[section].type) { 327 (regexec(&numbering_properties[section].expr, 358 parse_numbering(const char *argstr, int section) 365 numbering_properties[section].type = number_all; 368 numbering_properties[section].type = number_none [all...] |
/src/usr.sbin/makemandb/ |
apropos-utils.h | 51 * Used to identify the section of a man(7) page. 76 const char *section; member in struct:query_callback_args
|
apropos.c | 77 char *section; local in function:parseargs 97 section = emalloc(2); 98 section[0] = ch; 99 section[1] = 0; 101 sections[sections_offset++] = section; 308 "%s (%s)\t%s\n", qargs->name, qargs->section, qargs->name_desc); 313 qargs->section, qargs->name_desc); 374 "[-S machine] [-s section] query\n",
|
makemandb.c | 49 * A data structure for holding section specific data. 59 int limit; // limit the indexing to only NAME section 68 secbuff desc; // for storing the DESCRIPTION section 69 secbuff lib; // for the LIBRARY section 76 char *section; member in struct:roff_mandb_rec 78 int xr_found; // To track whether a .Xr was seen when parsing a section 903 * Extracts the section number and normalizes it to only the numeric part 912 easprintf(&rec->section, "%s", s); 913 if (rec->section[0] == '?' && mflags.verbosity == 2) 914 warnx("%s: Missing section number", rec->file_path) 1234 enum man_sec section; member in struct:pman_sh::__anon25f8b3700108 [all...] |
/src/sys/dev/dtv/ |
dtvvar.h | 95 struct dtv_ts_section section[16]; member in struct:dtv_demux::__anon478bed330208
|
/src/libexec/makewhatis/ |
makewhatis.c | 480 int section; local in function:manpagesection 483 section = 0; 484 while (sectionext[section] != '\0') 485 if (sectionext[section] == *ptr) 486 return section; 488 section++; 496 char *section; local in function:createsectionstring 498 if (asprintf(§ion, " (%s) - ", section_id) < 0) 500 return section; 584 makewhatisline(const char *file, const char *line, const char *section) 631 char *section, *ptr, *last; local in function:parsecatpage 874 char *section, buffer[8192], *ptr; local in function:parsemanpage 1103 int section; local in function:getwhatisdata [all...] |
/src/lib/libresolv/ |
res_mkupdate.c | 78 *\li -3 if zone section is not the first section in 79 * the linked list, or section order has a problem 94 int section, numrrs = 0, counts[ns_s_max]; local in function:res_nmkupdate 126 section = rrecp->r_section; 127 if (section < 0 || section >= ns_s_max) 129 counts[section]++; 130 for (i = section + 1; i < ns_s_max; i++) 137 if (section == S_PREREQ) [all...] |
/src/usr.bin/man/ |
man.c | 91 char *sectionname; /* -s: limit search to a given man section */ 105 TAG *section; /* <sec>: tag for m.sectionname */ member in struct:manstate 212 * we will need (machine type, pager, section [if specified 238 /* do we need to set m.section to a non-null value? */ 241 m.section = gettag(m.sectionname, 0); /* -s must be a section */ 242 if (m.section == NULL) 243 errx(EXIT_FAILURE, "unknown section: %s", m.sectionname); 247 m.section = gettag(*argv, 0); /* might be a section? * [all...] |
/src/sys/arch/acorn32/stand/boot32/ |
boot32.c | 562 u_long page, section, addr, kpage; local in function:create_initial_page_tables 564 /* mark a section by the following bits and domain 0, AP=01, CB=0 */ 565 /* A P C B section 567 section = (0<<11) | (1<<10) | (0<<3) | (0<<2) | (1<<4) | (1<<1) | 572 initial_page_tables[page] = (page<<20) | section; 575 * video memory is mapped 1:1 in the DRAM section or in VRAM 576 * section 582 initial_page_tables[0] = top_1Mb_dram | section; 591 initial_page_tables[kpage] = (addr << 20) | section; 770 int module, section; local in function:get_riscos_ver [all...] |
/src/distrib/amiga/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/atari/floppies/prepare/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sparc/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sun2/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/sun3/miniroot/ |
install.md | 33 # machine dependent section of installation/upgrade script.
|
/src/distrib/hp300/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|
/src/distrib/mac68k/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|
/src/distrib/mvme68k/miniroot/ |
install.md | 34 # machine dependent section of installation/upgrade script
|
/src/sys/dev/pci/ |
if_iwm.c | 936 DPRINTF(("%s: unknown firmware section %d, abort\n", 951 "firmware parse error, section type %d\n", tlv_type); 2317 DPRINTF(("%s: Can't SEND phy_db section %d (%d), " 2491 iwm_nvm_read_chunk(struct iwm_softc *sc, uint16_t section, uint16_t offset, 2498 .type = htole16(section), 2557 * Reads an NVM section completely. 2559 * section 0 which is the EEPROM. Because the EEPROM reading is unlimited 2564 iwm_nvm_read_section(struct iwm_softc *sc, uint16_t section, uint8_t *data, 2575 err = iwm_nvm_read_chunk(sc, section, *len, chunklen, data, 2578 DPRINTF(("%s: Cannot read NVM from section %d 3250 int i, section, err; local in function:iwm_nvm_init [all...] |