/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_remote_device.c | 169 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scif_remote_device_da_construct() 459 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scif_remote_device_get_max_queue_depth() local
|
H A D | scic_port.h | 100 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member
|
H A D | scic_sds_port.c | 470 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_protocols() 510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_get_attached_sas_address() local 565 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_port_get_attached_protocols() 1084 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_activate_phy() local 1235 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_sds_port_link_detected() local
|
H A D | scic_sds_remote_node_context.c | 860 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_tx_suspended_state_resume_handler() local 1331 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; in scic_sds_remote_node_context_resuming_state_enter() local
|
H A D | scic_sds_remote_device.c | 148 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; in scic_remote_device_da_construct() local 585 SMP_DISCOVER_RESPONSE_PROTOCOLS_T * protocols in scic_remote_device_get_protocols()
|
H A D | scic_sds_phy.c | 901 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_protocols() 949 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols in scic_sds_phy_get_attached_phy_protocols()
|
H A D | intel_sas.h | 133 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member 741 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-sync.c | 128 int iwl_mvm_time_sync_config(struct iwl_mvm *mvm, const u8 *addr, u32 protocols) in iwl_mvm_time_sync_config()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 328 SmallVector<Decl *, 4> protocols; in ParseObjCAtInterfaceDeclaration() local 1628 SmallVector<Decl *, 8> protocols; in parseObjCProtocolQualifierType() local 1655 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsOrProtocolQualifiers() 1829 SmallVectorImpl<Decl *> &protocols, in parseObjCTypeArgsAndProtocolQualifiers() 1886 SmallVector<Decl *, 4> protocols; in parseObjCTypeArgsAndProtocolQualifiers() local 2230 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local 2261 SmallVector<Decl *, 4> protocols; in ParseObjCAtImplementationDeclaration() local
|
/freebsd/sys/dev/isci/ |
H A D | isci_domain.c | 200 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) in scif_cb_domain_da_device_added()
|
/freebsd/usr.sbin/ppp/ |
H A D | hdlc.c | 177 } protocols[] = { variable
|
/freebsd/sbin/dhclient/ |
H A D | dispatch.c | 58 static struct protocol *protocols; variable
|
/freebsd/usr.bin/getent/ |
H A D | getent.c | 418 protocols(int argc, char *argv[]) in protocols() function
|
/freebsd/cddl/lib/libdtrace/ |
H A D | ip.d | 175 inline string protocols[int proto] = variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 804 ArrayRef<ObjCProtocolDecl *> protocols) in ObjCTypeParamType() 812 ArrayRef<ObjCProtocolDecl *> protocols, in ObjCObjectType() 1488 ArrayRef<ObjCProtocolDecl *> protocols( in VisitObjCObjectType() local 1504 ArrayRef<ObjCProtocolDecl *> protocols( in VisitObjCObjectType() local 4367 ArrayRef<ObjCProtocolDecl *> protocols, in Profile() 4388 ArrayRef<ObjCProtocolDecl *> protocols) { in Profile()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1358 protocol_range protocols() const { in protocols() function 2158 protocol_range protocols() const { in protocols() function 2400 protocol_range protocols() const { in protocols() function
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 140 static char **protocols = NULL; variable
|
/freebsd/contrib/libfido2/src/fido/ |
H A D | types.h | 264 fido_byte_array_t protocols; /* supported pin protocols */ global() member
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1773 EFI_GUID **protocols = NULL; in command_lsefi() local
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | datapath.h | 176 __le32 protocols; global() member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 3711 uint64_t protocols; /* struct protocol_list64_t * member 3724 uint32_t protocols; /* struct protocol_list_t * member 3789 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */ member 3799 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */ member 3859 uint32_t protocols; /* struct objc_protocol_list * (32-bit pointer) */ member 3873 uint32_t protocols; /* struct objc_protocol_list * (32-bit ptr) */ member
|
/freebsd/contrib/llvm-project/clang/include/clang-c/ |
H A D | Index.h | 6210 const CXIdxObjCProtocolRefInfo *const *protocols; member 6217 const CXIdxObjCProtocolRefListInfo *protocols; member 6225 const CXIdxObjCProtocolRefListInfo *protocols; member
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | ObjC.cpp | 432 PointerListInfo protocols = {objc::symbol_names::categoryProtocols, member
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 795 u32 protocols; in wiphy_info_probe_resp_offload() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1432 SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, in actOnObjCTypeArgsOrProtocolQualifiers() 4402 void search(const ObjCProtocolList &protocols) { in search()
|