Searched refs:sect (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c63 ns_sect sect; local
68 for (sect = ns_s_qd; sect < ns_s_max; sect++) {
71 count = ns_msg_count(*msg, sect);
76 if (ns_parserr2(msg, sect, i, &rr) < 0)
78 if (sect == ns_s_qd)
84 x = ns_newmsg_rr(handle, sect,
156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, argument
165 if (sect < ms
200 ns_sect sect; local
[all...]
H A Dns_parse.c39 static void setsection(ns_msg *msg, ns_sect sect);
264 setsection(ns_msg *msg, ns_sect sect) { argument
265 msg->_sect = sect;
266 if (sect == ns_s_max) {
271 msg->_msg_ptr = msg->_sections[(int)sect];
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c215 section_desc_t *sect; local
219 sect = &data_sections[i];
221 ASSERT(sect->sect_align == 0 || ISP2(sect->sect_align));
222 ASSERT(sect->sect_align <= sizeof (uint64_t));
224 len += strlen(sect->sect_name) + 1;
225 if (strcmp(sect->sect_name, ".shstrtab") == 0)
227 else if (strcmp(sect->sect_name, ".symtab") == 0)
229 else if (strcmp(sect->sect_name, ".strtab") == 0)
234 sect
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshman.sh62 # "sect" - section (if "manpath_element" is something like /usr/share/man,1b)
67 typeset manpath_element dir sect manlang
79 sect="${manpath_element/~(E)(.*),(.*)/\2}"
80 [[ "${sect}" == "${dir}" ]] && sect=""
86 sect="${sect}"
93 sect="${sect}"
108 if [[ "${mandir_node.sect}" !
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c276 ns_sect sect; local
308 sect = ns_s_max, n = 0;
314 sect = ns_s_an, n = ancount;
316 sect = ns_s_ns, n = nscount;
318 sect = ns_s_max, n = 0;
325 if (ns_parserr(&msg, sect, i, &rr) < 0) {
327 p_section(sect, ns_o_query), i));
337 switch (sect) {
517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, argument
523 for (i = 0; i < ns_msg_count(*msg, sect);
576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man264 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} ||
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py67 # -V Log *all* ELF sect diffs vs. logging the first diff found
329 -V Log *all* ELF sect diffs vs. logging the first diff found
687 for sect in sections :
688 datap = sect.find("sh_name:");
691 section = sect[datap:].split()[1]
692 datap = sect.find("sh_type:");
694 error("Could not get type for sect: " + section + \
696 sh_type = sect[datap:].split()[2]
847 for sect in sections :
848 if not sect i
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, argument
303 int num_seg = fru_get_num_segments(sect->handle, NULL);
313 acc_err = fru_get_segments(sect->handle, segs, num_seg, NULL);
326 *prot_flg = (sect->protection ? 1 : 0);
343 section_t *sect = NULL; local
354 sect = malloc(sizeof (*sect) * (num_sect));
355 if (sect == NULL) {
359 acc_err = fru_get_sections(cont, sect, num_sect, NULL);
361 free(sect);
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c229 mdb_gelf_sect_t *sect = NULL; local
273 if ((sect = mdb_gelf_sect_by_name(gf, ".note.Xen")) == NULL)
276 if ((notes = mdb_gelf_sect_load(gf, sect)) == NULL)
279 for (pos = notes; pos < notes + sect->gs_shdr.sh_size; ) {
424 mdb_gelf_sect_t *sect; local
433 sect = mdb_gelf_sect_by_name(xe->xe_gelf, ".xen_p2m");
435 if (sect == NULL) {
440 if ((p2m = mdb_gelf_sect_load(xe->xe_gelf, sect)) == NULL) {
478 mdb_gelf_sect_t *sect; local
484 sect
1133 mdb_gelf_sect_t *sect; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Ddefect.h58 short sect; member in struct:defect_entry
H A Ddefect.c249 * known, and assume that a known bfi implies an unknown sect.
257 fmt_print("%8d", def->sect);
258 fmt_print("%8llu", chs2bn(def->cyl, def->head, def->sect));
418 def.sect = bn2s(blkno);
H A Dmenu_defect.c300 def.sect = bn2s(bn);
306 def.sect = UNKNOWN;
590 dptr->bfi, dptr->nbits, dptr->sect);
711 &dptr->head, &dptr->bfi, &dptr->nbits, &dptr->sect);
H A Dctlr_ata.c311 new_defect->sect =
491 (uint_t)chs2bn(dlist->cyl, dlist->head, dlist->sect);
H A Dio.c352 int cyl, head, sect; local
424 if (geti(buf, &sect, &wild))
426 if ((sect < 0) || (sect >= sectors(head))) {
427 err_print("`%d' is out of range.\n", sect);
433 *iptr = chs2bn(cyl, head, sect);
/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c353 sa_property_t sect, node; local
379 sect = sa_create_section(NULL, pgname+2);
380 (void) xmlSetProp(sect, (xmlChar *)"type",
382 (void) sa_add_protocol_property(protoset, sect);
392 (void) xmlSetProp(sect, (xmlChar *)"name",
401 * linked into the list of children under "sect",
405 (void) sa_add_protocol_property(sect, node);
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h201 #define FLASH_SECTOR_OFFSET(fw, sect, sz) \
202 (caddr_t)((uintptr_t)fw + (sect << sz))
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h69 int sect = DEFSECTION; variable
H A Dldefs.h180 extern int sect;
H A Dmain.c193 sect = ENDSECTION;
H A Dparser.y145 if(sect == DEFSECTION && debug) sect1dump();
147 sect++;
316 if(sect == DEFSECTION) { /* definitions section */
566 } else { /* still sect 1, but prev != '\n' */
579 } else if(sect == RULESECTION){ /* rules and actions */
/illumos-gate/usr/src/cmd/dfs.cmds/sharectl/
H A Dsharectl.c344 sa_property_t sect; local
345 sect = sa_create_section(section, NULL);
346 sa_set_section_attr(sect, "type", proto);
347 (void) sa_add_protocol_property(propset, sect);
350 (void) sa_add_protocol_property(sect, prop);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c205 int sect = 0; local
214 for (sect = 0; sect < NUM_DEBUG_SECTIONS; sect++) {
217 switch (sect) {
297 dbg->de_callback_func_b(_dwarf_sectnames[sect],
305 _dwarf_sectnames[sect],
316 dbg->de_elf_sects[sect] = new_base_elf_sect;
318 dbg->de_sect_name_idx[sect] = du;
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun572 for sect in ['DEFAULT', section]:
573 if config.has_option(sect, prop):
574 setattr(testgroup, prop, config.get(sect, prop))
584 for sect in ['DEFAULT', section]:
585 if config.has_option(sect, prop):
586 setattr(test, prop, config.get(sect, prop))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3950 char sect[SECTOR_SIZE];
4053 sect))
4055 grub_memmove (sect + saved_offsets[0], buf, saved_lengths[0]);
4056 if (! rawwrite (current_drive, saved_sectors[0], sect))
4060 sect))
4062 grub_memmove (sect + saved_offsets[1],
4065 if (! rawwrite (current_drive, saved_sectors[1], sect))
4072 sect))
4074 grub_memmove (sect + saved_offsets[0], buf, sizeof (buf));
4075 if (! rawwrite (current_drive, saved_sectors[0], sect))
3900 char sect[SECTOR_SIZE]; local
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dman.c1294 char *sect = NULL; local
1315 sect = strchr(rc, '=') + 1;
1318 return (sect);

Completed in 121 milliseconds

12