/titanic_41/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 …]
|
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 63 ns_sect sect; in ns_newmsg_copy() local 68 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy() 71 count = ns_msg_count(*msg, sect); in ns_newmsg_copy() 76 if (ns_parserr2(msg, sect, i, &rr) < 0) in ns_newmsg_copy() 78 if (sect == ns_s_qd) in ns_newmsg_copy() 84 x = ns_newmsg_rr(handle, sect, in ns_newmsg_copy() 156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr() argument 165 if (sect < msg->_sect) { in ns_newmsg_rr() 170 if (sect > msg->_sect) { in ns_newmsg_rr() 171 msg->_sect = sect; in ns_newmsg_rr() [all …]
|
H A D | ns_parse.c | 39 static void setsection(ns_msg *msg, ns_sect sect); 264 setsection(ns_msg *msg, ns_sect sect) { in setsection() argument 265 msg->_sect = sect; in setsection() 266 if (sect == ns_s_max) { in setsection() 271 msg->_msg_ptr = msg->_sections[(int)sect]; in setsection()
|
/titanic_41/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 215 section_desc_t *sect; in objfs_data_init() local 219 sect = &data_sections[i]; in objfs_data_init() 221 ASSERT(sect->sect_align == 0 || ISP2(sect->sect_align)); in objfs_data_init() 222 ASSERT(sect->sect_align <= sizeof (uint64_t)); in objfs_data_init() 224 len += strlen(sect->sect_name) + 1; in objfs_data_init() 225 if (strcmp(sect->sect_name, ".shstrtab") == 0) in objfs_data_init() 227 else if (strcmp(sect->sect_name, ".symtab") == 0) in objfs_data_init() 229 else if (strcmp(sect->sect_name, ".strtab") == 0) in objfs_data_init() 234 sect = &data_sections[shstrtab]; in objfs_data_init() 235 sect->sect_addr = (uintptr_t)strdata; in objfs_data_init() [all …]
|
/titanic_41/usr/src/lib/libshell/common/scripts/ |
H A D | shman.sh | 67 typeset manpath_element dir sect manlang 79 sect="${manpath_element/~(E)(.*),(.*)/\2}" 80 [[ "${sect}" == "${dir}" ]] && sect="" 86 sect="${sect}" 93 sect="${sect}"
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 276 ns_sect sect; in get_soa() local 308 sect = ns_s_max, n = 0; in get_soa() 314 sect = ns_s_an, n = ancount; in get_soa() 316 sect = ns_s_ns, n = nscount; in get_soa() 318 sect = ns_s_max, n = 0; in get_soa() 325 if (ns_parserr(&msg, sect, i, &rr) < 0) { in get_soa() 327 p_section(sect, ns_o_query), i)); in get_soa() 337 switch (sect) { in get_soa() 517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() argument 523 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns() [all …]
|
/titanic_41/usr/src/tools/scripts/ |
H A D | wsdiff.py | 687 for sect in sections : 688 datap = sect.find("sh_name:"); 691 section = sect[datap:].split()[1] 692 datap = sect.find("sh_type:"); 696 sh_type = sect[datap:].split()[2] 847 for sect in sections : 848 if not sect in e2_only_sections : 849 e1_only_sections.append(sect) 851 e2_only_sections.remove(sect) 860 for sect in e1_only_sections : [all …]
|
/titanic_41/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 …]
|
/titanic_41/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 …]
|
/titanic_41/usr/src/lib/libshare/smbfs/ |
H A D | libshare_smbfs.c | 353 sa_property_t sect, node; in smbclnt_config_load() local 379 sect = sa_create_section(NULL, pgname+2); in smbclnt_config_load() 380 (void) xmlSetProp(sect, (xmlChar *)"type", in smbclnt_config_load() 382 (void) sa_add_protocol_property(protoset, sect); in smbclnt_config_load() 392 (void) xmlSetProp(sect, (xmlChar *)"name", in smbclnt_config_load() 405 (void) sa_add_protocol_property(sect, node); in smbclnt_config_load()
|
/titanic_41/usr/src/cmd/dfs.cmds/sharectl/ |
H A D | sharectl.c | 343 sa_property_t sect; in sc_set() local 344 sect = sa_create_section(section, NULL); in sc_set() 345 sa_set_section_attr(sect, "type", proto); in sc_set() 346 (void) sa_add_protocol_property(propset, sect); in sc_set() 349 (void) sa_add_protocol_property(sect, prop); in sc_set()
|
/titanic_41/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))
|
/titanic_41/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 | 300 def.sect = bn2s(bn); in d_add() 306 def.sect = UNKNOWN; in d_add() 590 dptr->bfi, dptr->nbits, dptr->sect); in d_dump() 711 &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 | 311 new_defect->sect = in ata_convert_list() 491 (uint_t)chs2bn(dlist->cyl, dlist->head, dlist->sect); in ata_wr_cur()
|
H A D | io.c | 352 int cyl, head, sect; local 424 if (geti(buf, §, &wild)) 426 if ((sect < 0) || (sect >= sectors(head))) { 427 err_print("`%d' is out of range.\n", sect); 433 *iptr = chs2bn(cyl, head, sect);
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | pro_section.c | 205 int sect = 0; in dwarf_transform_to_disk_form() local 214 for (sect = 0; sect < NUM_DEBUG_SECTIONS; sect++) { in dwarf_transform_to_disk_form() 217 switch (sect) { in dwarf_transform_to_disk_form() 297 dbg->de_callback_func_b(_dwarf_sectnames[sect], in dwarf_transform_to_disk_form() 305 _dwarf_sectnames[sect], in dwarf_transform_to_disk_form() 316 dbg->de_elf_sects[sect] = new_base_elf_sect; in dwarf_transform_to_disk_form() 318 dbg->de_sect_name_idx[sect] = du; in dwarf_transform_to_disk_form()
|
/titanic_41/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 69 int sect = DEFSECTION; variable
|
H A D | parser.y | 145 if(sect == DEFSECTION && debug) sect1dump(); 147 sect++; 316 if(sect == DEFSECTION) { /* definitions section */ 579 } else if(sect == RULESECTION){ /* rules and actions */
|
H A D | ldefs.h | 180 extern int sect;
|
H A D | main.c | 193 sect = ENDSECTION;
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 3896 char sect[SECTOR_SIZE]; in savedefault_func() local 3999 sect)) in savedefault_func() 4001 grub_memmove (sect + saved_offsets[0], buf, saved_lengths[0]); in savedefault_func() 4002 if (! rawwrite (current_drive, saved_sectors[0], sect)) in savedefault_func() 4006 sect)) in savedefault_func() 4008 grub_memmove (sect + saved_offsets[1], in savedefault_func() 4011 if (! rawwrite (current_drive, saved_sectors[1], sect)) in savedefault_func() 4018 sect)) in savedefault_func() 4020 grub_memmove (sect + saved_offsets[0], buf, sizeof (buf)); in savedefault_func() 4021 if (! rawwrite (current_drive, saved_sectors[0], sect)) in savedefault_func()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 1128 int cyl, head, sect; in fdstart() local 1202 sect = (bincyl % chp->fdc_secptrack) + 1; in fdstart() 1214 ((chp->fdc_secptrack - sect + 1) << in fdstart() 1217 (chp->fdc_secptrack - sect + 1) << in fdstart() 1226 blk, (void *)addr, len, cyl, head, sect, in fdstart() 1233 bp->b_flags & B_READ, cyl, head, sect, addr, tlen); in fdstart()
|
/titanic_41/usr/src/cmd/man/ |
H A D | man.c | 1301 char *sect; in check_config() local 1318 if (rc == NULL || (sect = strchr(line, '=')) == NULL) in check_config() 1321 return (++sect); in check_config()
|