Searched refs:tuc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sendsig.c | 145 ucontext_t *volatile tuc = NULL; in sendsig() local 312 tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP); in sendsig() 314 tuc->uc_xsave = (unsigned long)(sp + sizeof (struct sigframe)); in sendsig() 317 ret = savecontext(tuc, &lwp->lwp_sigoldmask, SAVECTXT_F_EXTD | in sendsig() 323 copyout_noerr(tuc, uc, sizeof (*tuc)); in sendsig() 324 kmem_free(tuc, sizeof (*tuc)); in sendsig() 325 tuc = NULL; in sendsig() 387 if (tuc) in sendsig() 388 kmem_free(tuc, sizeof (*tuc)); in sendsig() 433 ucontext32_t *volatile tuc = NULL; in sendsig32() local [all …]
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/ |
H A D | topo_usb.c | 417 uint_t *nports, topo_usb_controller_t *tuc, di_node_t portinfo) in topo_usb_gather_acpi_port() argument 504 &lport->tul_nports, tuc, child)) { in topo_usb_gather_acpi_port() 547 topo_usb_controller_t *tuc; in topo_usb_gather_acpi() local 561 for (tuc = topo_list_next(&usb->tu_controllers); in topo_usb_gather_acpi() 562 tuc != NULL; in topo_usb_gather_acpi() 563 tuc = topo_list_next(tuc)) { in topo_usb_gather_acpi() 564 if (tuc->tuc_acpi_path != NULL && in topo_usb_gather_acpi() 565 strcmp(acpi, tuc->tuc_acpi_path) == 0) in topo_usb_gather_acpi() 569 if (tuc == NULL) { in topo_usb_gather_acpi() 586 &tuc->tuc_ports, &tuc->tuc_nports, tuc, in topo_usb_gather_acpi() [all …]
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 901 ucontext_t *volatile tuc = NULL; in sendsig() local 1024 tuc = kmem_alloc(sizeof (ucontext_t), KM_SLEEP); in sendsig() 1025 savecontext(tuc, &lwp->lwp_sigoldmask); in sendsig() 1031 xregs_setptr(lwp, tuc, sp); in sendsig() 1040 copyout_noerr(tuc, &fp->uc, sizeof (*tuc)); in sendsig() 1041 kmem_free(tuc, sizeof (*tuc)); in sendsig() 1042 tuc = NULL; in sendsig() 1184 if (tuc) in sendsig() 1185 kmem_free(tuc, sizeof (ucontext_t)); in sendsig() 1232 ucontext32_t *volatile tuc = NULL; in sendsig32() local [all …]
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_defs.h | 246 uint32_t tuc:1; /* TCP/UDP Checksum Correct */ member
|
H A D | vmxnet3_rx.c | 319 compDesc->rcd.tuc) { in vmxnet3_rx_hwcksum()
|