Searched refs:identifier (Results 126 - 150 of 162) sorted by relevance

1234567

/freebsd-current/sys/cam/scsi/
H A Dscsi_enc_ses.c842 memcpy(devid->identifier, phy_addr, devid->length);
890 offsetof(struct scsi_vpd_id_descriptor, identifier)
1131 scsi_8btou64(idd->identifier), iter->type_index,
H A Dscsi_all.h860 * SCSI protocol identifier values, current as of SPC4r36l.
2426 __offsetof(struct scsi_vpd_id_descriptor, identifier)
2427 uint8_t identifier[]; member in struct:scsi_vpd_id_descriptor
/freebsd-current/contrib/kyua/store/
H A Dschema_v1.sql117 -- unique identifier and there is no attempt to deduplicate data. This
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dap.c592 pw->identifier = os_strdup(ssid->sae_password_id);
593 if (!pw->identifier) {
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpclient.c1171 pdu->identifier = ++snmp_client.identifier;
1885 * Try to get a transport identifier which is a leading alphanumeric string
1887 * identifier is optional. Unknown transport identifiers are reject.
1894 * \return transport identifier
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h96 assert(Kind != tok::identifier &&
102 TokenValue(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
355 /// Saw an 'export' identifier.
362 /// Saw an 'import' identifier.
419 /// Saw an 'export' identifier.
425 /// Saw an 'import' identifier.
432 /// Saw a 'module' identifier.
434 // This was the first module identifier and not preceded by any token
467 /// module-name-qualifier[opt] identifier
470 /// ':' module-name-qualifier[opt] identifier
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1617 std::string identifier; local
1618 llvm::raw_string_ostream id_strm(identifier);
H A DIOHandlerCursesGUI.cpp3882 uint64_t identifier);
3950 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } argument
3979 uint64_t identifier)
3980 : m_name(), m_key_name(), m_identifier(identifier), m_type(Type::Invalid),
4827 void SetIdentifier(uint64_t identifier) { m_identifier = identifier; } argument
3978 Menu(const char *name, const char *key_name, int key_value, uint64_t identifier) argument
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_sim_common.c997 eap->identifier = id;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp615 case clang::tok::TokenKind::identifier:
H A DClangExpressionParser.cpp304 /// Iff the given identifier is a C++ keyword, remove it from the
305 /// identifier table (i.e., make the token a normal identifier).
321 // The identifier has to be a C++-exclusive keyword. if not, then there is
325 // If the token is already an identifier, then there is nothing to do.
326 if (ii.getTokenID() == clang::tok::identifier)
329 // identifier.
333 /// Remove all C++ keywords from the given identifier table.
742 /// Returns true if the given character can be used in an identifier.
778 /// Removes the last identifier toke
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp489 // identifier.
616 return FirstTok.is(tok::identifier) &&
689 // match the lexical properties of the macro identifier.
704 // Change the kind of this identifier to the appropriate token kind, e.g.
709 // If this identifier was poisoned and from a paste, emit an error. This
807 // Common paste case: identifier+identifier = identifier. Avoid creating
914 // token pasting re-lexes the result token in raw mode, identifier information
915 // isn't looked up. As such, if the result is an identifier, loo
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap.c1138 "identifier field in EAP Success: "
1662 * @id: EAP identifier for the packet
1812 if (eap_peer_erp_reauth_start(sm, hdr->identifier) == 0)
2009 sm->reqId = hdr->identifier;
H A Deap_sim.c1116 id = req->identifier;
H A Deap_aka.c1393 id = req->identifier;
/freebsd-current/sys/cam/ctl/
H A Dctl_frontend_iscsi.c2219 snprintf(desc->identifier, idlen, "%s,t,0x%4.4x", target, tag);
2233 strlcpy(desc->identifier, target, idlen);
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_ttls.c990 "identifier=%d length=%lu", hdr->code, hdr->identifier,
H A Deap_server_fast.c1131 "identifier=%d length=%lu", hdr->code, hdr->identifier,
H A Deap_server_teap.c1212 "EAP-TEAP: Received Phase 2: code=%d identifier=%d length=%lu",
1213 hdr->code, hdr->identifier,
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp780 case tok::identifier:
781 return "identifier";
/freebsd-current/contrib/wpa/hostapd/
H A Dconfig_file.c2261 pw->identifier = os_strdup(pos2);
2262 if (!pw->identifier)
2296 os_free(pw->identifier);
/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11.c506 if ((rx_id && !pw->identifier) || (!rx_id && pw->identifier))
508 if (rx_id && pw->identifier &&
509 os_strcmp(rx_id, pw->identifier) != 0)
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp506 if (Previous->is(tok::identifier)) {
/freebsd-current/sys/dev/nvme/
H A Dnvme.h807 uint16_t cid; /* command identifier */
810 uint32_t nsid; /* namespace identifier */
848 uint16_t sqid; /* submission queue identifier */
851 uint16_t cid; /* command identifier */
1162 /** ieee oui identifier */
1660 uint8_t identifier; member in struct:nvme_telemetry_log_page
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp1148 return II->getTokenID() == tok::identifier;
1188 // start an identifier.

Completed in 306 milliseconds

1234567