HomeSort by relevance Sort by last modified time
    Searched defs:gc (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
init_color.c 127 float rc, gc, bc, h, l, s; local
153 gc = (max - g) / (max - min);
157 h = bc - gc;
161 h = 4 + gc - rc;
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
parseParam.cxx 454 GroupConnector &gc)
507 gc.type = GroupConnector::andGC;
516 gc.type = GroupConnector::seqGC;
525 gc.type = GroupConnector::orGC;
534 gc.type = GroupConnector::dtgcGC;
545 gc.type = GroupConnector::grpcGC;
648 GroupConnector gc; local
655 groupInputLevel, gc))
657 if (gc.type == GroupConnector::grpcGC)
660 if (gc.type != GroupConnector::orGC
689 GroupConnector gc; local
759 GroupConnector gc; local
795 GroupConnector gc; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/scsi/libses/common/
ses_snap.c 445 uint32_t gc; local
490 gc = SCSI_READ32((uint8_t *)pp->ssp_page +
493 sp->ss_generation = gc;
494 } else if (sp->ss_generation != gc) {
498 "mismatches: page 0x%x gc %u "
500 gc, sp->ss_generation);
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip_rts.c 306 tsol_gc_t *gc = NULL; local
929 gc = gc_create(rtsap, gcgrp, &gcgrp_xtraref);
930 if (gc == NULL ||
932 ire->ire_ipversion, gc)) != 0) {
933 if (gc != NULL) {
934 GC_REFRELE(gc);
1182 tsol_gc_t *gc = NULL; local
    [all...]
tnet.c 104 * tsol_gc_t, or "gc"
107 * only mechanism to access the contents of gcdb. More than one gc
108 * entries may refer to the same gcdb record. gc's in the system are
115 * greater than zero, it contains one or more gc's, each pointing to
450 tsol_gc_t *gc; local
461 for (gc = gcgrp->gcgrp_head; gc != NULL; gc = gc->gc_next) {
462 if (gc->gc_db == gcdb)
1241 tsol_gc_t *gc = NULL; local
    [all...]
ip6_if.c 405 tsol_gc_t *gc = NULL; local
760 gc = gc_create(sp, gcgrp, &gcgrp_xtraref);
761 if (gc == NULL) {
780 gc, /* security attribute */
784 * The ire holds a reference to the 'gc' and the 'gc' holds a
791 if (gc != NULL)
792 GC_REFRELE(gc);
    [all...]
ip.c 10979 tsol_gc_t *gc = NULL; local
11101 tsol_gc_t *gc = NULL; local
    [all...]
ip_if.c 5397 tsol_gc_t *gc = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/
nis_groups.c 90 g_cache_ptr gc; local
94 if ((gc = groups_cache) != 0) {
95 return (gc);
101 if ((gc = groups_cache) != 0) {
104 return (gc);
107 gc = groups_cache = calloc(1, sizeof (*groups_cache));
115 return (gc);
419 insert_g_entry(g_cache_ptr gc, g_entry *ge)
422 return nis_insert_item((NIS_HASH_ITEM *)ge, &gc->ht) == 0
427 lookup_g_entry(g_cache_ptr gc, nis_name name
556 g_cache_ptr gc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/vm/
seg_kmem.c 974 segkmem_gc_list_t *gc = inaddr; local
975 gc->gc_arena = vmp;
976 gc->gc_size = size;
977 gc->gc_next = segkmem_gc_list;
978 segkmem_gc_list = gc;
1041 segkmem_gc_list_t *gc = segkmem_gc_list; local
1042 segkmem_gc_list = gc->gc_next;
1043 segkmem_free(gc->gc_arena, gc, gc->gc_size)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/find/
find.c 1405 } nc[NUID], gc[NGID]; variable in typeref:struct:ncache
1447 if (gc[cp].id == gid && gc[cp].name[0])
1448 return (gc[cp].name);
1452 gc[cp].id = gid;
1453 SCPYN(gc[cp].name, gr->gr_name);
1454 return (gc[cp].name);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/sfe/
sfe_util.h 535 } gc; member in struct:gem_dev

Completed in 7179 milliseconds