Searched refs:old_entry (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c395 const struct rsn_pmksa_cache_entry *old_entry,
404 os_memcpy(entry->pmk, old_entry->pmk, old_entry->pmk_len);
405 entry->pmk_len = old_entry->pmk_len;
406 entry->expiration = old_entry->expiration;
407 entry->akmp = old_entry->akmp;
408 os_memcpy(entry->spa, old_entry->spa, ETH_ALEN);
410 if (old_entry->identity) {
411 entry->identity = os_malloc(old_entry->identity_len);
413 entry->identity_len = old_entry
394 pmksa_cache_add_okc(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa, const u8 *pmkid) argument
[all...]
H A Dpmksa_cache_auth.h65 const struct rsn_pmksa_cache_entry *old_entry,
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c369 const struct rsn_pmksa_cache_entry *old_entry,
373 os_time_t old_expiration = old_entry->expiration;
375 new_entry = pmksa_cache_add(pmksa, old_entry->pmk, old_entry->pmk_len,
378 old_entry->network_ctx, old_entry->akmp,
379 old_entry->fils_cache_id_set ?
380 old_entry->fils_cache_id : NULL);
368 pmksa_cache_clone_entry(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa) argument
/freebsd-11-stable/sys/vm/
H A Dvm_map.c3393 vm_map_entry_t new_entry, old_entry; local
3414 old_entry = old_map->header.next;
3416 while (old_entry != &old_map->header) {
3417 if (old_entry->eflags & MAP_ENTRY_IS_SUB_MAP)
3420 inh = old_entry->inheritance;
3421 if ((old_entry->eflags & MAP_ENTRY_GUARD) != 0 &&
3433 object = old_entry->object.vm_object;
3436 atop(old_entry->end - old_entry->start));
3437 old_entry
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-manip.c849 edge old_entry, new_entry, old_latch, precond_edge, new_exit; local
907 old_entry = loop_preheader_edge (loop);
916 init = PHI_ARG_DEF_FROM_EDGE (phi_old_loop, old_entry);
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp664 entry_format **old_entry = entry; local
667 entry[i] = old_entry[i];
668 a_delete old_entry; local
H A Dtable.cpp1311 table_entry ***old_entry = entry; local
1317 memcpy(entry, old_entry, sizeof(table_entry**)*old_allocated_rows);
1318 a_delete old_entry; local
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c819 struct __mf_cache old_entry = *entry; local
1021 if (LIKELY (old_entry.low != entry->low || old_entry.high != entry->high))
1022 /* && (old_entry.low != 0) && (old_entry.high != 0)) */

Completed in 392 milliseconds