Home
last modified time | relevance | path

Searched refs:gwp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_cmn.c285 gwp->pp_gw_guid); in eib_update_props()
289 gwp->pp_gw_sn_prefix); in eib_update_props()
293 gwp->pp_gw_adv_period); in eib_update_props()
297 gwp->pp_gw_ka_period); in eib_update_props()
305 gwp->pp_gw_ctrl_qpn); in eib_update_props()
309 gwp->pp_gw_lid); in eib_update_props()
313 gwp->pp_gw_portid); in eib_update_props()
329 gwp->pp_gw_sl); in eib_update_props()
333 gwp->pp_gw_n_rss_qpn); in eib_update_props()
348 if (gwp->pp_gw_port_name) { in eib_update_props()
[all …]
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c66 gwrap_t *gwp; in ghd_gcmd_alloc() local
72 gwp = kmem_zalloc(gwrap_len, (sleep ? KM_SLEEP : KM_NOSLEEP)); in ghd_gcmd_alloc()
73 if (gwp == NULL) { in ghd_gcmd_alloc()
79 gwp->gwrap.gw.glen = gwrap_len; in ghd_gcmd_alloc()
85 gcmdp = &gwp->gwrap.gw.gcmd; in ghd_gcmd_alloc()
86 GHD_GCMD_INIT(gcmdp, (void *)(gwp + 1), gtgtp); in ghd_gcmd_alloc()
H A Dghd_scsa.c96 gwrap_t *gwp; in ghd_pktalloc() local
109 gwp = (gwrap_t *)(pktp->pkt_ha_private); in ghd_pktalloc()
112 gcmdp = &gwp->gwrap.gw_gcmd; in ghd_pktalloc()
114 ASSERT((caddr_t)gwp == (caddr_t)gcmdp); in ghd_pktalloc()
120 GHD_GCMD_INIT(gcmdp, (void *)(gwp + 1), gtgtp); in ghd_pktalloc()
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c568 gwp->wbcnt = wbcnt; in getgwins()
601 gwp->wbcnt = wbcnt; in getgwins32()
1092 getgwins(lwp, gwp); in sendsig()
1095 kmem_free(gwp, gwin_size); in sendsig()
1096 gwp = NULL; in sendsig()
1188 if (gwp) in sendsig()
1189 kmem_free(gwp, gwin_size); in sendsig()
1420 getgwins32(lwp, gwp); in sendsig32()
1424 kmem_free(gwp, gwin_size); in sendsig32()
1425 gwp = NULL; in sendsig32()
[all …]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1282 gwindows_t *gwp = thing; in prioctl64() local
1286 bzero(gwp, sizeof (*gwp)); in prioctl64()
1287 prgetwindows(lwp, gwp); in prioctl64()
1290 if (copyout(gwp, cmaddr, sizeof (*gwp))) in prioctl64()
1292 kmem_free(gwp, sizeof (gwindows_t)); in prioctl64()
2894 gwindows32_t *gwp = thing; in prioctl32() local
2902 bzero(gwp, sizeof (*gwp)); in prioctl32()
2903 prgetwindows32(lwp, gwp); in prioctl32()
2906 if (copyout(gwp, cmaddr, sizeof (*gwp))) in prioctl32()
2909 kmem_free(gwp, sizeof (*gwp)); in prioctl32()
H A Dprvnops.c1789 gwindows_t *gwp; in pr_read_gwindows() local
1795 gwp = kmem_zalloc(sizeof (gwindows_t), KM_SLEEP); in pr_read_gwindows()
1817 prgetwindows(ttolwp(t), gwp); in pr_read_gwindows()
1821 error = pr_uioread(gwp, size, uiop); in pr_read_gwindows()
1823 kmem_free(gwp, sizeof (gwindows_t)); in pr_read_gwindows()
2806 gwindows32_t *gwp; in pr_read_gwindows_32() local
2812 gwp = kmem_zalloc(sizeof (gwindows32_t), KM_SLEEP); in pr_read_gwindows_32()
2840 prgetwindows32(ttolwp(t), gwp); in pr_read_gwindows_32()
2844 error = pr_uioread(gwp, size, uiop); in pr_read_gwindows_32()
2846 kmem_free(gwp, sizeof (gwindows32_t)); in pr_read_gwindows_32()
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c1015 prgetwindows(klwp_t *lwp, gwindows_t *gwp) in prgetwindows() argument
1017 getgwins(lwp, gwp); in prgetwindows()
1022 prgetwindows32(klwp_t *lwp, gwindows32_t *gwp) in prgetwindows32() argument
1024 getgwins32(lwp, gwp); in prgetwindows32()