Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_teap.c1050 enum teap_identity_types id_type) in eap_teap_valid_id_type() argument
1053 id_type != TEAP_IDENTITY_TYPE_USER) in eap_teap_valid_id_type()
1056 id_type != TEAP_IDENTITY_TYPE_MACHINE) in eap_teap_valid_id_type()
1059 id_type != data->cur_id_type) in eap_teap_valid_id_type()
1062 id_type != TEAP_IDENTITY_TYPE_USER && in eap_teap_valid_id_type()
1063 id_type != TEAP_IDENTITY_TYPE_MACHINE) in eap_teap_valid_id_type()
1072 enum teap_identity_types id_type) in eap_teap_process_phase2_response() argument
1151 if (!eap_teap_valid_id_type(sm, data, id_type)) { in eap_teap_process_phase2_response()
1154 id_type); in eap_teap_process_phase2_response()
1220 enum teap_identity_types id_type) in eap_teap_process_phase2_eap() argument
[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.c99 if (idesc->id_type == DATA && ndb >= 0) { in ckinode()
120 if (idesc->id_type != DATA) in ckinode()
140 if (idesc->id_type == DATA) { in ckinode()
175 if (idesc->id_type != DATA) { in iblock()
226 if (idesc->id_type == DATA && isize > 0) { in iblock()
694 if (idesc->id_type == SNAP) { in freeblock()
778 idesc.id_type = SNAP; in snapremove()
1064 idesc.id_type = (DIP(dp, di_flags) & SF_SNAPSHOT) == 0 ? ADDR : SNAP; in check_blkcnt()
1279 if (idesc->id_type == SNAP) { in clri()
1281 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.h99 u_char ino_idtype:4; /* idesc id_type, SNAP or ADDR */
262 char id_type; /* type of descriptor, DATA, ADDR, or SNAP */
266 char id_type; /* type of descriptor, DATA, ADDR, or SNAP */ global() 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()
H A Dsuj.c2417 idesc.id_type = DATA; in suj_check()
/freebsd/sys/cam/ctl/
H A Dctl_frontend.c284 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET | in ctl_port_set_wwns()
301 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_port_set_wwns()
H A Dctl_frontend_iscsi.c2216 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in cfiscsi_ioctl_port_create()
2230 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()
4502 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_T10; in ctl_add_lun()
4518 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4527 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4538 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
4548 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun()
9718 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_inquiry_evpd_devid()
9729 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.c5688 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_naa_ieee_reg()
5706 if ((descr->id_type & SVPD_ID_PIV) == 0) /* proto field reserved */ in scsi_devid_is_sas_target()
5719 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_eui64()
5721 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_EUI64) in scsi_devid_is_lun_eui64()
5732 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_naa()
5734 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_lun_naa()
5745 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_t10()
5747 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_T10) in scsi_devid_is_lun_t10()
5758 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_name()
5760 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_SCSI_NAME) in scsi_devid_is_lun_name()
[all …]
H A Dscsi_all.h1817 uint8_t id_type; member
2399 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.cpp780 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex() local
782 m_backend.GetProcessSP()->GetAddressByteSize(), id_type, true, in GetChildAtIndex()
/freebsd/contrib/tcpdump/
H A Dprint-isakmp.c211 nd_uint8_t id_type; /* ID Type */ member
1343 STR_OR_ID(GET_U_1(p->d.id_type), idtypestr)); in ikev1_id_print()

12