Home
last modified time | relevance | path

Searched refs:id_type (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_teap.c1020 enum teap_identity_types id_type) in eap_teap_valid_id_type() argument
1023 id_type != TEAP_IDENTITY_TYPE_USER) in eap_teap_valid_id_type()
1026 id_type != TEAP_IDENTITY_TYPE_MACHINE) in eap_teap_valid_id_type()
1029 id_type != data->cur_id_type) in eap_teap_valid_id_type()
1032 id_type != TEAP_IDENTITY_TYPE_USER && in eap_teap_valid_id_type()
1033 id_type != TEAP_IDENTITY_TYPE_MACHINE) in eap_teap_valid_id_type()
1042 enum teap_identity_types id_type) in eap_teap_process_phase2_response() argument
1124 id_type); in eap_teap_process_phase2_response()
1190 enum teap_identity_types id_type) in eap_teap_process_phase2_eap() argument
1218 id_type); in eap_teap_process_phase2_eap()
[all …]
H A Dikev2.c516 u8 id_type; in ikev2_process_idr() local
528 id_type = idr[0]; in ikev2_process_idr()
532 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); in ikev2_process_idr()
535 if (id_type != data->IDr_type || idr_len != data->IDr_len || in ikev2_process_idr()
540 id_type); in ikev2_process_idr()
551 data->IDr_type = id_type; in ikev2_process_idr()
/freebsd/sbin/fsck_ffs/
H A Dinode.c98 if (idesc->id_type == DATA && ndb >= 0) { in ckinode()
119 if (idesc->id_type != DATA) in ckinode()
139 if (idesc->id_type == DATA) { in ckinode()
174 if (idesc->id_type != DATA) { in iblock()
225 if (idesc->id_type == DATA && isize > 0) { in iblock()
670 if (idesc->id_type == SNAP) { in freeblock()
754 idesc.id_type = SNAP; in snapremove()
1040 idesc.id_type = (DIP(dp, di_flags) & SF_SNAPSHOT) == 0 ? ADDR : SNAP; in check_blkcnt()
1255 if (idesc->id_type == SNAP) { in clri()
1257 idesc->id_type = ADDR; in clri()
[all …]
H A Ddir.c201 if (idesc->id_type != DATA) in dirscan()
202 errx(EEXIT, "wrong type to dirscan %d", idesc->id_type); in dirscan()
596 idesc.id_type = DATA; in linkup()
647 idesc.id_type = inoinfo(oldlfdir)->ino_idtype; in linkup()
711 idesc.id_type = DATA; in changeino()
744 idesc.id_type = DATA; in makeentry()
790 idesc.id_type = ADDR; in expanddir()
H A Dpass4.c71 idesc.id_type = inoinfo(inumber)->ino_idtype; in pass4()
H A Dgjournal.c132 idesc.id_type = ADDR; in gjournal_check()
H A Dpass1b.c79 idesc.id_type = inoinfo(inumber)->ino_idtype; in pass1b()
H A Dpass3.c106 idesc.id_type = DATA; in pass3()
H A Dpass2.c134 curino.id_type = DATA; in pass2()
594 dotdesc.id_type = DATA; in fix_extraneous()
698 dotdesc.id_type = DATA; in fix_extraneous()
H A Dpass1.c403 idesc->id_type = inoinfo(inumber)->ino_idtype; in checkinode()
524 if (idesc->id_type == SNAP) { in pass1check()
H A Dfsck.h266 char id_type; /* type of descriptor, DATA, ADDR, or SNAP */ member
H A Dsetup.c285 idesc.id_type = ADDR; in checksnapinfo()
H A Dfsutil.c1282 idesc.id_type = DATA; in getpathname()
1358 if (idesc->id_type == DATA) in dofix()
H A Dpass5.c145 idesc[i].id_type = ADDR; in pass5()
/freebsd/sys/cam/ctl/
H A Dctl_frontend.c286 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET | in ctl_port_set_wwns()
303 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_port_set_wwns()
H A Dctl_frontend_iscsi.c2209 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in cfiscsi_ioctl_port_create()
2223 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET | in cfiscsi_ioctl_port_create()
H A Dctl.c2543 switch (desc->id_type & SVPD_ID_TYPE_MASK) { in ctl_id_sbuf()
4508 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_T10; in ctl_add_lun()
4524 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4533 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4544 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4554 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
9719 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_inquiry_evpd_devid()
9730 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_inquiry_evpd_devid()
/freebsd/sbin/fsdb/
H A Dfsdb.c476 idesc.id_type = DATA; in CMDFUNCSTART()
755 idesc.id_type = DATA; in dolookup()
863 idesc.id_type = DATA; in CMDFUNCSTART()
912 idesc.id_type = DATA; in CMDFUNCSTART()
/freebsd/contrib/wpa/src/eap_peer/
H A Dikev2.c462 u8 id_type; in ikev2_process_idi() local
474 id_type = idi[0]; in ikev2_process_idi()
478 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); in ikev2_process_idi()
485 data->IDi_type = id_type; in ikev2_process_idi()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c5680 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_naa_ieee_reg()
5711 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_eui64()
5713 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_EUI64) in scsi_devid_is_lun_eui64()
5724 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_naa()
5726 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_lun_naa()
5737 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_t10()
5739 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_T10) in scsi_devid_is_lun_t10()
5778 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_UUID) in scsi_devid_is_lun_uuid()
5791 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_port_naa()
9340 if ((rhs_id->id_type & in scsi_devid_match()
[all …]
H A Dscsi_all.h1823 uint8_t id_type; member
2405 uint8_t id_type; member
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c445 idd->id_type = SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_EUI64; in nvme_probe_done()
453 idd->id_type = SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_EUI64; in nvme_probe_done()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp778 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex() local
780 m_backend.GetProcessSP()->GetAddressByteSize(), id_type, true, in GetChildAtIndex()
/freebsd/sys/dev/enetc/
H A Denetc_hw.h555 uint8_t id_type; member
/freebsd/contrib/tcpdump/
H A Dprint-isakmp.c220 nd_uint8_t id_type; /* ID Type */ member
1352 STR_OR_ID(GET_U_1(p->d.id_type), idtypestr)); in ikev1_id_print()

12