Searched refs:a_id (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_fast_pac.h22 u8 *a_id; member in struct:eap_fast_pac
34 const u8 *a_id, size_t a_id_len,
H A Deap_teap_pac.h22 u8 *a_id; member in struct:eap_teap_pac
34 const u8 *a_id, size_t a_id_len,
H A Deap_fast_pac.c54 os_free(pac->a_id);
64 * @a_id: A-ID to search for
70 const u8 *a_id, size_t a_id_len,
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
144 if (entry == NULL || entry->a_id == NULL)
149 entry->a_id, entr
69 eap_fast_get_pac(struct eap_fast_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_fast_remove_pac(struct eap_fast_pac **pac_root, struct eap_fast_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_teap_pac.c54 os_free(pac->a_id);
64 * @a_id: A-ID to search for
70 const u8 *a_id, size_t a_id_len,
77 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
88 const u8 *a_id, size_t a_id_len, u16 pac_type)
97 os_memcmp(pac->a_id, a_id, a_id_len) == 0) {
144 if (!entry || !entry->a_id)
149 entry->a_id, entr
69 eap_teap_get_pac(struct eap_teap_pac *pac_root, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
86 eap_teap_remove_pac(struct eap_teap_pac **pac_root, struct eap_teap_pac **pac_current, const u8 *a_id, size_t a_id_len, u16 pac_type) argument
[all...]
H A Deap_fast.c935 entry->a_id = pos;
1019 if (entry->a_id == NULL || entry->a_id_info == NULL) {
1346 const u8 *a_id; local
1353 a_id = buf;
1363 a_id = (const u8 *) (hdr + 1);
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
1369 return a_id;
1374 const u8 *a_id, size_t a_id_len)
1376 data->current_pac = eap_fast_get_pac(data->pac, a_id, a_id_len,
1384 data->pac, a_id, a_id_le
1373 eap_fast_select_pac(struct eap_fast_data *data, const u8 *a_id, size_t a_id_len) argument
1482 const u8 *a_id; local
[all...]
H A Deap_teap.c975 entry->a_id = pos;
1058 if (!entry->a_id || !entry->a_id_info) {
1447 const u8 *a_id, size_t a_id_len)
1449 if (!a_id)
1451 data->current_pac = eap_teap_get_pac(data->pac, a_id, a_id_len,
1514 const u8 *a_id = NULL; local
1603 if (a_id) {
1608 a_id = outer_pos;
1624 eap_teap_select_pac(data, a_id, a_id_len);
1446 eap_teap_select_pac(struct eap_teap_data *data, const u8 *a_id, size_t a_id_len) argument
/netbsd-current/external/cddl/osnet/dist/common/acl/
H A Dacl_common.c210 if (x->a_id < y->a_id)
212 if (x->a_id > y->a_id)
563 acep->a_who = aclent[i].a_id;
565 acep->a_who = aclent[i].a_id;
596 * handle a_perm and a_id
608 acep->a_who = aclent[i].a_id;
616 acep->a_who = aclent[i].a_id;
1069 dest->a_id
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_sunos.c394 ae_id = aclent->a_id;
510 aclent->a_id = -1;
527 aclent->a_id = ae_uid;
539 aclent->a_id = ae_gid;
H A Darchive_read_support_format_xar.c1285 uint64_t a_id, b_id, c_id; local
1306 a_id = heap->files[a]->id;
1320 if (a_id <= b_id)
/netbsd-current/external/bsd/libarchive/dist/tar/test/
H A Dtest_option_acls.c330 aclent_a->a_id != aclent_b->a_id ||
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_posix1e.c144 if ((uid_t)myacl->qual != aclent->a_id)
155 if ((gid_t)myacl->qual != aclent->a_id)
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dacl.h41 uid_t a_id; /* the entry in -uid or gid */ member in struct:__anon6542
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Ddv-cfi.c71 unsigned char a_id[2]; member in struct:cfi_query
622 cfi_encode_16bit (cfi->query.a_id, ival);
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Ddv-cfi.c72 unsigned char a_id[2]; member in struct:cfi_query
623 cfi_encode_16bit (cfi->query.a_id, ival);
/netbsd-current/sys/kern/
H A Dvfs_lockf.c918 KASSERT(curproc == (struct proc *)ap->a_id);
920 lock->lf_id = ap->a_id;
H A Dvnode_if.c1859 a.a_id = id;
/netbsd-current/sys/sys/
H A Dvnode_if.h480 void *a_id; member in struct:vop_advlock_args
/netbsd-current/sys/fs/nfs/nlm/
H A Dnlm_advlock.c394 return (nlm_advlock_internal(ap->a_vp, ap->a_id, ap->a_op, ap->a_fl,
706 a.a_id = NULL;
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clvnops.c2989 struct proc *p = (struct proc *)ap->a_id;
3014 nfscl_checkwritelocked(vp, ap->a_fl, cred, td, ap->a_id,
3024 ap->a_fl, 0, cred, td, ap->a_id, ap->a_flags);
/netbsd-current/sys/fs/unionfs/
H A Dunionfs_vnops.c1692 error = VOP_ADVLOCK(uvp, ap->a_id, ap->a_op, ap->a_fl, ap->a_flags);
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c2657 void *a_id;
2674 advlock_msg->pvnr_id = ap->a_id;

Completed in 393 milliseconds