| /onnv/onnv-gate/usr/src/cmd/csh/ |
| sh.char.h | 55 #define cmap(c, bits) (Z=((unsigned)(c)), cmapZ(bits)) macro 57 #define isglob(c) cmap(c, _GLOB) 58 #define ismeta(c) cmap(c, _META) 59 #define digit(c) cmap(c, _DIG)
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postmd/ |
| postmd.c | 730 char *cmap = NULL; /* remember header colormap list */ local 800 cmap = savestring(buf); 803 cmap = savestring(buf); 817 addcolormap(cmap); /* must happen last */ [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
| audiovia823x.c | 459 uint32_t cmap; local 487 cmap = (1 << 0) | (1 << 4); 490 cmap = (1 << 0) | (2 << 4); 493 cmap = (1 << 0) | (2 << 4) | (3 << 8) | (4 << 12); 496 cmap = (1 << 0) | (2 << 4) | 500 cmap = 0; 503 OUTL(devc, portc->base + OFF_CHANNELS, cmap | 0xFF000000U);
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| visual_io.h | 97 struct vis_cursorcmap cmap; /* color map info */ member in struct:vis_cursor
|
| fbio.h | 207 struct fbcmap cmap; /* color map info */ member in struct:fbcursor 219 struct fbcmap32 cmap; /* color map info */ member in struct:fbcursor32
|
| /onnv/onnv-gate/usr/src/uts/common/io/ |
| fssnap.c | 775 cow_map_t *cmap = &sidp->sid_cowinfo->cow_map; local 784 ASSERT(offset + len <= cmap->cmap_chunksz); 789 if (chunk >= (cmap->cmap_bmsize * NBBY)) { 799 if (isclr(cmap->cmap_candidate, chunk)) { 813 rw_enter(&cmap->cmap_rwlock, RW_READER); 814 if (isclr(cmap->cmap_hastrans, chunk)) { 827 snapbuf->b_lblkno = lbtodb(chunk * cmap->cmap_chunksz + offset); 869 rw_exit(&cmap->cmap_rwlock); 882 cmn = transtbl_get(cmap, chunk); 889 rw_exit(&cmap->cmap_rwlock) 1447 cow_map_t *cmap = &cowp->cow_map; local 1661 cow_map_t *cmap = &cowp->cow_map; local 1754 struct cow_map *cmap; local 1902 struct cow_map *cmap = &cowp->cow_map; local 1922 struct cow_map *cmap = &cowp->cow_map; local 1943 struct cow_map *cmap; local 2025 struct cow_map *cmap; local [all...] |
| /onnv/onnv-gate/usr/src/tools/cscope-fast/ |
| cgrep.c | 56 uchar_t *cmap; member in struct:re_bm 82 uchar_t *cmap; member in struct:re_cw 140 uchar_t *cmap; /* Character mapping array */ member in struct:re_re 150 uchar_t *cmap; member in struct:__anon4570 283 static re_bm *re_bmcomp(uchar_t *pb, uchar_t *pe, uchar_t *cmap); 284 static re_cw *re_cwinit(uchar_t *cmap); 331 match_pattern.cmap = char_map[iflag]; 375 pat->bm_ptr = re_bmcomp(lb, le, pat->cmap); 381 pat->bm_ptr = re_bmcomp(lb, le, pat->cmap); 386 if ((pat->cw_ptr = re_recw(pat->re_ptr, pat->cmap)) != NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/auditconfig/ |
| auditconfig.c | 849 struct au_evclass_map cmap; local 862 cmap.ec_number = evp->ae_number; 865 if (auditon(A_GETCLASS, (caddr_t)&cmap, len) == -1) { 872 class = cmap.ec_class; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| dumpsubr.c | 389 cbuf_t *cmap; /* array of input (map) buffers */ member in struct:dumpcfg 558 cpend = &old->cmap[old->ncmap]; 559 for (cp = old->cmap; cp != cpend; cp++) 561 kmem_free(old->cmap, old->ncmap * sizeof (cbuf_t)); 647 new->cmap = kmem_zalloc(new->ncmap * sizeof (cbuf_t), KM_SLEEP); 648 cpend = &new->cmap[new->ncmap]; 649 for (cp = new->cmap; cp != cpend; cp++) { [all...] |