Home
last modified time | relevance | path

Searched refs:tuc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dsendsig.c312 tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP); 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()
549 tuc = kmem_alloc(sizeof (*tuc), KM_SLEEP); in sendsig32()
562 copyout_noerr(tuc, uc, sizeof (*tuc)); in sendsig32()
563 kmem_free(tuc, sizeof (*tuc)); in sendsig32()
626 if (tuc) in sendsig32()
[all …]
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb.c562 tuc != NULL; in topo_usb_gather_acpi()
563 tuc = topo_list_next(tuc)) { 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()
594 tuc->tuc_nports); in topo_usb_gather_acpi()
637 switch (tuc->tuc_driver) { in topo_usb_set_rhub_port_protocol()
660 lport->tul_portno < tuc->tuc_fusb20 + tuc->tuc_nusb20) { in topo_usb_set_rhub_port_protocol()
663 lport->tul_portno < tuc->tuc_fusb30 + tuc->tuc_nusb30) { in topo_usb_set_rhub_port_protocol()
666 lport->tul_portno < tuc->tuc_fusb31 + tuc->tuc_nusb31) { in topo_usb_set_rhub_port_protocol()
769 topo_usb_controller_t *tuc; in topo_usb_gather_devcfg_cb() local
[all …]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c901 ucontext_t *volatile tuc = NULL; in sendsig() local
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()
1370 copyout_noerr(tuc, &fp->uc, sizeof (*tuc)); in sendsig32()
1371 kmem_free(tuc, sizeof (*tuc)); in sendsig32()
1372 tuc = NULL; in sendsig32()
1526 if (tuc) in sendsig32()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h246 uint32_t tuc:1; /* TCP/UDP Checksum Correct */ member
H A Dvmxnet3_rx.c319 compDesc->rcd.tuc) { in vmxnet3_rx_hwcksum()