Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 1477) sorted by path

12345678910>>...60

/illumos-gate/usr/src/boot/
H A DREADME.loader119 "?", "help [<topic> [<subtopic>]]" and "help index".
/illumos-gate/usr/src/boot/common/
H A Ddisk.c142 dev.d_slice = part->index; in ptable_print()
304 slice = part.index; in disk_open()
H A Dgfx_fb.c204 gfx_fb_color_map(uint8_t index) in gfx_fb_color_map() argument
206 return (rgb_color_map(&rgb_info, index, 0xff)); in gfx_fb_color_map()
H A Dhelp.common5 help index
H A Dpart.c366 entry->part.index = i + 1; in ptable_gptread()
452 entry->part.index = idx++; in ptable_ebrread()
535 entry->part.index = i; /* starts from zero */ in ptable_bsdread()
741 entry->part.index = 0; in ptable_iso9660read()
877 entry->part.index = i + 1; in ptable_open()
941 if (entry->part.index != idx) in ptable_getpart()
1040 sprintf(name, "s%d", entry->part.index); in ptable_iterate()
1045 sprintf(name, "p%d", entry->part.index); in ptable_iterate()
1051 entry->part.index); in ptable_iterate()
1056 entry->part.index); in ptable_iterate()
[all …]
H A Dpart.h73 int index; member
89 int index);
H A Dtem.c710 cm.index = 0; in tems_reset_colormap()
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c173 uint_t index, nhandles; in efi_serial_get_handle() local
184 for (index = 0; index < nhandles; index++) { in efi_serial_get_handle()
185 devpath = efi_lookup_devpath(handles[index]); in efi_serial_get_handle()
187 handle = (handles[index]); in efi_serial_get_handle()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th479 1- menuidx ! \ Initialize the starting index for the menu
686 \ Reset the starting index and position for the menu
804 \ If the element exists, we'll store index value and move on.
808 \ duplicate array index and convert to ASCII numeral
818 \ Now test for the existence of our incremented array index in the
823 \ No caption set for this array index. Loop back to zero.
897 1- menuidx ! \ Initialize the starting index for the menu
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c337 biospci_find_devclass(uint32_t class, int index, uint32_t *locator) in biospci_find_devclass() argument
343 v86.esi = index; in biospci_find_devclass()
355 biospci_find_device(uint32_t devid, int index, uint32_t *locator) in biospci_find_device() argument
362 v86.esi = index; in biospci_find_device()
527 uint32_t index, class, locator; in ficlPciBiosFindDevclass() local
531 index = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in ficlPciBiosFindDevclass()
534 if (biospci_find_devclass(class, index, &locator)) in ficlPciBiosFindDevclass()
553 uint32_t index, devid, locator; in ficlPciBiosFindDevice() local
557 index = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in ficlPciBiosFindDevice()
560 if (biospci_find_device(devid, index, &locator)) in ficlPciBiosFindDevice()
H A Dlibi386.h127 int biospci_find_devclass(uint32_t class, int index, uint32_t *locator);
H A Dvidconsole.c574 for (i = cm->index; i < NCMAP && rc == 0; i++) { in vidc_vbe_cons_put_cmap()
/illumos-gate/usr/src/boot/include/
H A Dstrings.h60 char *index(const char *, int) __pure; /* LEGACY */
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrchr.c54 __weak_reference(strchr, index);
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c378 vdev_indirect_mapping_entry(vdev_indirect_mapping_t *vim, uint64_t index) in vdev_indirect_mapping_entry() argument
401 offset = index * sizeof (*vim->vim_entries); in vdev_indirect_mapping_entry()
406 if (index >= vim->vim_entry_offset && in vdev_indirect_mapping_entry()
407 index <= vim->vim_entry_offset + vim->vim_num_entries) { in vdev_indirect_mapping_entry()
408 index -= vim->vim_entry_offset; in vdev_indirect_mapping_entry()
409 return (&vim->vim_entries[index]); in vdev_indirect_mapping_entry()
411 offset = index * sizeof (*vim->vim_entries); in vdev_indirect_mapping_entry()
414 vim->vim_entry_offset = index; in vdev_indirect_mapping_entry()
424 index -= vim->vim_entry_offset; in vdev_indirect_mapping_entry()
425 return (&vim->vim_entries[index]); in vdev_indirect_mapping_entry()
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile29 ZI_SPECIAL= zones-index
49 ZISPECIALS= $(ETCZONESD)/index
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c614 size_t index; /* temp section header table index */ in find_dynamic_sect() local
652 index = scurrent->sh_link; in find_dynamic_sect()
654 scn = elf_getscn(c->obj->elf, index); in find_dynamic_sect()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c115 get_stringtable(table_t *t, int index) in get_stringtable() argument
120 } else if (index > t->used) { in get_stringtable()
123 return (t->elements[index]); in get_stringtable()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c890 get_entry_table(EHEAD *t, int index) in get_entry_table() argument
894 } else if (index > t->used) { in get_entry_table()
897 return (&(t->entry[index])); in get_entry_table()
H A Dutil.c341 get_string_table(table_t *t, int index) in get_string_table() argument
345 } else if (index > t->used) { in get_string_table()
348 return (t->elements[index]); in get_string_table()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c618 int index; in ccmp() local
625 index = pflg ? PRIME : NONPRIME; in ccmp()
626 if (p1->pcm_cpu[index] == p2->pcm_cpu[index]) in ccmp()
628 return ((p2->pcm_cpu[index] > p1->pcm_cpu[index])? 1 : -1); in ccmp()
642 int index; in kcmp() local
649 index = pflg ? PRIME : NONPRIME; in kcmp()
650 if (p1->pcm_kcore[index] == p2->pcm_kcore[index]) in kcmp()
652 return ((p2->pcm_kcore[index] > p1->pcm_kcore[index])? 1 : -1); in kcmp()
666 int index; in ncmp() local
674 if (p1->pcm_pc[index] == p2->pcm_pc[index]) in ncmp()
[all …]
H A Dacctdusg.c183 int index; in output() local
186 for (index = 0; index < MAXUSERS; index++) { in output()
187 for (entry = usglist[index]; in output()
270 int index; in pdisk() local
273 for (index = 0; index < MAXUSERS; index++) { in pdisk()
274 for (entry = usglist[index]; in pdisk()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib51 #define _lib_index 1 /* index() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dlc.h40 unsigned long index; member
48 unsigned long index; member
58 unsigned long index; member
67 unsigned long index; member
98 unsigned long index; member
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib51 #define _lib_index 1 /* index() in default lib(s) */

12345678910>>...60