| /src/games/hunt/hunt/ |
| server.c | 100 uint16_t port_num) 136 daemons[numdaemons].sin_port = port_num; 277 uint16_t port_num; local 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/drm/i915/gvt/ |
| hypercall.h | 78 int (*set_edid)(void *vgpu, int port_num);
|
| mpt.h | 336 * @port_num: display port number 342 int port_num) 347 return intel_gvt_host.mpt->set_edid(vgpu, port_num);
|
| display.c | 313 static void clean_virtual_dp_monitor(struct intel_vgpu *vgpu, int port_num) 315 struct intel_vgpu_port *port = intel_vgpu_port(vgpu, port_num); 324 static int setup_virtual_dp_monitor(struct intel_vgpu *vgpu, int port_num, 327 struct intel_vgpu_port *port = intel_vgpu_port(vgpu, port_num);
|
| kvmgt.c | 613 static int kvmgt_set_edid(void *p_vgpu, int port_num) 616 struct intel_vgpu_port *port = intel_vgpu_port(vgpu, port_num);
|
| /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 2479 int port_num = (rad[i \/ 2] >> shift) & 0xf; local 3079 int len __unused, ret, port_num; local [all...] |
| /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/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
|
| ixgbe_common.c | 4780 fw_cmd.port_num = (u8)hw->bus.func;
|
| ixgbe_x550.c | 4816 fw_cmd.port_num = (u8)hw->bus.func;
|