/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_proto.c | 453 ksocknal_send_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v1() argument 491 hdr->src_nid = cpu_to_le64 (hello->kshm_src_nid); in ksocknal_send_hello_v1() 492 hdr->src_pid = cpu_to_le32 (hello->kshm_src_pid); in ksocknal_send_hello_v1() 494 hdr->payload_length = cpu_to_le32 (hello->kshm_nips * sizeof(__u32)); in ksocknal_send_hello_v1() 495 hdr->msg.hello.type = cpu_to_le32 (hello->kshm_ctype); in ksocknal_send_hello_v1() 496 hdr->msg.hello.incarnation = cpu_to_le64 (hello->kshm_src_incarnation); in ksocknal_send_hello_v1() 505 if (hello->kshm_nips == 0) in ksocknal_send_hello_v1() 508 for (i = 0; i < (int) hello->kshm_nips; i++) { in ksocknal_send_hello_v1() 509 hello->kshm_ips[i] = __cpu_to_le32 (hello->kshm_ips[i]); in ksocknal_send_hello_v1() 512 rc = lnet_sock_write(sock, hello->kshm_ips, in ksocknal_send_hello_v1() [all …]
|
D | socklnd_cb.c | 1605 ksocknal_parse_proto_version (ksock_hello_msg_t *hello) in ksocknal_parse_proto_version() argument 1609 if (hello->kshm_magic == LNET_PROTO_MAGIC) in ksocknal_parse_proto_version() 1610 version = hello->kshm_version; in ksocknal_parse_proto_version() 1611 else if (hello->kshm_magic == __swab32(LNET_PROTO_MAGIC)) in ksocknal_parse_proto_version() 1612 version = __swab32(hello->kshm_version); in ksocknal_parse_proto_version() 1632 if (hello->kshm_magic == le32_to_cpu(LNET_PROTO_TCP_MAGIC)) { in ksocknal_parse_proto_version() 1633 lnet_magicversion_t *hmv = (lnet_magicversion_t *)hello; in ksocknal_parse_proto_version() 1648 lnet_nid_t peer_nid, ksock_hello_msg_t *hello) in ksocknal_send_hello() argument 1653 LASSERT(hello->kshm_nips <= LNET_MAX_INTERFACES); in ksocknal_send_hello() 1658 hello->kshm_src_nid = ni->ni_nid; in ksocknal_send_hello() [all …]
|
D | socklnd.c | 1021 ksock_hello_msg_t *hello; in ksocknal_create_conn() local 1058 LIBCFS_ALLOC(hello, offsetof(ksock_hello_msg_t, in ksocknal_create_conn() 1060 if (hello == NULL) { in ksocknal_create_conn() 1080 hello->kshm_nips = ksocknal_local_ipvec(ni, hello->kshm_ips); in ksocknal_create_conn() 1097 rc = ksocknal_send_hello(ni, conn, peerid.nid, hello); in ksocknal_create_conn() 1108 rc = ksocknal_recv_hello(ni, conn, hello, &peerid, &incarnation); in ksocknal_create_conn() 1298 hello->kshm_ips, hello->kshm_nips); in ksocknal_create_conn() 1300 hello->kshm_nips = ksocknal_select_ips(peer, hello->kshm_ips, in ksocknal_create_conn() 1301 hello->kshm_nips); in ksocknal_create_conn() 1302 rc = ksocknal_send_hello(ni, conn, peerid.nid, hello); in ksocknal_create_conn() [all …]
|
D | socklnd.h | 660 lnet_nid_t peer_nid, ksock_hello_msg_t *hello); 662 ksock_hello_msg_t *hello, lnet_process_id_t *id,
|
/linux-4.4.14/samples/kfifo/ |
D | record-example.c | 76 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local 80 kfifo_in(&test, &hello, sizeof(hello)); in testfunc()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 49 echo "Hello, World" > /mnt/crypt/hello.txt 62 cat /mnt/crypt/hello.txt
|
D | ramfs-rootfs-initramfs.txt | 252 uses like this. (A "hello world" program statically linked against glibc is 256 A good first step is to get initramfs to run a statically linked "hello world" 260 cat > hello.c << EOF 270 gcc -static hello.c -o init
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 12 test-hello.bin \ 54 test-hello.bin:
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | testcases.dts | 5 prop-update = "hello";
|
/linux-4.4.14/samples/ |
D | Kconfig | 55 Build an example of how to dynamically add the hello
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
D | types.h | 184 lnet_hello_t hello; member
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 259 CLASSERT((int)offsetof(lnet_hdr_t, msg.hello.incarnation) == 32); in lnet_assert_wire_constants() 260 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.hello.incarnation) == 8); in lnet_assert_wire_constants() 261 CLASSERT((int)offsetof(lnet_hdr_t, msg.hello.type) == 40); in lnet_assert_wire_constants() 262 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.hello.type) == 4); in lnet_assert_wire_constants()
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 101 # |hello
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 208 The following is a simple rpmsg driver, that sends an "hello!" message 230 err = rpmsg_send(rpdev, "hello!", 6);
|
/linux-4.4.14/Documentation/networking/ |
D | decnet.txt | 56 which "hello" messages are sent, if you don't set an address on the loopback
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1736 (gdb) call printf("hello world") 1743 hello world$2 = 0 1745 to make space for the "hello world" string.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 872 echo hello. 874 You would get the word hello printed on your screen as soon as you
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1769 tristate "Test module loading with 'hello world' module"
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 1142 childprop = "hello\n"; /* define a property "childprop" of
|