Searched refs:cur_entry (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcmdline.c188 char *cur_entry = script; local
223 old_entry = cur_entry;
224 while (*cur_entry++)
227 grub_memmove (heap, old_entry, (int) cur_entry - (int) old_entry);
H A Dstage2.c241 char *cur_entry = 0; local
361 cur_entry = NULL;
529 cur_entry = get_entry (menu_entries,
535 grub_memmove (cur_entry + 2, cur_entry,
536 ((int) heap) - ((int) cur_entry));
538 cur_entry[0] = ' ';
539 cur_entry[1] = 0;
551 grub_memmove (cur_entry, ptr,
553 heap -= (((int) ptr) - ((int) cur_entry));
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_file.c263 krb5_keytab_entry cur_entry, new_entry; local
283 cur_entry.principal = 0;
284 cur_entry.vno = 0;
285 cur_entry.key.contents = 0;
291 /* by the time this loop exits, it must either free cur_entry,
359 if (! cur_entry.principal ||
360 M(new_entry.vno) > M(cur_entry.vno)) {
361 krb5_kt_free_entry(context, &cur_entry);
362 cur_entry = new_entry;
377 krb5_kt_free_entry(context, &cur_entry);
482 krb5_keytab_entry cur_entry; local
878 krb5_keytab_entry cur_entry; local
[all...]
H A Dkt_srvtab.c315 krb5_keytab_entry cur_entry; local
320 if ((kerror = krb5_ktsrvint_read_entry(context, id, &cur_entry)))
323 *entry = cur_entry;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1154 krb5_keytab_entry cur_entry, new_entry; local
1173 cur_entry.principal = 0;
1174 cur_entry.vno = 0;
1175 cur_entry.key.contents = 0;
1182 * by the time this loop exits, it must either free cur_entry,
1246 if (! cur_entry.principal ||
1247 M(new_entry.vno) > M(cur_entry.vno)) {
1248 krb5_kt_free_entry(context, &cur_entry);
1249 cur_entry = new_entry;
1268 krb5_kt_free_entry(context, &cur_entry);
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c247 lm_nig_mirror_entry_t* cur_entry = NULL; local
251 cur_entry = &nig_mirror->entries[i];
252 if ( (cur_entry->refcnt > 0) &&
253 (mm_memcmp(cur_entry->addr, addr, ARRSIZE(cur_entry->addr))) )

Completed in 70 milliseconds