Searched refs:protocol (Results 276 - 300 of 338) sorted by relevance

<<11121314

/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c1888 cts->protocol = PROTO_UNSPECIFIED;
1964 cpi->protocol = PROTO_ATA;
/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c1022 cpi->protocol = PROTO_SCSI;
1036 cts->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/iir/
H A Diir.c1292 cts->protocol = PROTO_SCSI;
1377 cpi->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/iscsi/
H A Discsi.c1307 ISCSI_SESSION_WARN(is, "received Reject PDU, reason 0x%x; protocol error?",
2367 cpi->protocol = PROTO_SCSI;
2381 cts->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c2120 cpi->protocol = PROTO_SCSI;
2133 cts->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_systrace_args.c369 iarg[2] = p->protocol; /* l_int */
481 iarg[2] = p->protocol; /* l_int */
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_cam.c321 ccb->cts.protocol = PROTO_SCSI;
366 ccb->cpi.protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c2002 cpi->protocol = PROTO_SCSI;
2090 cts->protocol = PROTO_SCSI;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipf_y.y461 proto: | protox protocol { yyresetdict(); }
736 protocol: label
746 yyerror("protocol unknown");
2526 * protocol should be for rules with port comparisons in them.
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c126 void routehandler(struct protocol *);
218 routehandler(struct protocol *p __unused)
/freebsd-11-stable/sys/security/mac/
H A Dmac_policy.h410 int type, int protocol);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_stp_request.c527 this_request->protocol = SCIC_STP_PROTOCOL;
845 * during this time, it is treated as a protocol violation from an
910 "IO Request:0x%x Frame Id:%d protocol violation occurred\n",
2291 * during this time, it is treated as a protocol violation from an
2356 "IO Request:0x%x Frame Id:%d protocol violation occurred\n",
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c790 cpi->protocol = PROTO_SCSI;
/freebsd-11-stable/usr.sbin/ctld/
H A Dkernel.c1163 req.data.listen.protocol = ai->ai_protocol;
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c3271 cts->protocol = PROTO_SCSI;
3307 cts->protocol = PROTO_SCSI;
3534 cpi->protocol = PROTO_SCSI;
3623 cts.protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c262 uint16_t pseudolen = datalen + iph->protocol;
H A Dnetmap_kern.h2130 uint8_t protocol; member in struct:nm_iphdr
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c532 * if the protocol is 1.0; and the connection was keep-alive
1560 char *protocol; local
1564 protocol = strsep(&line, " ");
1571 if (evhttp_parse_http_version(protocol, req) < 0)
2500 /* Set the protocol version if it is not supplied */
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp71 // If this method was declared in a protocol, we can't check
124 /// Produce additional diagnostics if a category conforms to a protocol that
1102 /// ActOnTypedefedProtocols - this action finds protocol list as part of the
1122 // is not actually pointing to a protocol name reference but to the
1214 assert(ProtocolName && "Missing protocol identifier");
1223 // Create a new protocol that is completely distinct from previous
1224 // declarations, and do not make this protocol available for name lookup.
1238 // Check for circular dependencies among protocol declarations. This can
1239 // only happen if this protocol was forward-declared.
1291 /// protocol declaration
4265 searchFrom(const ObjCProtocolDecl *protocol) argument
[all...]
/freebsd-11-stable/sys/dev/advansys/
H A Dadvlib.c1146 neg.protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1142 cpi->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c942 cpi->protocol = PROTO_SCSI;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c536 kwr->protocol = get_proto_ver(k_ctx->proto_ver);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ch.c338 if (cgd->protocol != PROTO_SCSI)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h1770 /** An Objective-C \@protocol declaration. */
2131 /** An Objective-C \@protocol expression.
3733 * Retrieve the number of protocol references associated with an ObjC object/id.
3740 * Retrieve the decl for a protocol reference for an ObjC object/id.
3742 * If the type is not an ObjC object or there are not enough protocol
4257 * Construct a USR for a specified Objective-C protocol.
5406 * or protocol as its context.
6368 const CXIdxEntityInfo *protocol; member in struct:__anon205

Completed in 626 milliseconds

<<11121314