Searched refs:h_length (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | dlm.h | 348 __field(uint16_t, h_length) 356 le16_to_cpu(rc->rc_header.h_length) - sizeof(*rc)) 365 __entry->h_length = le16_to_cpu(rc->rc_header.h_length); 381 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length, 412 __field(uint16_t, h_length) 433 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms)) 443 __entry->h_length = le16_to_cpu(ms->m_header.h_length); 477 __entry->h_lockspace, __entry->h_nodeid, __entry->h_length, 509 __field(uint16_t, h_length) 530 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms)) [all …]
|
/openbmc/linux/fs/dlm/ |
H A D | rcom.c | 41 rc->rc_header.h_length = cpu_to_le16(mb_len); in _create_rcom() 300 le16_to_cpu(rc_in->rc_header.h_length)); in receive_sync_reply() 345 inlen = le16_to_cpu(rc_in->rc_header.h_length) - in receive_rcom_names() 386 int len = le16_to_cpu(rc_in->rc_header.h_length) - in receive_rcom_lookup() 522 rc->rc_header.h_length = cpu_to_le16(mb_len); in dlm_send_ls_not_ready() 649 if (le16_to_cpu(rc->rc_header.h_length) < lock_size) in dlm_receive_rcom() 667 if (le16_to_cpu(rc->rc_header.h_length) < lock_size) in dlm_receive_rcom()
|
H A D | midcomms.c | 392 m_header->h_length = cpu_to_le16(mb_len); in dlm_send_ack() 443 m_header->h_length = cpu_to_le16(mb_len); in dlm_send_fin() 661 uint16_t msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_2() 739 msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_2() 789 uint16_t msglen = le16_to_cpu(p->header.h_length); in dlm_midcomms_receive_buffer_3_1() 859 msglen = le16_to_cpu(hd->h_length); in dlm_validate_incoming_buffer() 895 msglen = le16_to_cpu(hd->h_length); in dlm_process_incoming_buffer() 962 opts->o_header.h_length = cpu_to_le16(DLM_MIDCOMMS_OPT_LEN + inner_len); in dlm_fill_opts_header()
|
H A D | requestqueue.c | 37 int length = le16_to_cpu(ms->m_header.h_length) - in dlm_add_requestqueue()
|
H A D | dir.c | 104 left = le16_to_cpu(ls->ls_recover_buf->rc_header.h_length); in dlm_recover_directory()
|
H A D | dlm_internal.h | 393 __le16 h_length; member
|
H A D | lock.c | 3350 ms->m_header.h_length = cpu_to_le16(mb_len); in _create_message() 3689 return (le16_to_cpu(ms->m_header.h_length) - in receive_extralen() 5361 int lvblen = le16_to_cpu(rc->rc_header.h_length) - in receive_rcom_lock_args()
|
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/ |
H A D | udp_client.c | 63 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
|
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/ |
H A D | tcp_client.c | 81 bcopy((char*) host->h_addr, (char*) &server_addr.sin_addr.s_addr,host->h_length); in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-compile-errors.patch | 145 - host->h_length) 146 - { int j=host->h_length; 230 - tmemmove(&newaddr.sin_addr,host->h_0addr_list,host->h_length);
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 446 memcpy(&sa_in->sin_addr, host->h_addr_list[0], host->h_length); in ipmi_tsol_main()
|