Searched defs:first_entry (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dmetaconf.c79 int first_entry = 1; local
102 if (first_entry) {
105 first_entry = 0;
111 if (!first_entry)
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans.c487 ushort_t first_entry,
506 if (first_entry > second_entry) {
507 tmp = first_entry;
508 first_entry = second_entry;
513 lower->kbtrans_compose_map[first_entry];
515 while (ptr->first == first_entry) {
486 kbtrans_do_compose(struct kbtrans_lower *lower, ushort_t first_entry, ushort_t second_entry, ushort_t *result_iso_ptr) argument
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c71 int firstimedn = 1, first_entry; local
130 first_entry = 1;
158 if (first_entry) {
181 if (first_entry) {
183 first_entry = 0;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c240 int c, time1, time2 = -1, first_entry = 0; local
251 invariant for TERM_DUMB: first_entry == 0 */
256 first_entry++;
311 print_entries_raw (num_entries, first_entry, menu_entries);
352 print_entries (3, MENU_ROWS, first_entry, entryno, menu_entries);
431 first_entry + entryno,
436 first_entry + entryno,
439 else if (first_entry > 0)
441 first_entry--;
442 print_entries (3, MENU_ROWS, first_entry, entryn
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc505 db_table::first_entry(entryp * where) function in class:db_table
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c351 replicated_disk_t *repl_disk, **first_entry; local
363 first_entry = &replicated_disk_list[old_devid_len];
365 if (*first_entry == NULL) {
366 *first_entry = repl_disk;
370 repl_disk->next = *first_entry;
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c57 tgt_mapping *first_entry; member in struct:smhba_rp_tree
2621 cur = rproot->first_entry;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1641 boolean_t first_entry = B_TRUE; local
1673 first_entry = (*mp == NULL) ? B_TRUE : B_FALSE;
1751 if (first_entry) {
1939 if (first_entry) {
1952 if (first_entry) {
1970 if (first_entry) {
1982 if (first_entry)
2020 if (first_entry) {
2047 if (first_entry) {
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c2156 kbd_do_compose(ushort_t first_entry, ushort_t second_entry, argument
2161 ptr = &kb_compose_table[kb_compose_map[first_entry]];
2162 while (ptr->first == first_entry) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c2179 boolean_t first_entry = B_TRUE; local
2209 first_entry = (*mp == NULL) ? B_TRUE : B_FALSE;
2298 if (first_entry) {
2592 if (first_entry) {
2610 if (first_entry) {
2621 if (first_entry) {
2681 if (first_entry) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2888 boolean_t first_entry; /* first 'ranges:value' to be printed ? */ local
2907 first_entry = B_TRUE;
2943 if (!first_entry && first_range) {
2947 first_entry = B_FALSE;

Completed in 137 milliseconds