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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dpmksa_cache_auth.c285 const struct rsn_pmksa_cache_entry *old_entry,
294 os_memcpy(entry->pmk, old_entry->pmk, old_entry->pmk_len);
295 entry->pmk_len = old_entry->pmk_len;
296 entry->expiration = old_entry->expiration;
297 entry->akmp = old_entry->akmp;
298 os_memcpy(entry->spa, old_entry->spa, ETH_ALEN);
300 if (old_entry->identity) {
301 entry->identity = os_malloc(old_entry->identity_len);
303 entry->identity_len = old_entry
284 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.h59 const struct rsn_pmksa_cache_entry *old_entry,
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c294 const struct rsn_pmksa_cache_entry *old_entry,
299 new_entry = pmksa_cache_add(pmksa, old_entry->pmk, old_entry->pmk_len,
301 old_entry->network_ctx, old_entry->akmp);
306 new_entry->expiration = old_entry->expiration;
293 pmksa_cache_clone_entry(struct rsn_pmksa_cache *pmksa, const struct rsn_pmksa_cache_entry *old_entry, const u8 *aa) argument
/freebsd-9.3-release/sys/vm/
H A Dvm_map.c3168 vm_map_entry_t new_entry, old_entry; local
3187 old_entry = old_map->header.next;
3189 while (old_entry != &old_map->header) {
3190 if (old_entry->eflags & MAP_ENTRY_IS_SUB_MAP)
3193 switch (old_entry->inheritance) {
3201 object = old_entry->object.vm_object;
3204 atop(old_entry->end - old_entry->start));
3205 old_entry->object.vm_object = object;
3206 old_entry
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/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)) */
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c2192 wchar_t *old_entry; local
2199 old_entry = tar->pax_entry;
2203 free(old_entry);

Completed in 134 milliseconds