/src/games/hunt/hunt/ |
server.c | 100 uint16_t port_num) 136 daemons[numdaemons].sin_port = port_num; 277 uint16_t port_num; local in function:get_responses 299 portlen = recvfrom(contactsock, &port_num, sizeof(port_num), 0, 310 if ((size_t)portlen != sizeof(port_num)) { 319 add_daemon_addr(&addr, addrlen, port_num);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_mst_helper.h | 73 * @port_num: port number 126 u8 port_num; member in struct:drm_dp_mst_port 424 struct drm_dp_port_number_req port_num; member in union:drm_dp_sideband_msg_req_body::ack_req
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_mst_topology.c | 343 buf[idx] = (req->u.port_num.port_number & 0xf) << 4; 448 req->u.port_num.port_number = (buf[idx] >> 4) & 0xf; 584 P("port=%d\n", req->u.port_num.port_number); 1047 static int build_dpcd_write(struct drm_dp_sideband_msg_tx *msg, u8 port_num, u32 offset, u8 num_bytes, u8 *bytes) 1052 req.u.dpcd_write.port_number = port_num; 1079 static int build_enum_path_resources(struct drm_dp_sideband_msg_tx *msg, int port_num) 1084 req.u.port_num.port_number = port_num; 1090 static int build_allocate_payload(struct drm_dp_sideband_msg_tx *msg, int port_num, 1098 req.u.allocate_payload.port_number = port_num; 2119 int port_num = (mstb->rad[i \/ 2] >> shift) & 0xf; local in function:build_mst_prop_path 2479 int port_num = (rad[i \/ 2] >> shift) & 0xf; local in function:drm_dp_get_mst_branch_device 3079 int len __unused, ret, port_num; local in function:drm_dp_payload_send_msg [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_type.h | 3254 u8 port_num; member in struct:ixgbe_hic_drv_info 3265 u8 port_num; member in struct:ixgbe_hic_drv_info2
|