| /freebsd-14.2/contrib/wpa/src/eap_server/ |
| H A D | eap_server_teap.c | 1050 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 1154 id_type); in eap_teap_process_phase2_response() 1220 enum teap_identity_types id_type) in eap_teap_process_phase2_eap() argument 1248 id_type); in eap_teap_process_phase2_eap() [all …]
|
| H A D | ikev2.c | 516 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-14.2/sbin/fsck_ffs/ |
| H A D | inode.c | 105 if (idesc->id_type == DATA && ndb >= 0) { in ckinode() 126 if (idesc->id_type != DATA) in ckinode() 146 if (idesc->id_type == DATA) { in ckinode() 181 if (idesc->id_type != DATA) { in iblock() 232 if (idesc->id_type == DATA && isize > 0) { in iblock() 677 if (idesc->id_type == SNAP) { in freeblock() 761 idesc.id_type = SNAP; in snapremove() 1047 idesc.id_type = (DIP(dp, di_flags) & SF_SNAPSHOT) == 0 ? ADDR : SNAP; in check_blkcnt() 1262 if (idesc->id_type == SNAP) { in clri() 1264 idesc->id_type = ADDR; in clri() [all …]
|
| H A D | dir.c | 207 if (idesc->id_type != DATA) in dirscan() 208 errx(EEXIT, "wrong type to dirscan %d", idesc->id_type); in dirscan() 602 idesc.id_type = DATA; in linkup() 653 idesc.id_type = inoinfo(oldlfdir)->ino_idtype; in linkup() 717 idesc.id_type = DATA; in changeino() 750 idesc.id_type = DATA; in makeentry() 796 idesc.id_type = ADDR; in expanddir()
|
| H A D | pass4.c | 77 idesc.id_type = inoinfo(inumber)->ino_idtype; in pass4()
|
| H A D | gjournal.c | 132 idesc.id_type = ADDR; in gjournal_check()
|
| H A D | pass1b.c | 85 idesc.id_type = inoinfo(inumber)->ino_idtype; in pass1b()
|
| H A D | pass3.c | 112 idesc.id_type = DATA; in pass3()
|
| H A D | pass2.c | 140 curino.id_type = DATA; in pass2() 600 dotdesc.id_type = DATA; in fix_extraneous() 704 dotdesc.id_type = DATA; in fix_extraneous()
|
| H A D | pass1.c | 409 idesc->id_type = inoinfo(inumber)->ino_idtype; in checkinode() 530 if (idesc->id_type == SNAP) { in pass1check()
|
| H A D | fsck.h | 267 char id_type; /* type of descriptor, DATA, ADDR, or SNAP */ member
|
| H A D | setup.c | 292 idesc.id_type = ADDR; in checksnapinfo()
|
| H A D | fsutil.c | 1289 idesc.id_type = DATA; in getpathname() 1365 if (idesc->id_type == DATA) in dofix()
|
| H A D | pass5.c | 152 idesc[i].id_type = ADDR; in pass5()
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_frontend.c | 287 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET | in ctl_port_set_wwns() 304 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_port_set_wwns()
|
| H A D | ctl_frontend_iscsi.c | 2217 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in cfiscsi_ioctl_port_create() 2231 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET | in cfiscsi_ioctl_port_create()
|
| H A D | ctl.c | 2567 switch (desc->id_type & SVPD_ID_TYPE_MASK) { in ctl_id_sbuf() 4637 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_T10; in ctl_add_lun() 4653 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun() 4662 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun() 4673 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun() 4683 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_LUN | in ctl_add_lun() 9757 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_inquiry_evpd_devid() 9768 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT | in ctl_inquiry_evpd_devid()
|
| /freebsd-14.2/sbin/fsdb/ |
| H A D | fsdb.c | 476 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-14.2/contrib/wpa/src/eap_peer/ |
| H A D | ikev2.c | 462 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-14.2/sys/cam/scsi/ |
| H A D | scsi_all.c | 5681 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_naa_ieee_reg() 5712 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_eui64() 5714 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_EUI64) in scsi_devid_is_lun_eui64() 5725 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_naa() 5727 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_lun_naa() 5738 if ((descr->id_type & SVPD_ID_ASSOC_MASK) != SVPD_ID_ASSOC_LUN) in scsi_devid_is_lun_t10() 5740 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_T10) in scsi_devid_is_lun_t10() 5779 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_UUID) in scsi_devid_is_lun_uuid() 5792 if ((descr->id_type & SVPD_ID_TYPE_MASK) != SVPD_ID_TYPE_NAA) in scsi_devid_is_port_naa() 9341 if ((rhs_id->id_type & in scsi_devid_match() [all …]
|
| H A D | scsi_all.h | 1824 uint8_t id_type; member 2406 uint8_t id_type; member
|
| /freebsd-14.2/sys/cam/nvme/ |
| H A D | nvme_xpt.c | 446 idd->id_type = SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_EUI64; in nvme_probe_done() 454 idd->id_type = SVPD_ID_ASSOC_LUN | SVPD_ID_TYPE_EUI64; in nvme_probe_done()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSArray.cpp | 778 CompilerType id_type(scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID)); in GetChildAtIndex() local 780 m_backend.GetProcessSP()->GetAddressByteSize(), id_type, true, in GetChildAtIndex()
|
| /freebsd-14.2/sys/dev/enetc/ |
| H A D | enetc_hw.h | 556 uint8_t id_type; member
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-isakmp.c | 211 nd_uint8_t id_type; /* ID Type */ member 1343 STR_OR_ID(GET_U_1(p->d.id_type), idtypestr)); in ikev1_id_print()
|