Searched refs:protocols (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-10.1-release/etc/bluetooth/
H A DMakefile5 FILES= hcsecd.conf hosts protocols
/freebsd-10.1-release/include/protocols/
H A DMakefile5 INCSDIR=${INCLUDEDIR}/protocols
/freebsd-10.1-release/etc/
H A Dnscd.conf10 enable-cache protocols yes
H A Dnsswitch.conf14 protocols: files
/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscic_port.h97 * This field indicates the protocols supported by the associated
100 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; member in struct:SCIC_PORT_END_POINT_PROPERTIES
136 * port, such as: physical index, protocols, sas address, etc.
H A Dscif_remote_device.h145 * @param[in] protocols This parameter specifies the protocols supported
160 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
H A Dscif_sas_remote_device.c169 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
180 remote_device, sas_address, protocols
217 if (protocols->u.bits.stp_target)
219 else if (protocols->u.bits.smp_target)
293 if (smp_response->protocols.u.bits.attached_smp_target)
295 else if (smp_response->protocols.u.bits.attached_stp_target)
459 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
461 scic_remote_device_get_protocols(fw_device->core_object, &protocols);
465 if (protocols.u.bits.attached_stp_target)
H A Dscic_sds_port.c454 * @brief This method will indicate which protocols are supported by this
458 * to return the supported protocols.
459 * @param[out] protocols This parameter specifies a pointer to an IAF
470 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
479 this_port, protocols
482 protocols->u.all = 0;
488 scic_sds_phy_get_protocols(this_port->phy_table[index], protocols);
510 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
525 scic_sds_phy_get_attached_phy_protocols(phy, &protocols);
527 if (!protocols
1084 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
1235 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T protocols; local
[all...]
H A Dscif_sas_smp_remote_device.c461 && ( discover_response->protocols.u.bits.attached_ssp_target
462 || discover_response->protocols.u.bits.attached_stp_target
463 || discover_response->protocols.u.bits.attached_smp_target
464 || discover_response->protocols.u.bits.attached_sata_device ) )
493 && discover_response->protocols.u.bits.attached_ssp_target
501 if ( discover_response->protocols.u.bits.attached_smp_target
519 if ( discover_response->protocols.u.bits.attached_ssp_target
520 || discover_response->protocols.u.bits.attached_smp_target)
525 else if ( (discover_response->protocols.u.bits.attached_stp_target)
526 || (discover_response->protocols
[all...]
H A Dscic_sds_phy.h476 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
481 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
H A Dscic_remote_device.h386 * @brief This method will indicate which protocols are supported by this
391 * @param[out] protocols This parameter specifies the output values, from
392 * the remote device object, which indicate the protocols
395 * @return The type of protocols supported by this device. The values are
401 SMP_DISCOVER_RESPONSE_PROTOCOLS_T * protocols
H A Dscic_sds_phy.c893 * @brief This method returns the supported protocols assigned to
897 * @param[out] protocols
901 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T * protocols
909 protocols->u.bits.smp_target = 1;
912 protocols->u.bits.stp_target = 1;
915 protocols->u.bits.ssp_target = 1;
918 protocols->u.bits.smp_initiator = 1;
921 protocols->u.bits.stp_initiator = 1;
924 protocols->u.bits.ssp_initiator = 1;
929 "scic_sds_phy_get_protocols(this_phy:0x%x, protocols
[all...]
H A Dscic_sds_remote_node_context.c860 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
870 scic_remote_device_get_protocols(this_rnc->device, &protocols);
873 (protocols.u.bits.attached_stp_target == 1)
1331 SMP_DISCOVER_RESPONSE_PROTOCOLS_T protocols; local
1344 scic_remote_device_get_protocols(rnc->device, &protocols);
1347 (protocols.u.bits.attached_stp_target == 1)
/freebsd-10.1-release/share/man/man5/
H A DMakefile13 bluetooth.protocols.5 \
57 protocols.5 \
/freebsd-10.1-release/sbin/dhclient/
H A Ddispatch.c53 struct protocol *protocols; variable in typeref:struct:protocol
152 for (l = protocols; l; l = l->next)
192 for (i = 0, l = protocols; l; l = l->next) {
223 for (l = protocols; l; l = l->next) {
435 /* Add a protocol to the list of protocols... */
449 p->next = protocols;
450 protocols = p;
459 for (p = protocols; p; p = next) {
465 protocols = p->next;
/freebsd-10.1-release/libexec/talkd/
H A Dprint.c43 #include <protocols/talkd.h>
H A Dtalkd.c54 #include <protocols/talkd.h>
/freebsd-10.1-release/usr.bin/talk/
H A Dlook_up.c40 #include <protocols/talkd.h>
H A Dtalk.h39 #include <protocols/talkd.h>
/freebsd-10.1-release/cddl/lib/libdtrace/
H A Dip.d174 #pragma D binding "1.0" protocols
175 inline string protocols[int proto] =
262 ipv4_protostr = p == NULL ? "<null>" : protocols[p->ip_p];
278 ipv6_nextstr = p == NULL ? "<null>" : protocols[p->ip6_ctlun.ip6_un1.ip6_un1_nxt];
/freebsd-10.1-release/sys/dev/isci/
H A Disci_domain.c192 * @param[in] protocols This parameter specifies the protocols
200 SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols)
221 protocols);
198 scif_cb_domain_da_device_added(SCI_CONTROLLER_HANDLE_T controller, SCI_DOMAIN_HANDLE_T domain, SCI_SAS_ADDRESS_T *sas_address, SCI_SAS_IDENTIFY_ADDRESS_FRAME_PROTOCOLS_T *protocols) argument
/freebsd-10.1-release/contrib/ipfilter/tools/
H A Dipmon.c157 static char **protocols = NULL; variable
381 if (protocols != NULL) {
383 if (protocols[i] != NULL) {
384 free(protocols[i]);
385 protocols[i] = NULL;
387 free(protocols);
388 protocols = NULL;
390 protocols = (char **)malloc(256 * sizeof(*protocols));
391 if (protocols !
[all...]
/freebsd-10.1-release/usr.sbin/ppp/
H A Dhdlc.c177 } protocols[] = { variable in typeref:struct:__anon12060
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to)
294 return protocols[f].name;
295 else if (proto < protocols[f].from)
/freebsd-10.1-release/usr.sbin/ypserv/
H A DMakefile.yp110 PROTOCOLS = $(YPSRCDIR)/protocols
142 TARGETS= servers hosts networks protocols rpc services shells group
202 protocols: protocols.bynumber protocols.byname
428 protocols.byname: $(PROTOCOLS)
441 protocols.bynumber: $(PROTOCOLS)
/freebsd-10.1-release/lib/libc/net/
H A Dgetproto.c106 protocols, (void *)nss_lt_id,

Completed in 147 milliseconds

123