Searched refs:entry (Results 126 - 150 of 1396) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/radius/
H A Dradius_client.c32 * Maximum number of server failovers before the entry is removed from
367 struct radius_msg_list *entry,
378 if (entry->msg_type == RADIUS_ACCT ||
379 entry->msg_type == RADIUS_ACCT_INTERIM) {
390 if (entry->attempts == 0)
407 if (entry->attempts == 0)
415 if (entry->msg_type == RADIUS_ACCT_INTERIM) {
419 MAC2STR(entry->addr));
421 radius->interim_error_cb(entry->addr,
432 if (entry
366 radius_client_retransmit(struct radius_client_data *radius, struct radius_msg_list *entry, os_time_t now) argument
496 struct radius_msg_list *entry, *prev, *tmp; local
582 struct radius_msg_list *entry; local
611 struct radius_msg_list *entry; local
641 struct radius_msg_list *entry; local
672 struct radius_msg_list *entry, *prev; local
980 struct radius_msg_list *entry, *prev, *_remove; local
1020 struct radius_msg_list *entry, *prev, *tmp; local
1054 struct radius_msg_list *entry; local
1084 struct radius_msg_list *entry; local
1553 struct radius_msg_list *entry, *prev, *tmp; local
[all...]
/freebsd-current/usr.sbin/nscd/
H A Dhashtable.h39 * entry (user defined structure) stores its elements in the sorted array.
47 * Defines the hash table entry structure, that uses specified type of
61 #define HASHTABLE_HEAD(name, entry) struct name { \
62 struct entry *entries; \
113 * Traverses through all elements of the specified hash table entry
115 #define HASHTABLE_ENTRY_FOREACH(entry, field, var) \
116 for ((var) = &((entry)->field.values[0]); \
117 (var) < &((entry)->field.values[(entry)->field.size]); \
120 #define HASHTABLE_ENTRY_CLEAR(entry, fiel
[all...]
H A Dparser.c87 * Tries to find the configuration entry with the specified name. If search
88 * fails, the new entry with the default parameters will be created.
94 struct configuration_entry *entry = NULL; local
98 entry = configuration_find_entry(config, entry_name);
99 if (entry == NULL) {
100 entry = create_def_configuration_entry(entry_name);
101 assert( entry != NULL);
102 res = add_configuration_entry(config, entry);
107 return (entry);
117 struct configuration_entry *entry; local
129 struct configuration_entry *entry; local
151 struct configuration_entry *entry; local
172 struct configuration_entry *entry; local
189 struct configuration_entry *entry; local
207 struct configuration_entry *entry; local
228 struct configuration_entry *entry; local
244 struct configuration_entry *entry; local
260 struct configuration_entry *entry; local
276 struct configuration_entry *entry; local
[all...]
/freebsd-current/bin/setfacl/
H A Dmerge.c35 static int merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new,
39 merge_user_group(acl_entry_t *entry, acl_entry_t *entry_new, int acl_brand) argument
49 id = acl_get_qualifier(*entry);
57 if (acl_get_permset(*entry, &permset) == -1)
63 if (acl_get_entry_type_np(*entry, &entry_type))
67 if (acl_get_flagset_np(*entry, &flagset))
87 acl_entry_t entry, entry_new; local
101 "entry to be merged is %s", filename,
112 while (acl_get_entry(acl, entry_id, &entry) == 1) {
118 if (acl_get_tag_type(entry,
238 acl_entry_t entry, entry_new; local
[all...]
/freebsd-current/sys/vm/
H A Dvm_map.c113 * [That is, an entry is split into two, bordering at a
130 static void vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map);
131 static void vm_map_entry_dispose(vm_map_t map, vm_map_entry_t entry);
132 static void vm_map_entry_unwire(vm_map_t map, vm_map_entry_t entry);
143 static void vm_map_wire_entry_failure(vm_map_t map, vm_map_entry_t entry,
250 * User map and entry structures are allocated from the general purpose
261 * Disable the use of per-CPU buckets: map entry allocation is
268 /* Reserve an extra map entry for use when replenishing the reserve. */
536 vm_map_entry_set_vnode_text(vm_map_entry_t entry, bool add) argument
542 if ((entry
585 vm_map_entry_t entry, next; local
924 vm_map_entry_dispose(vm_map_t map, vm_map_entry_t entry) argument
977 vm_map_entry_set_behavior(vm_map_entry_t entry, u_char behavior) argument
1014 vm_map_entry_pred(vm_map_entry_t entry) argument
1384 vm_map_entry_link(vm_map_t map, vm_map_entry_t entry) argument
1451 vm_map_entry_unlink(vm_map_t map, vm_map_entry_t entry, enum unlink_merge_type op) argument
1503 vm_map_entry_resize(vm_map_t map, vm_map_entry_t entry, vm_size_t grow_amount) argument
1533 vm_map_lookup_entry( vm_map_t map, vm_offset_t address, vm_map_entry_t *entry) argument
2301 vm_map_mergeable_neighbors(vm_map_entry_t prev, vm_map_entry_t entry) argument
2321 vm_map_merged_neighbor_dispose(vm_map_t map, vm_map_entry_t entry) argument
2352 vm_map_try_merge_entries(vm_map_t map, vm_map_entry_t prev_entry, vm_map_entry_t entry) argument
2372 vm_map_entry_back(vm_map_entry_t entry) argument
2394 vm_map_entry_charge_object(vm_map_t map, vm_map_entry_t entry) argument
2422 vm_map_entry_clone(vm_map_t map, vm_map_entry_t entry) argument
2460 vm_map_clip_start(vm_map_t map, vm_map_entry_t entry, vm_offset_t startaddr) argument
2505 vm_map_entry_t entry; local
2533 vm_map_clip_end(vm_map_t map, vm_map_entry_t entry, vm_offset_t endaddr) argument
2593 vm_map_entry_t entry; local
2728 vm_map_protect_guard(vm_map_entry_t entry, vm_prot_t new_prot, vm_prot_t new_maxprot, int flags) argument
2759 vm_map_entry_t entry, first_entry, in_tran, prev_entry; local
2997 vm_map_entry_t entry, prev_entry; local
3193 vm_map_entry_t entry, lentry, prev_entry, start_entry; local
3254 vm_map_entry_t entry; local
3300 vm_map_entry_t entry, first_entry, next_entry, prev_entry; local
3461 vm_map_wire_entry_failure(vm_map_t map, vm_map_entry_t entry, vm_offset_t failed_addr) argument
3509 vm_map_entry_t entry, first_entry, next_entry, prev_entry; local
3763 vm_map_entry_t entry, first_entry, next_entry; local
3861 vm_map_entry_unwire(vm_map_t map, vm_map_entry_t entry) argument
3879 vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map) argument
3893 vm_map_entry_delete(vm_map_t map, vm_map_entry_t entry) argument
3974 vm_map_entry_t entry, next_entry, scratch_entry; local
4094 vm_map_entry_t entry; local
4281 vmspace_map_entry_forked(const struct vmspace *vm1, struct vmspace *vm2, vm_map_entry_t entry) argument
5014 vm_map_entry_t entry; local
5185 vm_map_entry_t entry; local
5257 vm_map_lookup_done(vm_map_t map, vm_map_entry_t entry) argument
5297 vm_map_entry_t entry, prev; local
5368 vm_map_entry_t entry, prev; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.cpp65 const GDBRemotePacket &entry = m_packets[idx]; local
66 if (entry.type == GDBRemotePacket::ePacketTypeInvalid ||
67 entry.packet.data.empty())
69 strm.Printf("history[%u] ", entry.packet_idx);
70 entry.Dump(strm);
84 const GDBRemotePacket &entry = m_packets[idx]; local
85 if (entry.type == GDBRemotePacket::ePacketTypeInvalid ||
86 entry.packet.data.empty())
89 entry.packet_idx, entry
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c32 static int wpas_dbus_validate_dbus_ipaddr(struct wpa_dbus_dict_entry entry) argument
34 if (entry.type != DBUS_TYPE_ARRAY ||
35 entry.array_type != DBUS_TYPE_BYTE ||
36 entry.array_len != 4)
108 struct wpa_dbus_dict_entry entry; local
120 entry.key = NULL;
126 if (!wpa_dbus_dict_get_entry(&iter_dict, &entry))
129 if (os_strcmp(entry.key, "Timeout") == 0 &&
130 entry.type == DBUS_TYPE_INT32) {
131 timeout = entry
257 struct wpa_dbus_dict_entry entry; local
303 struct wpa_dbus_dict_entry entry; local
354 struct wpa_dbus_dict_entry entry; local
494 struct wpa_dbus_dict_entry entry; local
571 struct wpa_dbus_dict_entry entry; local
739 struct wpa_dbus_dict_entry entry; local
1036 struct wpa_dbus_dict_entry entry = {.type = DBUS_TYPE_STRING }; local
2531 struct wpa_dbus_dict_entry entry = { .type = DBUS_TYPE_STRING }; local
2667 struct wpa_dbus_dict_entry entry; local
2752 struct wpa_dbus_dict_entry entry; local
2840 struct wpa_dbus_dict_entry entry; local
2934 struct wpa_dbus_dict_entry entry; local
[all...]
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c49 * This structure is used to hold a SNMP table entry
87 * Returns the CPU usage of a given processor entry.
131 * Save a new sample to proc entry and get the average usage.
154 * Create a new entry into the processor table.
160 struct processor_entry *entry; local
164 * If there is no map entry create one by creating a device table
165 * entry.
179 if ((entry = malloc(sizeof(*entry))) == NULL) {
184 memset(entry,
212 struct processor_entry *entry; local
297 struct processor_entry *entry; local
386 struct processor_entry *entry; local
[all...]
/freebsd-current/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c310 LDAP_get_string_value(HDB * db, LDAPMessage * entry, argument
315 vals = ldap_get_values_len(HDB2LDAP(db), entry, attribute);
336 LDAP_get_integer_value(HDB * db, LDAPMessage * entry, argument
342 ret = LDAP_get_string_value(db, entry, attribute, &val);
351 LDAP_get_generalized_time_value(HDB * db, LDAPMessage * entry, argument
360 ret = LDAP_get_string_value(db, entry, attribute, &gentime);
431 * If this is just a "account" entry and no other objectclass
432 * is hanging on this entry, it's really a new entry.
477 krb5_principal_compare(context, ent->entry
1436 LDAP_seq(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
1500 LDAP_firstkey(krb5_context context, HDB *db, unsigned flags, hdb_entry_ex *entry) argument
1528 LDAP_nextkey(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
1610 LDAP_fetch_kvno(krb5_context context, HDB * db, krb5_const_principal principal, unsigned flags, krb5_kvno kvno, hdb_entry_ex * entry) argument
1642 LDAP_fetch(krb5_context context, HDB * db, krb5_const_principal principal, unsigned flags, hdb_entry_ex * entry) argument
1650 LDAP_store(krb5_context context, HDB * db, unsigned flags, hdb_entry_ex * entry) argument
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dchpass_s.c68 num_keys = ent.entry.keys.len;
69 keys = ent.entry.keys.val;
71 ent.entry.keys.len = 0;
72 ent.entry.keys.val = NULL;
74 ret = _kadm5_set_keys(context, &ent.entry, password);
81 existsp = _kadm5_exists_keys (ent.entry.keys.val,
82 ent.entry.keys.len,
93 ret = hdb_seal_keys(context->context, context->db, &ent.entry);
97 ent.entry.kvno++;
99 ret = _kadm5_set_modifier(context, &ent.entry);
[all...]
H A Dent_setup.c82 ret = hdb_entry_set_password(context, db, &ent->entry, pw);
95 ret = hdb_entry_set_pw_change_time(context, &ent->entry, t);
107 ret = hdb_replace_extension(context, &ent->entry, &ext);
118 ent->entry.flags.client = 1;
119 ent->entry.flags.server = !!server;
120 ent->entry.flags.forwardable = 1;
121 ent->entry.flags.proxiable = 1;
122 ent->entry.flags.renewable = 1;
123 ent->entry.flags.postdate = 1;
128 * Create the hdb entry `en
[all...]
H A Dget_s.c89 ret = krb5_copy_principal(context->context, ent.entry.principal,
93 if(mask & KADM5_PRINC_EXPIRE_TIME && ent.entry.valid_end)
94 out->princ_expire_time = *ent.entry.valid_end;
95 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
96 out->pw_expiration = *ent.entry.pw_end;
98 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change);
100 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED;
101 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE;
102 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0;
103 out->attributes |= ent.entry
[all...]
/freebsd-current/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c53 struct queue_pair_entry *entry);
55 struct queue_pair_entry *entry);
64 static void qp_guest_endpoint_destroy(struct qp_guest_endpoint *entry);
66 const struct qp_guest_endpoint *entry);
189 * Finds the entry in the list corresponding to a given handle. Assumes that
193 * Pointer to entry.
223 * Adds the given entry to the list. Assumes that the list is locked.
236 struct queue_pair_entry *entry)
239 if (entry)
240 vmci_list_insert(&qp_list->head, entry, list_ite
235 queue_pair_list_add_entry(struct queue_pair_list *qp_list, struct queue_pair_entry *entry) argument
260 queue_pair_list_remove_entry(struct queue_pair_list *qp_list, struct queue_pair_entry *entry) argument
337 struct qp_guest_endpoint *entry; local
414 struct qp_guest_endpoint *entry; local
493 qp_guest_endpoint_destroy(struct qp_guest_endpoint *entry) argument
522 vmci_queue_pair_alloc_hypercall(const struct qp_guest_endpoint *entry) argument
809 struct qp_guest_endpoint *entry; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_fuchsia.cpp57 const auto &entry = data_.data[data_.current++]; local
58 if (entry.type == ZX_INFO_MAPS_TYPE_MAPPING) {
59 segment->start = entry.base;
60 segment->end = entry.base + entry.size;
61 segment->offset = entry.u.mapping.vmo_offset;
62 const auto flags = entry.u.mapping.mmu_flags;
68 uptr len = Min(sizeof(entry.name), segment->filename_size) - 1;
69 internal_strncpy(segment->filename, entry.name, len);
/freebsd-current/sys/dev/drm2/
H A Ddrm_agpsupport.c197 * memory via agp_allocate_memory() and creates a drm_agp_mem entry for it.
201 struct drm_agp_mem *entry; local
209 if (!(entry = malloc(sizeof(*entry), DRM_MEM_AGPLISTS, M_NOWAIT)))
212 memset(entry, 0, sizeof(*entry));
217 free(entry, DRM_MEM_AGPLISTS);
221 entry->handle = (unsigned long)memory;
222 entry->memory = memory;
223 entry
257 struct drm_agp_mem *entry; local
280 struct drm_agp_mem *entry; local
320 struct drm_agp_mem *entry; local
365 struct drm_agp_mem *entry; local
[all...]
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_large.c43 struct archive_entry *entry; local
51 assert(NULL != (entry = archive_entry_new()));
52 archive_entry_set_size(entry, sizeof(testdata));
53 archive_entry_set_mode(entry, S_IFREG | 0777);
54 archive_entry_set_pathname(entry, "test");
55 assertA(0 == archive_write_header(a, entry));
56 archive_entry_free(entry);
64 assertA(0 == archive_read_next_header(a, &entry));
75 assertA(0 == archive_read_next_header(a, &entry));
/freebsd-current/sys/dev/bhnd/bcma/
H A Dbcma_erom.c64 static const char *bcma_erom_entry_type_name (uint8_t entry);
67 uint32_t *entry);
80 uint32_t *entry);
119 /** Return the type name for an EROM entry */
121 bcma_erom_entry_type_name (uint8_t entry) argument
123 switch (BCMA_EROM_GET_ATTR(entry, ENTRY_TYPE)) {
217 uint32_t entry; local
244 if ((error = bcma_erom_peek32(sc, &entry)))
247 if (!BCMA_EROM_ENTRY_IS(entry, REGION))
251 r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYP
475 bcma_erom_peek32(struct bcma_erom *erom, uint32_t *entry) argument
496 bcma_erom_read32(struct bcma_erom *erom, uint32_t *entry) argument
517 uint32_t entry; local
580 uint32_t entry; local
737 uint32_t entry; local
787 uint32_t entry; local
817 uint32_t entry; local
1165 uint32_t entry; local
1259 uint32_t entry; local
[all...]
/freebsd-current/sys/dev/tcp_log/
H A Dtcp_log_dev.h37 uint32_t tlch_type; /* Type of entry(ies) that follow. */
45 * This is a queue entry. All queue entries need to start with this structure
50 * tldq_queue: used by the common code to maintain this entry's position in the
58 * tldq_dtor: This function is called to free the queue entry. If tldq_buf is
66 struct tcp_log_common_header *(*tldq_xform)(struct tcp_log_dev_queue *entry);
67 void (*tldq_dtor)(struct tcp_log_dev_queue *entry);
83 int tcp_log_dev_add_log(struct tcp_log_dev_queue *entry);
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c125 static void readEntry( void* entry, int size );
128 static void processorEntry( proc_entry_ptr entry );
129 static void busEntry( bus_entry_ptr entry );
130 static void ioApicEntry( io_apic_entry_ptr entry );
131 static void intEntry( int_entry_ptr entry );
133 static void sasEntry( sas_entry_ptr entry );
134 static void bhdEntry( bhd_entry_ptr entry );
135 static void cbasmEntry( cbasm_entry_ptr entry );
532 u_int8_t *entry; local
566 printf( " entry coun
720 readEntry( void* entry, int size ) argument
[all...]
/freebsd-current/stand/kboot/kboot/arch/powerpc64/
H A Dload_addr.c54 uint64_t entry[2]; local
71 while (host_read(fd, &entry[0], sizeof(entry)) == sizeof(entry)) {
72 rsvd_reg[rsvd_reg_cnt].start = be64toh(entry[0]);
74 be64toh(entry[1]) + rsvd_reg[rsvd_reg_cnt].start - 1;
101 ret = host_read(fd, &entry, sizeof(entry));
104 entry[0] = be64toh(entry[
[all...]
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c59 * Return AH_TRUE if the specific key cache entry is valid.
62 ar9300_is_key_cache_entry_valid(struct ath_hal *ah, u_int16_t entry) argument
64 if (entry < AH_PRIVATE(ah)->ah_caps.halKeyCacheSize) {
65 u_int32_t val = OS_REG_READ(ah, AR_KEYTABLE_MAC1(entry));
74 * Clear the specified key cache entry and any associated MIC entry.
77 ar9300_reset_key_cache_entry(struct ath_hal *ah, u_int16_t entry) argument
82 if (entry >= AH_PRIVATE(ah)->ah_caps.halKeyCacheSize) {
84 "%s: entry %u out of range\n", __func__, entry);
139 ar9300_set_key_cache_entry_mac( struct ath_hal *ah, u_int16_t entry, const u_int8_t *mac) argument
189 ar9300_set_key_cache_entry(struct ath_hal *ah, u_int16_t entry, const HAL_KEYVAL *k, const u_int8_t *mac, int xor_key) argument
429 ar9300_dump_keycache(struct ath_hal *ah, int n, u_int32_t *entry) argument
446 ar9300_check_key_cache_entry(struct ath_hal *ah, u_int16_t entry, const HAL_KEYVAL *k, int xorKey) argument
[all...]
/freebsd-current/sys/geom/part/
H A Dg_part_mbr.c236 struct g_part_mbr_entry *entry; local
242 entry = (struct g_part_mbr_entry *)baseentry;
248 bzero(&entry->ent, sizeof(entry->ent));
254 entry->ent.dp_start = start;
255 entry->ent.dp_size = size;
256 mbr_set_chs(basetable, baseentry->gpe_start, &entry->ent.dp_scyl,
257 &entry->ent.dp_shd, &entry->ent.dp_ssect);
258 mbr_set_chs(basetable, baseentry->gpe_end, &entry
309 g_part_mbr_efimedia(struct g_part_mbr_table *table, struct g_part_mbr_entry *entry, struct sbuf *sb) argument
324 struct g_part_mbr_entry *entry; local
349 struct g_part_mbr_entry *entry; local
361 struct g_part_mbr_entry *entry; local
376 struct g_part_mbr_entry *entry; local
476 struct g_part_mbr_entry *entry; local
540 struct g_part_mbr_entry *entry; local
578 struct g_part_mbr_entry *entry; local
594 struct g_part_mbr_entry *entry; local
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c152 STAILQ_ENTRY(ipx_entry) entry;
168 struct ipx_entry *entry; local
170 entry = kzalloc(sizeof(*entry), GFP_ATOMIC);
171 if (entry == NULL) {
173 "couldn't allocate entry for IPv4 update\n");
176 entry->ipx_addr.v4 = *((struct sockaddr_in *)ifa->ifa_addr);
177 entry->ndev = ifa->ifa_ifp;
178 STAILQ_INSERT_TAIL(ipx_head, entry, entry);
189 struct ipx_entry *entry; local
216 struct ipx_entry *entry; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.d40 pid$1:a.out:waiting:entry
52 syscall::rexit:entry
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.linkmap.ksh31 pid\$target:LM1\`ld.so.1:strstr:entry,
32 pid\$target:libc.so.1:strstr:entry

Completed in 410 milliseconds

1234567891011>>