Home
last modified time | relevance | path

Searched defs:port_id (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtestlib.c51 XvPortID *port_id, in GetPort()
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs36 pub type port_id = i32; typedef
872 pub fn create_port(capacity: i32, name: *const ::c_char) -> port_id; in create_port()
873 pub fn find_port(name: *const ::c_char) -> port_id; in find_port()
875 port: port_id, in read_port()
881 port: port_id, in read_port_etc()
889 port: port_id, in write_port()
895 port: port_id, in write_port_etc()
905 pub fn port_buffer_size_etc(port: port_id, flags: u32, timeout: bigtime_t) -> ::ssize_t; in port_buffer_size_etc()
907 pub fn set_port_owner(port: port_id, team: team_id) -> status_t; in set_port_owner()
909 pub fn _get_port_info(port: port_id, buf: *mut port_info, portInfoSize: ::size_t) -> status_t; in _get_port_info()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dwpa_ctrl.c325 int port_id; in wpa_ctrl_port() local
408 int port_id; in wpa_ctrl_open() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_ctrl.c318 int port_id; in wpa_ctrl_port() local
403 int port_id; in wpa_ctrl_open() local
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71811 u32 port_id; member