Searched refs:get_entry (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c86 get_entry (char *list, int num, int nested) function
147 menu_entries = get_entry (menu_entries, first, 0);
186 grub_printf ("%d: %s\n", i, get_entry (menu_entries, i, 0));
430 get_entry (menu_entries,
435 get_entry (menu_entries,
457 get_entry (menu_entries,
462 get_entry (menu_entries,
511 get_entry (menu_entries,
529 cur_entry = get_entry (menu_entries,
547 char *ptr = get_entry(menu_entrie
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Daddrem.h123 extern char *get_entry(char *, char *, char, int);
H A Ddrvsubr.c176 current_head = get_entry(previous_head, one_entry,
797 get_entry( function
1255 current = get_entry(previous,
1753 current_head = get_entry(previous_head, one_entry, ' ', 1);
1815 current_head = get_entry(previous_head, one_entry, ' ', 1);
1866 current_head = get_entry(previous_head, one_entry, ' ', 1);
2086 current_head = get_entry(previous_head, one_entry, ' ', 1);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table_c.x238 % entry_object_p get_entry( entryp );
H A Ddb_mindex.cc345 new_entry(table->get_entry(res->getlocation()));
370 ret = extract_index_values_from_object(table->get_entry(recnum));
564 entry_object_p ptr = table->get_entry((*where)->location);
600 table->get_entry((*where)->location);
763 entry_object *e = table->get_entry(recloc);
H A Ddb_mindex2.cc485 table->get_entry(dbie->getlocation()), tobj);
1568 table->get_entry(dbie->getlocation()),
H A Ddb_table.cc549 db_table::get_entry(entryp where) function in class:db_table
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h726 BOOL (*get_entry)(struct ecore_credit_pool_obj *o, int *entry); member in struct:ecore_credit_pool_obj
H A Decore_sp_verbs.c587 return mp->get_entry(mp, offset);
605 return vp->get_entry(vp, offset);
4469 p->get_entry = ecore_credit_pool_get_entry;
4474 p->get_entry = ecore_credit_pool_get_entry_always_TRUE;
4480 p->get_entry = ecore_credit_pool_get_entry_always_TRUE;

Completed in 99 milliseconds