Searched refs:entry (Results 51 - 75 of 1245) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_keycache.c44 * Return true if the specific key cache entry is valid.
47 ar5211IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) argument
49 if (entry < AR_KEYTABLE_SIZE) {
50 uint32_t val = OS_REG_READ(ah, AR_KEYTABLE_MAC1(entry));
58 * Clear the specified key cache entry
61 ar5211ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) argument
63 if (entry < AR_KEYTABLE_SIZE) {
64 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), 0);
65 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), 0);
66 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry),
81 ar5211SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) argument
115 ar5211SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, const HAL_KEYVAL *k, const uint8_t *mac, int xorKey) argument
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_keycache.c49 * Return true if the specific key cache entry is valid.
52 ar5212IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) argument
54 if (entry < AH_PRIVATE(ah)->ah_caps.halKeyCacheSize) {
55 uint32_t val = OS_REG_READ(ah, AR_KEYTABLE_MAC1(entry));
63 * Clear the specified key cache entry and any associated MIC entry.
66 ar5212ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) argument
70 if (entry >= AH_PRIVATE(ah)->ah_caps.halKeyCacheSize) {
71 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: entry %u out of range\n",
72 __func__, entry);
110 ar5212SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) argument
154 ar5212SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, const HAL_KEYVAL *k, const uint8_t *mac, int xorKey) argument
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_syscalls.d49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
72 syscall:::entry
H A Dtcl_who.d52 tcl*:::proc-entry,
53 tcl*:::cmd-entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_syscalls.d49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
72 syscall:::entry
/freebsd-9.3-release/crypto/heimdal/admin/
H A Drename.c42 krb5_keytab_entry entry; local
74 ret = krb5_kt_next_entry(context, keytab, &entry, &cursor);
77 krb5_warn(context, ret, "getting entry from keytab");
82 if(krb5_principal_compare(context, entry.principal, from_princ)) {
83 krb5_free_principal(context, entry.principal);
84 entry.principal = to_princ;
85 ret = krb5_kt_add_entry(context, keytab, &entry);
87 entry.principal = NULL;
88 krb5_kt_free_entry(context, &entry);
89 krb5_warn(context, ret, "adding entry");
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpal.S44 entry = loc1 define
51 movl entry=@gprel(ia64_pal_entry)
55 add entry=entry,gp
62 ld8 entry=[entry] // read entry point
65 mov b6=entry
84 entry = loc0 define
92 movl entry
[all...]
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c33 void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx,
42 static void _pmksa_cache_free_entry(struct rsn_pmksa_cache_entry *entry) argument
44 os_free(entry);
49 struct rsn_pmksa_cache_entry *entry,
53 pmksa->free_cb(entry, pmksa->ctx, replace);
54 _pmksa_cache_free_entry(entry);
65 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
66 pmksa->pmksa = entry->next;
67 wpa_printf(MSG_DEBUG, "RSN: expired PMKSA cache entry for "
68 MACSTR, MAC2STR(entry
48 pmksa_cache_free_entry(struct rsn_pmksa_cache *pmksa, struct rsn_pmksa_cache_entry *entry, int replace) argument
87 struct rsn_pmksa_cache_entry *entry; local
132 struct rsn_pmksa_cache_entry *entry, *pos, *prev; local
237 struct rsn_pmksa_cache_entry *entry, *prev; local
264 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
284 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
328 struct rsn_pmksa_cache_entry *entry = pmksa->pmksa; local
419 struct rsn_pmksa_cache_entry *entry; local
460 pmksa_cache_init(void (*free_cb)(struct rsn_pmksa_cache_entry *entry, void *ctx, int replace), void *ctx, struct wpa_sm *sm) argument
[all...]
/freebsd-9.3-release/bin/setfacl/
H A Dsetfacl.c81 struct sf_entry *entry; local
96 entry = zmalloc(sizeof(struct sf_entry));
97 entry->acl = get_acl_from_file(optarg);
98 if (entry->acl == NULL)
100 entry->op = OP_MERGE_ACL;
101 TAILQ_INSERT_TAIL(&entrylist, entry, next);
104 entry = zmalloc(sizeof(struct sf_entry));
105 entry->acl = get_acl_from_file(optarg);
106 entry->op = OP_REMOVE_ACL;
107 TAILQ_INSERT_TAIL(&entrylist, entry, nex
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_keycache.c43 ar5210IsKeyCacheEntryValid(struct ath_hal *ah, uint16_t entry) argument
45 if (entry < AR_KEYTABLE_SIZE) {
46 uint32_t val = OS_REG_READ(ah, AR_KEYTABLE_MAC1(entry));
54 * Clear the specified key cache entry.
57 ar5210ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) argument
59 if (entry < AR_KEYTABLE_SIZE) {
60 OS_REG_WRITE(ah, AR_KEYTABLE_KEY0(entry), 0);
61 OS_REG_WRITE(ah, AR_KEYTABLE_KEY1(entry), 0);
62 OS_REG_WRITE(ah, AR_KEYTABLE_KEY2(entry), 0);
63 OS_REG_WRITE(ah, AR_KEYTABLE_KEY3(entry),
77 ar5210SetKeyCacheEntryMac(struct ath_hal *ah, uint16_t entry, const uint8_t *mac) argument
109 ar5210SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, const HAL_KEYVAL *k, const uint8_t *mac, int xorKey) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dext.c65 hdb_find_extension(const hdb_entry *entry, int type) argument
69 if (entry->extensions == NULL)
72 for (i = 0; i < entry->extensions->len; i++)
73 if (entry->extensions->val[i].data.element == type)
74 return &entry->extensions->val[i];
79 * Replace the extension `ext' in `entry'. Make a copy of the
86 hdb_entry *entry,
95 if (entry->extensions == NULL) {
96 entry->extensions = calloc(1, sizeof(*entry
85 hdb_replace_extension(krb5_context context, hdb_entry *entry, const HDB_extension *ext) argument
180 hdb_clear_extension(krb5_context context, hdb_entry *entry, int type) argument
209 hdb_entry_get_pkinit_acl(const hdb_entry *entry, const HDB_Ext_PKINIT_acl **a) argument
223 hdb_entry_get_pkinit_hash(const hdb_entry *entry, const HDB_Ext_PKINIT_hash **a) argument
237 hdb_entry_get_pw_change_time(const hdb_entry *entry, time_t *t) argument
251 hdb_entry_set_pw_change_time(krb5_context context, hdb_entry *entry, time_t t) argument
267 hdb_entry_get_password(krb5_context context, HDB *db, const hdb_entry *entry, char **p) argument
330 hdb_entry_set_password(krb5_context context, HDB *db, hdb_entry *entry, const char *p) argument
384 hdb_entry_clear_password(krb5_context context, hdb_entry *entry) argument
391 hdb_entry_get_ConstrainedDelegACL(const hdb_entry *entry, const HDB_Ext_Constrained_delegation_acl **a) argument
407 hdb_entry_get_aliases(const hdb_entry *entry, const HDB_Ext_Aliases **a) argument
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swinstalled_tbl.c65 * This structure is used to hold a SNMP table entry
95 struct swins_entry *entry; member in struct:swins_map_entry
123 * Create a new entry into the hrSWInstalledTable
128 struct swins_entry *entry; local
173 if ((entry = malloc(sizeof(*entry))) == NULL) {
177 memset(entry, 0, sizeof(*entry));
179 if ((entry->name = strdup(map->name)) == NULL) {
181 free(entry);
197 swins_entry_delete(struct swins_entry *entry) argument
221 struct swins_entry *entry; local
258 struct swins_entry *entry; local
297 struct swins_entry *entry; local
399 struct swins_entry *entry, *entry_tmp; local
447 struct swins_entry *entry; local
[all...]
H A Dhostres_partition_tbl.c89 struct partition_entry *entry; member in struct:partition_map_entry
137 const struct partition_entry *entry)
142 if (oid->subs[sub + i] < entry->index[i])
144 if (oid->subs[sub + i] > entry->index[i])
156 * Create a new partition table entry
161 struct partition_entry *entry; local
203 map->entry = NULL;
215 if ((entry = malloc(sizeof(*entry))) == NULL) {
219 memset(entry,
136 partition_idx_cmp(const struct asn_oid *oid, u_int sub, const struct partition_entry *entry) argument
259 partition_entry_delete(struct partition_entry *entry) argument
282 struct partition_entry *entry = NULL; local
297 struct partition_entry *entry = NULL; local
314 struct partition_entry *entry; local
344 struct partition_entry *entry; local
550 struct partition_entry *entry; local
569 struct partition_entry *entry; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldfile.c132 lang_input_statement_type *entry)
134 entry->the_bfd = bfd_openr (attempt, entry->target);
138 if (entry->the_bfd == NULL)
144 if (entry->the_bfd == NULL)
147 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
157 if (entry->search_dirs_flag || !entry->dynamic)
161 if (bfd_check_format (entry->the_bfd, bfd_archive))
162 check = bfd_openr_next_archived_file (entry
131 ldfile_try_open_bfd(const char *attempt, lang_input_statement_type *entry) argument
302 ldfile_open_file_search(const char *arch, lang_input_statement_type *entry, const char *lib, const char *suffix) argument
378 ldfile_open_file(lang_input_statement_type *entry) argument
[all...]
/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in218 &parse_cvs_entry($i,*entry);
221 if ( defined $locks{$i . $ext . $entry{"version"}} )
223 if ( $login ne ($by = $locks{$i . $ext . $entry{"version"}}) )
226 print "$by has file $i locked for version " , $entry{"version"};
230 print "You have a lock on file $i for version " , $entry{"version"}
244 local ( $file, *entry ) = @_;
256 $entry{"name"} = $pp[1];
257 $entry{"version"} = $pp[2];
258 $entry{"dates"} = $pp[3];
259 $entry{"nam
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_strmode.c40 archive_entry_strmode(struct archive_entry *entry) argument
44 char *bp = entry->strmode;
51 mode = archive_entry_mode(entry);
52 switch (archive_entry_filetype(entry)) {
61 if (archive_entry_hardlink(entry) != NULL) {
83 if (archive_entry_acl_count(entry, ARCHIVE_ENTRY_ACL_TYPE_ACCESS))
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp75 entry; typedef in struct:pb_ds::detail::entry_cmp
89 operator()(entry p_lhs, entry p_rhs) const
/freebsd-9.3-release/contrib/wpa/src/radius/
H A Dradius_client.c37 * Maximum number of retransmit attempts before the entry is removed from
328 struct radius_msg_list *entry,
335 if (entry->msg_type == RADIUS_ACCT ||
336 entry->msg_type == RADIUS_ACCT_INTERIM) {
338 if (entry->attempts == 0)
346 if (entry->attempts == 0)
354 /* retransmit; remove entry if too many attempts */
355 entry->attempts++;
356 hostapd_logger(radius->ctx, entry->addr, HOSTAPD_MODULE_RADIUS,
358 radius_msg_get_hdr(entry
327 radius_client_retransmit(struct radius_client_data *radius, struct radius_msg_list *entry, os_time_t now) argument
385 struct radius_msg_list *entry, *prev, *tmp; local
493 struct radius_msg_list *entry; local
524 struct radius_msg_list *entry, *prev; local
575 struct radius_msg_list *entry, *prev, *tmp; local
849 struct radius_msg_list *entry, *prev, *_remove; local
889 struct radius_msg_list *entry, *prev, *tmp; local
923 struct radius_msg_list *entry; local
953 struct radius_msg_list *entry; local
1329 struct radius_msg_list *entry, *prev, *tmp; local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_who.d52 tcl*:::proc-entry,
53 tcl*:::cmd-entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drwtime.d38 syscall::read:entry,
39 syscall::write:entry
H A Dtruss.d45 syscall::read:entry
51 syscall::write:entry
H A Dtrussrw.d40 syscall::read:entry,
41 syscall::write:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.tailcall.d39 fbt::kern_ioctl:entry
44 fbt:::entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d46 syscall::getpid:entry
57 syscall::exit:entry
H A Dtst.raise3.d46 syscall::getpid:entry
57 syscall::exit:entry

Completed in 213 milliseconds

1234567891011>>