| /src/sys/arch/mips/alchemy/dev/ |
| aupsc.c | 63 int protocol; member in struct:aupsc_proto 146 aupsc_enable(&p, aupsc_protos[i].protocol); 171 * protocols, but on a typical design, only one protocol can 204 printf("%s: aupsc_enable: unsupported protocol.\n",
|
| aupsc.c | 63 int protocol; member in struct:aupsc_proto 146 aupsc_enable(&p, aupsc_protos[i].protocol); 171 * protocols, but on a typical design, only one protocol can 204 printf("%s: aupsc_enable: unsupported protocol.\n",
|
| /src/sys/dev/pckbport/ |
| pmsvar.h | 60 enum pms_type protocol; member in struct:pms_softc
|
| pmsvar.h | 60 enum pms_type protocol; member in struct:pms_softc
|
| /src/tests/lib/libpthread/ |
| t_mutex.c | 385 int protocol, target; local in function:ATF_TC_BODY 391 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 392 ATF_REQUIRE_EQ(protocol, target); 397 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 398 ATF_REQUIRE_EQ(protocol, target); 403 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 404 ATF_REQUIRE_EQ(protocol, target); 422 int protocol; local in function:ATF_TC_BODY 425 &protocol)); 427 printf("priority: %d\nprotocol: %d\n", i, protocol); [all...] |
| t_mutex.c | 385 int protocol, target; local in function:ATF_TC_BODY 391 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 392 ATF_REQUIRE_EQ(protocol, target); 397 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 398 ATF_REQUIRE_EQ(protocol, target); 403 PTHREAD_REQUIRE(pthread_mutexattr_getprotocol(&mattr, &protocol)); 404 ATF_REQUIRE_EQ(protocol, target); 422 int protocol; local in function:ATF_TC_BODY 425 &protocol)); 427 printf("priority: %d\nprotocol: %d\n", i, protocol); [all...] |
| /src/usr.sbin/tcpdchk/ |
| inetcf.c | 39 * protocol (field 3), path (field 6), arg0 (field 7) 87 char *protocol; local in function:inet_cfg 143 protocol = strtok((char *) 0, whitespace); 185 inet_chk(protocol, path, arg0, arg1); 194 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) 293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp")) 297 if (! STR_EQ(protocol, "rpc/tcp"))
|
| inetcf.c | 39 * protocol (field 3), path (field 6), arg0 (field 7) 87 char *protocol; local in function:inet_cfg 143 protocol = strtok((char *) 0, whitespace); 185 inet_chk(protocol, path, arg0, arg1); 194 static void inet_chk(char *protocol, char *path, char *arg0, char *arg1) 293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp")) 297 if (! STR_EQ(protocol, "rpc/tcp"))
|
| /src/sys/arch/alpha/include/ |
| autoconf.h | 41 char *protocol; member in struct:bootdev_data
|
| autoconf.h | 41 char *protocol; member in struct:bootdev_data
|
| /src/sys/external/bsd/drm2/include/drm/ |
| i915_mei_hdcp_interface.h | 40 uint8_t protocol; member in struct:hdcp_port_data
|
| i915_mei_hdcp_interface.h | 40 uint8_t protocol; member in struct:hdcp_port_data
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| pvcalls.h | 2 * pvcalls.h -- Xen PV Calls Protocol 67 uint32_t protocol; member in struct:xen_pvcalls_request::__anon158892ed010a::xen_pvcalls_socket
|
| pvcalls.h | 2 * pvcalls.h -- Xen PV Calls Protocol 67 uint32_t protocol; member in struct:xen_pvcalls_request::__anon158892ed010a::xen_pvcalls_socket
|
| /src/tests/lib/libc/net/ |
| h_dns_server.c | 168 int s, r, protocol; local in function:main 179 if (argc < 2 || ((protocol = argv[1][0]) != '4' && protocol != '6')) 181 s = socket(protocol == '4' ? PF_INET : PF_INET6, SOCK_DGRAM, IPPROTO_UDP); 184 if (protocol == '4') { 205 protocol == '4' ? sizeof(struct sockaddr_in) : 211 "dns_server_%c.pid", protocol); 226 protocol == '4' ? sizeof(struct sockaddr_in) :
|
| h_dns_server.c | 168 int s, r, protocol; local in function:main 179 if (argc < 2 || ((protocol = argv[1][0]) != '4' && protocol != '6')) 181 s = socket(protocol == '4' ? PF_INET : PF_INET6, SOCK_DGRAM, IPPROTO_UDP); 184 if (protocol == '4') { 205 protocol == '4' ? sizeof(struct sockaddr_in) : 211 "dns_server_%c.pid", protocol); 226 protocol == '4' ? sizeof(struct sockaddr_in) :
|
| /src/lib/libc/nameser/ |
| ns_print.c | 343 /* XXX protocol format checking? */ 431 /* Protocol. */ 464 u_int keyflags, protocol, algorithm, key_id; local in function:ns_sprintrrf 471 /* Key flags, Protocol, Algorithm. */ 478 protocol = *rdata++; 481 keyflags, protocol, algorithm)); 1139 * 0 for protocol format error
|
| ns_print.c | 343 /* XXX protocol format checking? */ 431 /* Protocol. */ 464 u_int keyflags, protocol, algorithm, key_id; local in function:ns_sprintrrf 471 /* Key flags, Protocol, Algorithm. */ 478 protocol = *rdata++; 481 keyflags, protocol, algorithm)); 1139 * 0 for protocol format error
|
| /src/lib/libc/rpc/ |
| rpc_generic.c | 102 int protocol; member in struct:netid_af 560 sip->si_proto = na_cvt[i].protocol; 595 na_cvt[i].protocol == sip->si_proto) {
|
| rpc_generic.c | 102 int protocol; member in struct:netid_af 560 sip->si_proto = na_cvt[i].protocol; 595 na_cvt[i].protocol == sip->si_proto) {
|
| /src/sys/net/ |
| if_ppp.h | 5 * if_ppp.h - Point-to-Point Protocol definitions. 54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 94 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
|
| if_ppp.h | 5 * if_ppp.h - Point-to-Point Protocol definitions. 54 #define SC_COMP_PROT 0x00000001 /* protocol compression (output) */ 94 int protocol; /* PPP procotol, e.g. PPP_IP */ member in struct:npioctl
|
| /src/sys/kern/ |
| uipc_mbufdebug.c | 68 /* header structure for some protocol */ 91 uint16_t protocol; member in struct:ppp_header 96 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */ 375 uint16_t protocol; local in function:m_examine_ppp 390 protocol = ntohs(h.protocol); 396 (*pr)("SPPP: Protocol = %d(", protocol); 397 switch (protocol) { 433 (*pr)("SPPP: Protocol = %d(", protocol) [all...] |
| uipc_mbufdebug.c | 68 /* header structure for some protocol */ 91 uint16_t protocol; member in struct:ppp_header 96 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */ 375 uint16_t protocol; local in function:m_examine_ppp 390 protocol = ntohs(h.protocol); 396 (*pr)("SPPP: Protocol = %d(", protocol); 397 switch (protocol) { 433 (*pr)("SPPP: Protocol = %d(", protocol) [all...] |
| /src/libexec/rlogind/ |
| rlogind.c | 132 static void protocol(int, int); 415 protocol(f, master); 446 * rlogin "protocol" machine. 449 protocol(int f, int p) function in typeref:typename:void
|