/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 264 my $sect = 'DESCRIPTION'; 288 $sect = uc $1; 295 $sect = 'COPYRIGHT'; 296 $include{$sect} ||= ''; 297 $include{$sect} .= ".PP\n" if $include{$sect}; 319 $include{$sect} .= $copy; 327 $sect = 'REPORTING BUGS'; 333 $sect = 'AUTHOR'; 343 $include{$sect} ||= ''; 346 $include{$sect} .= "$break\n\\f(CW$prefix$1\\fR\n"; [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 59 ns_sect sect; in ns_newmsg_copy() local 64 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy() 67 count = ns_msg_count(*msg, sect); in ns_newmsg_copy() 72 if (ns_parserr2(msg, sect, i, &rr) < 0) in ns_newmsg_copy() 74 if (sect == ns_s_qd) in ns_newmsg_copy() 80 x = ns_newmsg_rr(handle, sect, in ns_newmsg_copy() 152 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr() argument 161 if (sect < msg->_sect) { in ns_newmsg_rr() 166 if (sect > msg->_sect) { in ns_newmsg_rr() 167 msg->_sect = sect; in ns_newmsg_rr() [all …]
|
H A D | ns_parse.c | 33 static void setsection(ns_msg *msg, ns_sect sect); 258 setsection(ns_msg *msg, ns_sect sect) { in setsection() argument 259 msg->_sect = sect; in setsection() 260 if (sect == ns_s_max) { in setsection() 265 msg->_msg_ptr = msg->_sections[(int)sect]; in setsection()
|
/illumos-gate/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 213 section_desc_t *sect; in objfs_data_init() local 217 sect = &data_sections[i]; in objfs_data_init() 219 ASSERT(sect->sect_align == 0 || ISP2(sect->sect_align)); in objfs_data_init() 220 ASSERT(sect->sect_align <= sizeof (uint64_t)); in objfs_data_init() 222 len += strlen(sect->sect_name) + 1; in objfs_data_init() 223 if (strcmp(sect->sect_name, ".shstrtab") == 0) in objfs_data_init() 225 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init() 227 else if (strcmp(sect->sect_name, ".strtab") == 0) in objfs_data_init() 232 sect = &data_sections[shstrtab]; in objfs_data_init() 233 sect->sect_addr = (uintptr_t)strdata; in objfs_data_init() [all …]
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_xu_index.c | 204 struct Dwarf_Section_s *sect = 0; in dwarf_get_xu_index_header() local 220 sect = &dbg->de_debug_cu_index; in dwarf_get_xu_index_header() 222 sect = &dbg->de_debug_tu_index; in dwarf_get_xu_index_header() 227 if (!sect->dss_size) { in dwarf_get_xu_index_header() 230 if (!sect->dss_data) { in dwarf_get_xu_index_header() 231 res = _dwarf_load_section(dbg, sect,error); in dwarf_get_xu_index_header() 237 data = sect->dss_data; in dwarf_get_xu_index_header() 238 section_end = data + sect->dss_size; in dwarf_get_xu_index_header() 240 if (sect->dss_size < (4*datalen32) ) { in dwarf_get_xu_index_header() 249 " a correct section",sect->dss_size); in dwarf_get_xu_index_header() [all …]
|
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 272 ns_sect sect; in get_soa() local 304 sect = ns_s_max, n = 0; in get_soa() 310 sect = ns_s_an, n = ancount; in get_soa() 312 sect = ns_s_ns, n = nscount; in get_soa() 314 sect = ns_s_max, n = 0; in get_soa() 321 if (ns_parserr(&msg, sect, i, &rr) < 0) { in get_soa() 323 p_section(sect, ns_o_query), i)); in get_soa() 333 switch (sect) { in get_soa() 513 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() argument 519 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns() [all …]
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 229 mdb_gelf_sect_t *sect = NULL; in xkb_identify() local 273 if ((sect = mdb_gelf_sect_by_name(gf, ".note.Xen")) == NULL) in xkb_identify() 276 if ((notes = mdb_gelf_sect_load(gf, sect)) == NULL) in xkb_identify() 279 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) { in xkb_identify() 424 mdb_gelf_sect_t *sect; in xkb_build_p2m() local 433 sect = mdb_gelf_sect_by_name(xe->xe_gelf, ".xen_p2m"); in xkb_build_p2m() 435 if (sect == NULL) { in xkb_build_p2m() 440 if ((p2m = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL) { in xkb_build_p2m() 478 mdb_gelf_sect_t *sect; in xkb_build_fake_p2m() local 484 sect = mdb_gelf_sect_by_name(xe->xe_gelf, ".xen_pfn"); in xkb_build_fake_p2m() [all …]
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, in find_seg_in_sect() argument 303 int num_seg = fru_get_num_segments(sect->handle, NULL); in find_seg_in_sect() 313 acc_err = fru_get_segments(sect->handle, segs, num_seg, NULL); in find_seg_in_sect() 326 *prot_flg = (sect->protection ? 1 : 0); in find_seg_in_sect() 343 section_t *sect = NULL; in find_segment() local 354 sect = malloc(sizeof (*sect) * (num_sect)); in find_segment() 355 if (sect == NULL) { in find_segment() 359 acc_err = fru_get_sections(cont, sect, num_sect, NULL); in find_segment() 361 free(sect); in find_segment() 366 if (find_seg_in_sect(&(sect[i]), seg_name, prot_flg, segment) in find_segment() [all …]
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | wsdiff.py | 724 for sect in sections : 725 datap = sect.find("sh_name:"); 728 section = sect[datap:].split()[1] 729 datap = sect.find("sh_type:"); 733 sh_type = sect[datap:].split()[2] 953 for sect in sections : 954 if not sect in e2_only_sections : 955 e1_only_sections.append(sect) 957 e2_only_sections.remove(sect) 966 for sect in e1_only_sections : [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | dbm.c | 51 int32_t sect; member 155 res.sect = dbm_get(pages[ip].sect); in dbm_page_get() 156 if (res.sect == NULL) in dbm_page_get() 157 res.sect = "(NULL)\0"; in dbm_page_get() 253 cp = dbm_get(pages[0].sect); in page_bytitle()
|
H A D | mansearch.c | 172 if (lstmatch(search->sec, page->sect) == 0 || in mansearch() 204 mpage->sec = *page->sect - '0'; in mansearch() 439 sz = lstlen(page->name, 2) + 1 + lstlen(page->sect, 2) + in buildnames() 445 lstcat(buf, &i, page->sect, ", "); in buildnames() 565 input = page->sect; in buildoutput()
|
H A D | dbm.h | 41 const char *sect; member
|
H A D | dba_read.c | 57 for (cp = pdata->sect; *cp != '\0'; cp = strchr(cp, '\0') + 1) in dba_read()
|
/illumos-gate/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 374 sa_property_t sect, node; in smbclnt_config_load() local 400 sect = sa_create_section(NULL, pgname+2); in smbclnt_config_load() 401 (void) xmlSetProp(sect, (xmlChar *)"type", in smbclnt_config_load() 403 (void) sa_add_protocol_property(protoset, sect); in smbclnt_config_load() 413 (void) xmlSetProp(sect, (xmlChar *)"name", in smbclnt_config_load() 426 (void) sa_add_protocol_property(sect, node); in smbclnt_config_load()
|
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 345 sa_property_t sect; in sc_set() local 346 sect = sa_create_section(section, NULL); in sc_set() 347 sa_set_section_attr(sect, "type", proto); in sc_set() 348 (void) sa_add_protocol_property(propset, sect); in sc_set() 351 (void) sa_add_protocol_property(sect, prop); in sc_set()
|
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | tavor_ib.h | 201 #define FLASH_SECTOR_OFFSET(fw, sect, sz) \ argument 202 (caddr_t)((uintptr_t)fw + (sect << sz))
|
/illumos-gate/usr/src/test/test-runner/cmd/ |
H A D | run | 679 for sect in ['DEFAULT', section]: 680 if config.has_option(sect, prop): 683 eval(config.get(sect, prop))) 686 config.get(sect, prop)) 696 for sect in ['DEFAULT', section]: 697 if config.has_option(sect, prop): 698 setattr(testgroup, prop, config.get(sect, prop)) 710 for sect in ['DEFAULT', section]: 711 if config.has_option(sect, prop): 712 setattr(test, prop, config.get(sect, prop))
|
/illumos-gate/usr/src/cmd/format/ |
H A D | defect.c | 257 fmt_print("%8d", def->sect); in pr_defect() 258 fmt_print("%8llu", chs2bn(def->cyl, def->head, def->sect)); in pr_defect() 418 def.sect = bn2s(blkno); in add_ldef()
|
H A D | menu_defect.c | 291 def.sect = bn2s(bn); in d_add() 297 def.sect = UNKNOWN; in d_add() 581 dptr->bfi, dptr->nbits, dptr->sect); in d_dump() 702 &dptr->head, &dptr->bfi, &dptr->nbits, &dptr->sect); in d_load()
|
H A D | defect.h | 58 short sect; member
|
H A D | ctlr_ata.c | 298 new_defect->sect = in ata_convert_list() 478 (uint_t)chs2bn(dlist->cyl, dlist->head, dlist->sect); in ata_wr_cur()
|
H A D | io.c | 317 int cyl, head, sect; in getbn() local 390 if (geti(buf, §, &wild)) in getbn() 392 if ((sect < 0) || (sect >= sectors(head))) { in getbn() 393 err_print("`%d' is out of range [0-%u].\n", sect, in getbn() 400 *iptr = chs2bn(cyl, head, sect); in getbn()
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 67 int sect = DEFSECTION; variable
|
H A D | parser.y | 121 if(sect == DEFSECTION && debug) sect1dump(); 123 sect++; 292 if(sect == DEFSECTION) { /* definitions section */ 555 } else if(sect == RULESECTION){ /* rules and actions */
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 3903 char sect[SECTOR_SIZE]; in savedefault_func() local 4006 sect)) in savedefault_func() 4008 grub_memmove (sect + saved_offsets[0], buf, saved_lengths[0]); in savedefault_func() 4009 if (! rawwrite (current_drive, saved_sectors[0], sect)) in savedefault_func() 4013 sect)) in savedefault_func() 4015 grub_memmove (sect + saved_offsets[1], in savedefault_func() 4018 if (! rawwrite (current_drive, saved_sectors[1], sect)) in savedefault_func() 4025 sect)) in savedefault_func() 4027 grub_memmove (sect + saved_offsets[0], buf, sizeof (buf)); in savedefault_func() 4028 if (! rawwrite (current_drive, saved_sectors[0], sect)) in savedefault_func()
|