Home
last modified time | relevance | path

Searched refs:gc (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/uts/common/io/sfe/
H A Dsfe_util.c109 &(dp)->tx_buf[SLOT((dp)->tx_slots_base + (sn), (dp)->gc.gc_tx_buf_size)]
367 int rx_desc_unit_shift = dp->gc.gc_rx_desc_unit_shift; in gem_rx_desc_dma_sync()
375 n = dp->gc.gc_rx_ring_size - head; in gem_rx_desc_dma_sync()
395 int tx_desc_unit_shift = dp->gc.gc_tx_desc_unit_shift; in gem_tx_desc_dma_sync()
403 n = dp->gc.gc_tx_ring_size - head; in gem_tx_desc_dma_sync()
423 SLOT(head, dp->gc.gc_rx_ring_size), nslot, in gem_rx_start_default()
443 SLOT(dp->tx_active_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
445 SLOT(dp->tx_active_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
448 SLOT(dp->tx_softq_head, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
450 SLOT(dp->tx_softq_tail, dp->gc.gc_tx_buf_size), in gem_dump_txbuf()
[all …]
H A Dsfe.c1227 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; in sfe_tx_start()
1282 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; in sfe_tx_desc_stat()
1484 uint_t tx_ring_size = dp->gc.gc_tx_ring_size; in sfe_tx_desc_init()
1504 uint_t rx_ring_size = dp->gc.gc_rx_ring_size; in sfe_rx_desc_init()
1545 uint_t rx_ring_size = dp->gc.gc_rx_ring_size; in sfe_interrupt()
1733 dp->gc.gc_mii_sync = &sfe_mii_sync_sis900; in sfe_mii_probe_dp83815()
1734 dp->gc.gc_mii_read = &sfe_mii_read_sis900; in sfe_mii_probe_dp83815()
1735 dp->gc.gc_mii_write = &sfe_mii_write_sis900; in sfe_mii_probe_dp83815()
1748 dp->gc.gc_mii_sync = &sfe_mii_sync_dp83815; in sfe_mii_probe_dp83815()
1749 dp->gc.gc_mii_read = &sfe_mii_read_dp83815; in sfe_mii_probe_dp83815()
[all …]
H A Dsfe_util.h535 } gc; member
/titanic_44/usr/src/uts/common/inet/ip/
H A Dtnet.c450 tsol_gc_t *gc; in gc_create() local
461 for (gc = gcgrp->gcgrp_head; gc != NULL; gc = gc->gc_next) { in gc_create()
462 if (gc->gc_db == gcdb) { in gc_create()
463 ASSERT(gc->gc_grp == gcgrp); in gc_create()
465 gc->gc_refcnt++; in gc_create()
466 ASSERT(gc->gc_refcnt != 0); in gc_create()
472 tsol_gc_t *, gc, tsol_gcgrp_t *, gcgrp); in gc_create()
474 return (gc); in gc_create()
478 gc = kmem_zalloc(sizeof (*gc), KM_NOSLEEP); in gc_create()
479 if (gc != NULL) { in gc_create()
[all …]
H A Dip6_rts.c84 mblk_t *mp, const tsol_gc_t *gc) in rts_fill_msg_v6() argument
102 data_size = rts_data_msg_size(rtm_addrs, AF_INET6, gc != NULL ? 1 : 0); in rts_fill_msg_v6()
156 if (gc != NULL) { in rts_fill_msg_v6()
161 ASSERT(gc->gc_grp != NULL); in rts_fill_msg_v6()
162 ASSERT(RW_LOCK_HELD(&gc->gc_grp->gcgrp_rwlock)); in rts_fill_msg_v6()
172 ASSERT(gc->gc_db != NULL); in rts_fill_msg_v6()
173 bcopy(&gc->gc_db->gcdb_attr, rp_dst, sizeof (*rp_dst)); in rts_fill_msg_v6()
H A Dip_rts.c305 tsol_gc_t *gc = NULL; in ip_rts_request_common() local
928 gc = gc_create(rtsap, gcgrp, &gcgrp_xtraref); in ip_rts_request_common()
929 if (gc == NULL || in ip_rts_request_common()
931 ire->ire_ipversion, gc)) != 0) { in ip_rts_request_common()
932 if (gc != NULL) { in ip_rts_request_common()
933 GC_REFRELE(gc); in ip_rts_request_common()
1231 tsol_gc_t *gc = NULL; in rts_rtmget() local
1254 if ((gc = attrp->igsa_gc) != NULL) { in rts_rtmget()
1255 gcgrp = gc->gc_grp; in rts_rtmget()
1295 new_mp = rts_alloc_msg(RTM_GET, rtm_addrs, af, gc != NULL ? 1 : 0); in rts_rtmget()
[all …]
H A Dip6_ire.c82 zoneid_t zoneid, uint_t flags, tsol_gc_t *gc, ip_stack_t *ipst) in ire_init_v6() argument
90 if (gc != NULL && !is_system_labeled()) in ire_init_v6()
128 gc, ipst); in ire_init_v6()
183 uint_t flags, tsol_gc_t *gc, ip_stack_t *ipst) in ire_create_v6() argument
198 type, ill, zoneid, flags, gc, ipst); in ire_create_v6()
H A Dip_ire.c498 tsol_gc_t *gc, ip_stack_t *ipst) in ire_init_v4() argument
506 if (gc != NULL && !is_system_labeled()) in ire_init_v4()
545 gc, ipst); in ire_init_v4()
627 ushort_t type, ill_t *ill, zoneid_t zoneid, uint_t flags, tsol_gc_t *gc, in ire_create() argument
641 gc, ipst); in ire_create()
656 uint_t flags, uchar_t ipversion, tsol_gc_t *gc, ip_stack_t *ipst) in ire_init_common() argument
680 if (gc != NULL) in ire_init_common()
681 GC_REFRELE(gc); in ire_init_common()
683 error = tsol_ire_init_gwattr(ire, ipversion, gc); in ire_init_common()
H A Dip6_if.c403 tsol_gc_t *gc = NULL; in ip_rt_add_v6() local
785 gc = gc_create(sp, gcgrp, &gcgrp_xtraref); in ip_rt_add_v6()
786 if (gc == NULL) { in ip_rt_add_v6()
805 gc, /* security attribute */ in ip_rt_add_v6()
816 if (gc != NULL) in ip_rt_add_v6()
817 GC_REFRELE(gc); in ip_rt_add_v6()
H A Dip.c10921 tsol_gc_t *gc = NULL; in ip_snmp_get2_v4() local
10939 if ((gc = attrp->igsa_gc) != NULL) { in ip_snmp_get2_v4()
10940 gcgrp = gc->gc_grp; in ip_snmp_get2_v4()
11013 if (gc != NULL) { in ip_snmp_get2_v4()
11015 iaes.iae_doi = gc->gc_db->gcdb_doi; in ip_snmp_get2_v4()
11016 iaes.iae_slrange = gc->gc_db->gcdb_slrange; in ip_snmp_get2_v4()
11043 tsol_gc_t *gc = NULL; in ip_snmp_get2_v6_route() local
11061 if ((gc = attrp->igsa_gc) != NULL) { in ip_snmp_get2_v6_route()
11062 gcgrp = gc->gc_grp; in ip_snmp_get2_v6_route()
11139 if (gc != NULL) { in ip_snmp_get2_v6_route()
[all …]
H A Dip_if.c5412 tsol_gc_t *gc = NULL; in ip_rt_add() local
5803 gc = gc_create(sp, gcgrp, &gcgrp_xtraref); in ip_rt_add()
5804 if (gc == NULL) { in ip_rt_add()
5823 gc, /* security attribute */ in ip_rt_add()
5834 if (gc != NULL) in ip_rt_add()
5835 GC_REFRELE(gc); in ip_rt_add()
/titanic_44/usr/src/lib/libcurses/screen/
H A Dinit_color.c127 float rc, gc, bc, h, l, s; in _rgb_to_hls() local
153 gc = (max - g) / (max - min); in _rgb_to_hls()
157 h = bc - gc; in _rgb_to_hls()
161 h = 4 + gc - rc; in _rgb_to_hls()
/titanic_44/usr/src/uts/common/vm/
H A Dseg_kmem.c996 segkmem_gc_list_t *gc = inaddr; in segkmem_free_vn() local
997 gc->gc_arena = vmp; in segkmem_free_vn()
998 gc->gc_size = size; in segkmem_free_vn()
999 gc->gc_next = segkmem_gc_list; in segkmem_free_vn()
1000 segkmem_gc_list = gc; in segkmem_free_vn()
1063 segkmem_gc_list_t *gc = segkmem_gc_list; in segkmem_gc() local
1064 segkmem_gc_list = gc->gc_next; in segkmem_gc()
1065 segkmem_free(gc->gc_arena, gc, gc->gc_size); in segkmem_gc()
/titanic_44/usr/src/lib/scsi/libses/common/
H A Dses_snap.c449 uint32_t gc; in ses_snap_new() local
517 gc = SCSI_READ32((uint8_t *)pp->ssp_page + in ses_snap_new()
520 sp->ss_generation = gc; in ses_snap_new()
521 } else if (sp->ss_generation != gc) { in ses_snap_new()
527 gc, sp->ss_generation); in ses_snap_new()
/titanic_44/usr/src/cmd/fm/fmadm/
H A DMakefile.com32 gc.c \
/titanic_44/usr/src/cmd/find/
H A Dfind.c1604 } nc[NUID], gc[NGID]; variable
1646 if (gc[cp].id == gid && gc[cp].name[0]) in getgroup()
1647 return (gc[cp].name); in getgroup()
1651 gc[cp].id = gid; in getgroup()
1652 SCPYN(gc[cp].name, gr->gr_name); in getgroup()
1653 return (gc[cp].name); in getgroup()
/titanic_44/usr/src/cmd/ssh/doc/
H A DCREDITS6 Alain St-Denis <Alain.St-Denis@ec.gc.ca> - Irix fix
H A DChangeLog283 <Alain.St-Denis@ec.gc.ca>
/titanic_44/usr/src/cmd/terminfo/
H A Dterminfo.src14973 …1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%g…
14975 hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c,
14993 …1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%g…
14996 hpa=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c,
/titanic_44/usr/src/data/zoneinfo/
H A Dnorthamerica1352 # https://www.nrc-cnrc.gc.ca/eng/services/time/time_zones.html
1353 # https://www.nrc-cnrc.gc.ca/eng/services/time/faq/index.html#Q5