| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
| sec2.h | 20 u8 msg_type; member in struct:nv_sec2_init_msg 46 u8 msg_type; member in struct:nv_sec2_acr_msg
|
| pmu.h | 32 u8 msg_type; member in struct:nv_pmu_init_msg 58 u8 msg_type; member in struct:nv_pmu_acr_msg
|
| /src/usr.sbin/ldpd/ |
| notifications.c | 60 t->msg_type = 0;
|
| tlv.h | 132 uint32_t msg_type; member in struct:notification_tlv
|
| /src/include/rpc/ |
| rpc_msg.h | 54 enum msg_type { enum 151 enum msg_type rm_direction;
|
| /src/sys/sys/ |
| msg.h | 65 long msg_type; /* type of this message */ member in struct:__msg
|
| /src/sys/kern/ |
| sysv_msg.c | 148 msghdrs[i].msg_type = 0; 152 msghdrs[i].msg_type = 0; 284 new_msghdrs[i].msg_type = 0; 288 new_msghdrs[i].msg_type = 0; 900 error = (*fetch_type)(user_msgp, &msghdr->msg_type, typesz); 915 if (msghdr->msg_type < 1) { 919 MSG_PRINTF(("mtype (%ld) < 1\n", msghdr->msg_type)); 1099 * msg_type is always positive! 1102 if (msgtyp != msghdr->msg_type && 1104 msghdr->msg_type > -msgtyp [all...] |
| /src/lib/libc/rpc/ |
| rpc_callmsg.c | 124 cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
|
| /src/sys/dev/hyperv/ |
| hypervreg.h | 181 uint32_t msg_type; /* VMBUS_MSGTYPE_ */ member in struct:vmbus_message
|
| vmbus.c | 795 /* XXX bus_dmamap_sync(POSTREAD|POSTWRITE) on msg_type */ 796 if (__predict_false(msg->msg_type != HYPERV_MSGTYPE_NONE)) { 818 /* XXX bus_dmamap_sync(POSTREAD|POSTWRITE) on msg_type */ 819 if (msg->msg_type == HYPERV_MSGTYPE_NONE) 841 msg->msg_type = HYPERV_MSGTYPE_NONE; 842 /* XXX bus_dmamap_sync(PREWRITE|PREREAD) on msg_type */
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_uvd.c | 733 int32_t *msg, msg_type, handle; local 751 msg_type = msg[1]; 759 switch (msg_type) { 810 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/ |
| nouveau_nvkm_subdev_pmu_gm20b.c | 182 msg.msg_type != NV_PMU_INIT_MSG_INIT)
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_uvd.c | 475 int32_t *msg, msg_type, handle; local 504 msg_type = msg[1]; 512 switch (msg_type) { 571 DRM_ERROR("Illegal UVD message type (%d)!\n", msg_type);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_conv.h | 597 mp->msg_type = (long)m32p->msg_type; 608 m32p->msg_type = (netbsd32_long)mp->msg_type;
|
| netbsd32.h | 511 netbsd32_long msg_type; /* type of this message */ member in struct:netbsd32_msg
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sec2/ |
| nouveau_nvkm_engine_sec2_gp102.c | 137 msg.msg_type != NV_SEC2_INIT_MSG_INIT)
|
| /src/sys/arch/usermode/usermode/ |
| thunk.c | 1399 uint8_t msg_type = 2; /* bell */ local 1400 safe_send(rfb->clientfd, &msg_type, sizeof(msg_type));
|
| /src/sys/dev/ic/ |
| aic7xxx.c | 628 ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 688 if (ahc->msg_type == MSG_TYPE_NONE) { 720 ahc->msg_type = 728 ahc->msg_type = 1139 if (ahc->msg_type != MSG_TYPE_NONE) 2349 ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 2528 ahc->msg_type = MSG_TYPE_NONE; 2625 ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 2650 switch (ahc->msg_type) { 2684 ahc->msg_type = MSG_TYPE_INITIATOR_MSGIN [all...] |
| aic79xx.c | 1140 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 1185 if (ahd->msg_type == MSG_TYPE_NONE) { 1213 ahd->msg_type = 1221 ahd->msg_type = 1269 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 2435 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 3065 if (ahd->msg_type != MSG_TYPE_NONE) { 3467 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 3478 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT; 3562 ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT [all...] |
| advlib.c | 1732 if ((out_msg.msg_type == MS_EXTEND) && 2086 if (ext_msg.msg_type == MS_EXTEND && 2141 } else if (ext_msg.msg_type == MS_EXTEND && 2149 ext_msg.msg_type = M1_MSG_REJECT; 2168 sdtr_buf.msg_type = MS_EXTEND;
|
| aic79xxvar.h | 1199 ahd_msg_type msg_type; member in struct:ahd_softc
|
| aic7xxxvar.h | 1150 ahc_msg_type msg_type; member in struct:ahc_softc
|
| advlib.h | 770 u_int8_t msg_type; member in struct:ext_msg
|
| /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_core.c | 144 static const char *msg_type_str(unsigned int msg_type) 146 switch (msg_type) {
|