/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_framebuffer.h | 136 * @comm: Name of the process allocating the fb, used for fb dumping. 138 char comm[TASK_COMM_LEN]; member in struct:drm_framebuffer
|
/src/lib/libnvmm/ |
libnvmm.c | 293 struct nvmm_comm_page *comm; local in function:nvmm_vcpu_create 303 comm = mmap(NULL, PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_FILE, 305 if (comm == MAP_FAILED) 308 mach->pages[cpuid] = comm; 311 vcpu->state = &comm->state; 312 vcpu->event = &comm->event; 313 vcpu->stop = &comm->stop; 323 struct nvmm_comm_page *comm; local in function:nvmm_vcpu_destroy 333 comm = mach->pages[vcpu->cpuid]; 334 munmap(comm, PAGE_SIZE) 369 struct nvmm_comm_page *comm; local in function:nvmm_vcpu_setstate 383 struct nvmm_comm_page *comm; local in function:nvmm_vcpu_getstate 406 struct nvmm_comm_page *comm; local in function:nvmm_vcpu_inject [all...] |
/src/sys/arch/pmax/ibus/ |
sii.c | 109 u_short comm; member in struct:sii_log 306 regs->comm = SII_CHRESET; 330 regs->comm = SII_DO_RST; 449 regs->comm = SII_DMA | SII_INXFER | SII_SELECT | SII_ATN | 459 regs->comm = SII_INXFER | SII_SELECT | SII_ATN | SII_CON | 481 sii_logp->comm = regs->comm; 543 regs->comm = SII_DISCON; 558 regs->comm = 0; 573 u_int comm; local in function:sii_DoIntr 1614 u_int dstat, comm; local in function:sii_DoSync [all...] |
siireg.h | 99 u_short comm; /* Command Register */ member in struct:__anon574751880108 204 * COMM - Command Register
|
/src/sys/dev/nvmm/ |
nvmm_internal.h | 61 /* Comm page. */ 62 struct nvmm_comm_page *comm; member in struct:nvmm_cpu 85 /* Comm */ 159 if (vcpu->comm->stop) {
|
/src/usr.bin/systat/ |
ps.c | 97 const char *user, *comm, *state, *tty, *start, *time_str; local in function:showps 127 comm = comm2str(pt[k].pt_kp); 128 /*comm = pt[k].pt_kp->kp_proc.p_comm; */ 135 time_str, comm);
|
/src/sys/arch/sun3/dev/ |
xy.c | 1699 int errno, rq, comm, errs; local in function:xyc_remove_iorq 1742 comm = iopb->com; 1753 xyc_error(xycsc, iorq, iopb, comm) == XY_ERR_AOK) 1767 (comm == XYCMD_RD || comm == XYCMD_WR)) { 1871 int comm) 1887 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
|
xd.c | 1207 iopb->comm = cmd; 1643 xdcsc->iopbase->comm = XDCMD_RST; 1779 int errno, rqno, comm, errs; local in function:xdc_remove_iorq 1842 comm = iopb->comm; 1853 xdc_error(xdcsc, iorq, iopb, rqno, comm) == XD_ERR_AOK) 1867 (comm == XDCMD_RD || comm == XDCMD_WR)) { 1952 if (iopb->comm == XDCMD_RD || iopb->comm == XDCMD_WR [all...] |
xdreg.h | 125 volatile u_char comm:4; /* command number (see table 4-2) */ member in struct:xd_iopb
|
/src/sys/dev/vme/ |
xy.c | 1851 int errnum, rq, comm, errs; local in function:xyc_remove_iorq 1893 comm = iopb->com; 1904 xyc_error(xycsc, iorq, iopb, comm) == XY_ERR_AOK) 1918 (comm == XYCMD_RD || comm == XYCMD_WR)) { 2029 int comm) 2048 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
|
xd.c | 1390 iopb->comm = cmd; 1813 xdcsc->iopbase->comm = XDCMD_RST; 1958 int errnum, rqno, comm, errs; local in function:xdc_remove_iorq 2018 comm = iopb->comm; 2029 xdc_error(xdcsc, iorq, iopb, rqno, comm) == XD_ERR_AOK) 2043 (comm == XDCMD_RD || comm == XDCMD_WR)) { 2133 if (iopb->comm == XDCMD_RD || iopb->comm == XDCMD_WR [all...] |
xdreg.h | 125 volatile u_char comm:4; /* command number (see table 4-2) */ member in struct:xd_iopb
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_gpu_error.h | 91 char comm[TASK_COMM_LEN]; member in struct:intel_engine_coredump::i915_gem_context_coredump
|
/src/usr.sbin/edquota/ |
edquota.c | 782 const char *comm; local in function:writeprivs 798 comm = source_is_real(qup->source[QO_BLK]) ? "" : "#"; 801 fprintf(fd, "\t\t%susage: %s\n", comm, 804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 810 fprintf(fd, "\t\t%sgrace: %s\n", comm, 814 comm = source_is_real(qup->source[QO_FL]) ? "" : "#"; 816 fprintf(fd, "\t\t%susage: %s\n", comm, 819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 825 fprintf(fd, "\t\t%sgrace: %s\n", comm,
|
/src/sys/ddb/ |
db_command.c | 1389 char comm[MAXCOMLEN + 1] = ""; local in function:db_show_all_tstiles 1393 db_read_bytes((db_addr_t)p->p_comm, sizeof(comm), comm); 1419 comm, 1433 comm,
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 742 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_vcpu_inject 750 evtype = comm->event.type; 751 vector = comm->event.vector; 752 error = comm->event.u.excp.error; 794 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_inject_ud 797 comm->event.type = NVMM_VCPU_EVENT_EXCP; 798 comm->event.vector = 6; 799 comm->event.u.excp.error = 0 808 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_inject_gp 1556 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_vcpu_run 1867 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_vcpu_setstate 2009 struct nvmm_comm_page *comm = vcpu->comm; local in function:svm_vcpu_getstate [all...] |
nvmm_x86_vmx.c | 1078 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_vcpu_inject 1085 evtype = comm->event.type; 1086 vector = comm->event.vector; 1087 error = comm->event.u.excp.error; 1136 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_inject_ud 1139 comm->event.type = NVMM_VCPU_EVENT_EXCP; 1140 comm->event.vector = 6; 1141 comm->event.u.excp.error = 0 1150 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_inject_gp 2226 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_vcpu_run 2581 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_vcpu_setstate 2739 struct nvmm_comm_page *comm = vcpu->comm; local in function:vmx_vcpu_getstate [all...] |