Home
last modified time | relevance | path

Searched refs:host_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dmvumi.h354 u8 host_type; member
431 u8 host_type; member
H A Dmvumi.c844 hs_page2->host_type = 3; /* 3 mean linux*/ in mvumi_hs_build_page()
/openbmc/linux/include/linux/ceph/
H A Dmsgr.h129 __le32 host_type; /* CEPH_ENTITY_TYPE_* */ member
/openbmc/bmcweb/http/
H A Dhttp_client.hpp579 if (host.host_type() != boost::urls::host_type::name) in setCipherSuiteTLSext()
/openbmc/qemu/linux-user/
H A Dsyscall.c801 static inline int host_to_target_sock_type(int host_type) in safe_syscall3()
805 switch (host_type & 0xf /* SOCK_TYPE_MASK */) { in safe_syscall3()
813 target_type = host_type & 0xf /* SOCK_TYPE_MASK */; in safe_syscall3()
818 if (host_type & SOCK_CLOEXEC) { in safe_syscall3()
824 if (host_type & SOCK_NONBLOCK) { in safe_syscall3()
3102 int host_type = 0; in target_to_host_sock_type() local
3107 host_type = SOCK_DGRAM; in target_to_host_sock_type()
3110 host_type = SOCK_STREAM; in target_to_host_sock_type()
3113 host_type = target_type & TARGET_SOCK_TYPE_MASK; in target_to_host_sock_type()
3118 host_type |= SOCK_CLOEXEC; in target_to_host_sock_type()
[all …]
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c401 con->v1.out_connect.host_type = cpu_to_le32(CEPH_ENTITY_TYPE_CLIENT); in prepare_write_connect()