Searched defs:section (Results 26 - 32 of 32) sorted by relevance

12

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c259 A command-line consists of ``section''s. A section is a part of the
260 line which may be displayed on the screen, but a section is never
261 displayed with another section simultaneously.
263 Each section is basically 77 or less characters, but the exception
264 is the first section, which is 78 or less characters, because the
267 The first section contains a prompt and a command-line (or the
269 screen). So, in the first section, the number of command-line
276 is absolutely a section before each section
293 int xpos, lpos, c, section; local
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c114 short section; member in struct:Lookup_s
830 look->section = -1;
863 if (look->section < 0 && !c && v)
865 look->section = name[0] - '0';
871 if (look->section < 0)
872 look->section = 1;
876 error(-2, "astconf normal name=%s standard=%d section=%d call=%d flags=%04x elements=%d", look->name, look->standard, look->section, look->call, flags, conf_elements);
892 (look->section < 0 || look->section
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.c69 /* parser tree for config section */
80 char section[CFG_MAX_KEY]; member in struct:sortby_s
112 printf(gettext("Parser section:\n"
116 printf(gettext("Config section:\n"
224 * section of the parser..
230 cfg_get_parser_offset(const char *section) argument
240 if (strcmp(chead[i].tag.l_word, section) == 0)
250 "cfg_get_parser_offset: section not found");
384 * key determines section and value
397 char *section; local
548 cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section, int numflds, ...) argument
693 char *section; local
1149 cfg_get_options(CFGFILE *cfg, int section, const char *basekey, char *tag, int tag_len, char *val, int val_len) argument
1203 cfg_put_options(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val) argument
1311 cfg_get_single_option(CFGFILE *cfg, int section, const char *basekey, char *tag, char *val, int val_len) argument
1393 cfg_del_option(CFGFILE *cfg, int section, const char *basekey, char *tag) argument
2080 int section; local
2241 cfg_rewind(CFGFILE *cfg, int section) argument
2367 cfg_update_parser_config(CFGFILE *cfg, const char *key, int section) argument
2667 int section = 0; local
3095 cfg_get_num_entries(CFGFILE *cfg, char *section) argument
3128 cfg_get_section(CFGFILE *cfg, char ***list, const char *section) argument
3331 cfg_get_srtdsec(CFGFILE *cfg, char ***list, const char *section, const char *field) argument
3467 cfg_free_section(char ***section, int size) argument
[all...]
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c239 /* we got the module section. Get the library name from the module */
346 absolute relocations needed in read-only section ".rodata".
622 char *section = NULL; local
625 section = kdb_get_conf_section(kcontext);
626 if (section == NULL) {
629 "unable to determine configuration section for realm %s\n",
638 status = v->init_module(kcontext, section, db_args, mode);
642 if (section)
643 free(section);
658 char *section local
711 char *section = NULL; local
2460 char *section = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimage.c541 "Client Program Format" section. */
1433 struct ecoff_section *section; local
1446 ecoff_img = xmalloc (program_size + sizeof (*head) + sizeof (*section));
1447 grub_memset (ecoff_img, 0, program_size + sizeof (*head) + sizeof (*section));
1449 section = (void *) (head + 1);
1460 grub_memcpy (section->name, ".text", sizeof (".text") - 1);
1461 section->vaddr = grub_host_to_target32 (target_addr);
1462 section->size = grub_host_to_target32 (program_size);
1463 section->file_offset = grub_host_to_target32 (sizeof (*head) + sizeof (*section));
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c259 C("List the \bman\b(1) section title for \asection\a [the \
262 C("List the \bman\b(1) section number for the current command."),
422 const char section[4]; member in struct:Section_s
452 * return section name given abbreviation
456 secname(char* section) argument
464 if (section[1])
466 switch (section[2] ? section[2] : section[1])
486 if (section[
2365 char* section = "1"; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Delf.h51 /* Type for section indices, which are 16-bit quantities. */
271 Elf32_Word sh_link; /* Link to another section */
272 Elf32_Word sh_info; /* Additional section information */
274 Elf32_Word sh_entsize; /* Entry size if section holds table */
285 Elf64_Word sh_link; /* Link to another section */
286 Elf64_Word sh_info; /* Additional section information */
288 Elf64_Xword sh_entsize; /* Entry size if section holds table */
291 /* Special section indices. */
293 #define SHN_UNDEF 0 /* Undefined section */
304 /* Legal values for sh_type (section typ
1390 Elf32_Section section; /* Section header index of section affected, member in struct:__anon759
[all...]

Completed in 57 milliseconds

12