Home
last modified time | relevance | path

Searched refs:cm (Results 1 – 25 of 74) sorted by last modified time

123

/illumos-gate/usr/src/uts/common/sys/
H A DMakefile1087 cm.h \
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c786 struct vis_cmap cm; in tems_reset_colormap() local
794 cm.index = 0; in tems_reset_colormap()
795 cm.count = 16; in tems_reset_colormap()
796 cm.red = (uint8_t *)cmap4_to_24.red; in tems_reset_colormap()
797 cm.blue = (uint8_t *)cmap4_to_24.blue; in tems_reset_colormap()
798 cm.green = (uint8_t *)cmap4_to_24.green; in tems_reset_colormap()
799 (void) ldi_ioctl(tems.ts_hdl, VIS_PUTCMAP, (intptr_t)&cm, in tems_reset_colormap()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src858 setb=\E[%p1%{40}%+%cm, setf=\E[%p1%{30}%+%cm,
17836 # and create some functions (like cm), but thats life.
H A Dtermcap.src6675 :cm@:tc=tvi912c:
13705 :cm=30\Ea%i%dR%dC:\
13732 :cm=30\E[%i%d;%dH:\
13746 :cm=30\E[%i%d;%dH:\
13775 :cm=30\E[%i%d;%dH:\
13786 :cm=30\E[%i%d;%dH:\
13815 :cm=30\E[%i%d;%dH:\
13826 :cm=30\E[%i%d;%dH:\
13863 :cm=30\Ea%i%dR%dC:\
13902 :cm=30\Ea%i%dR%dC:\
[all …]
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c58 cmap_lookup(struct cmap *cm, wint_t from) in cmap_lookup() argument
61 if (from < CM_CACHE_SIZE && cm->cm_havecache) in cmap_lookup()
62 return (cm->cm_cache[from]); in cmap_lookup()
63 return (cmap_lookup_hard(cm, from)); in cmap_lookup()
67 cmap_max(struct cmap *cm) in cmap_max() argument
69 return (cm->cm_max); in cmap_max()
/illumos-gate/usr/src/boot/common/
H A Dtem.c706 struct vis_cmap cm; in tems_reset_colormap() local
710 cm.index = 0; in tems_reset_colormap()
711 cm.count = 16; in tems_reset_colormap()
713 cm.red = (uint8_t *)cmap4_to_24.red; in tems_reset_colormap()
715 cm.blue = (uint8_t *)cmap4_to_24.blue; in tems_reset_colormap()
717 cm.green = (uint8_t *)cmap4_to_24.green; in tems_reset_colormap()
720 VIS_PUTCMAP, &cm); in tems_reset_colormap()
H A Dmodule.c1213 struct preloaded_file *cm; in file_insert_tail() local
1220 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) in file_insert_tail()
1222 cm->f_next = fp; in file_insert_tail()
1232 struct preloaded_file *cm; in file_remove() local
1241 for (cm = preloaded_files; cm->f_next != NULL; cm = cm->f_next) { in file_remove()
1242 if (cm->f_next == fp) { in file_remove()
1243 cm->f_next = fp->f_next; in file_remove()
/illumos-gate/exception_lists/
H A Dcstyle246 usr/src/lib/gss_mechs/mech_krb5/include/cm.h
H A Dhdrchk83 usr/src/lib/gss_mechs/mech_krb5/include/cm.h
H A Dcopyright133 usr/src/lib/gss_mechs/mech_krb5/include/cm.h
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3424 Command *cm; in getcmd() local
3426 if (cm = (Command *) genget(name, (char **)cmdtab, sizeof (Command))) in getcmd()
3427 return (cm); in getcmd()
/illumos-gate/usr/src/common/util/
H A Dstring.c468 const unsigned char *cm = (const unsigned char *)charmap; in strcasecmp() local
472 while (cm[*us1] == cm[*us2++]) in strcasecmp()
475 return (cm[*us1] - cm[*(us2 - 1)]); in strcasecmp()
481 const unsigned char *cm = (const unsigned char *)charmap; in strncasecmp() local
485 while (n != 0 && cm[*us1] == cm[*us2++]) { in strncasecmp()
490 return (n == 0 ? 0 : cm[*us1] - cm[*(us2 - 1)]); in strncasecmp()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c119 cmechanism_t *cm; local
147 cm=cmechlist->mech_list; /* m point to begging of the list */
148 while (cm!=NULL)
150 cprevm=cm;
151 cm=cm->next;
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrcasecmp.c90 const u_char *cm = charmap, in strcasecmp() local
94 while (cm[*us1] == cm[*us2++]) in strcasecmp()
97 return (cm[*us1] - cm[*--us2]); in strcasecmp()
103 const u_char *cm = charmap, in strncasecmp() local
108 if (cm[*us1] != cm[*us2++]) in strncasecmp()
109 return (cm[*us1] - cm[*--us2]); in strncasecmp()
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c528 self->cm.dispose(id); in drmach_device_dispose()
551 bp->cm.isa = (void *)drmach_board_new; in drmach_board_new()
552 bp->cm.release = drmach_board_release; in drmach_board_new()
553 bp->cm.status = drmach_board_status; in drmach_board_new()
568 err = drmach_board_name(bnum, bp->cm.name, sizeof (bp->cm.name)); in drmach_board_new()
991 ip->dev.cm.status = drmach_io_status; in drmach_io_new()
992 (void) snprintf(ip->dev.cm.name, sizeof (ip->dev.cm.name), "%s%d", in drmach_io_new()
1070 cp->dev.cm.status = drmach_cpu_status; in drmach_cpu_new()
1071 (void) snprintf(cp->dev.cm.name, sizeof (cp->dev.cm.name), "%s%d", in drmach_cpu_new()
1273 mp->dev.cm.status = drmach_mem_status; in drmach_mem_new()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c140 drmach_common_t cm; member
153 drmach_common_t cm; member
1030 self->cm.dispose(id); in drmach_device_dispose()
1041 bp->cm.isa = (void *)drmach_board_new; in drmach_board_new()
1042 bp->cm.release = drmach_board_release; in drmach_board_new()
1043 bp->cm.status = drmach_board_status; in drmach_board_new()
1045 (void) drmach_board_name(bnum, bp->cm.name, sizeof (bp->cm.name)); in drmach_board_new()
1279 ip->dev.cm.status = drmach_io_status; in drmach_io_new()
1283 (void) snprintf(ip->dev.cm.name, sizeof (ip->dev.cm.name), "%s%d", in drmach_io_new()
1845 (void) snprintf(cp->dev.cm.name, sizeof (cp->dev.cm.name), "%s%d", in drmach_cpu_new()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c171 vhci_mpapi_ctl(dev_t dev, int cm, intptr_t data, int mode, in vhci_mpapi_ctl() argument
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h387 uint32_t cm; /* command protocols */ member
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_crypto.c47 crypto_get_provider_mechanisms(crypto_minor_t *cm, crypto_provider_id_t id, in crypto_get_provider_mechanisms() argument
50 if (id >= cm->cm_provider_count) in crypto_get_provider_mechanisms()
53 return (crypto_build_permitted_mech_names(cm->cm_provider_array[id], in crypto_get_provider_mechanisms()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps149 cursor_address cup cm str Cursor motion to row #1 col #2 (PG)
/illumos-gate/usr/src/lib/libtecla/common/
H A Dpcache.c719 if(!cm) { in new_CacheMem()
728 cm->sg = NULL; in new_CacheMem()
731 cm->nfiles = 0; in new_CacheMem()
736 if(!cm->sg) in new_CacheMem()
743 cm->files = (char **) malloc(sizeof(*cm->files) * cm->files_dim); in new_CacheMem()
744 if(!cm->files) { in new_CacheMem()
748 return cm; in new_CacheMem()
761 if(cm) { in del_CacheMem()
765 cm->sg = _del_StringGroup(cm->sg); in del_CacheMem()
777 free(cm); in del_CacheMem()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c92 cm; /* cost direct cursor motion */ in mvcur() local
111 cm = _COST(Cursor_address); in mvcur()
116 if (cm < LARGECOST && SP->baud >= 2400 && in mvcur()
133 if (rl < cm) { in mvcur()
157 if (cm >= LARGECOST && rl >= LARGECOST && hu >= LARGECOST && in mvcur()
162 if (cm <= rl && cm <= hu && cm <= hd) in mvcur()
H A Dcaps144 cursor_address, "cup" "cm" Cursor motion to row #1 col #2 (G)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrcasecmp.c93 register const unsigned char *cm = charmap; local
99 if (cm[*us1] != cm[*us2++])
100 return (cm[*us1] - cm[*--us2]);
/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c52 #define ISCOMPCPIO ((unsigned char) cm.c_mag[0] == m_h[0] && \
53 (unsigned char) cm.c_mag[1] == m_h[1] && \
54 (MASK_CK((unsigned char) cm.c_mag[2], BLOCK_MASK) || \
55 MASK_CK((unsigned char) cm.c_mag[2], BIT_MASK)))
57 #define ISCPIO (cm.b_mag != CMN_BIN && \
58 (strcmp(cm.c_mag, CMS_ASC) == 0) && \
59 (strcmp(cm.c_mag, CMS_CHR) == 0) && \
60 (strcmp(cm.c_mag, CMS_CRC) == 0))
171 } cm; in iscpio() local
193 if (read(fd, cm.c_mag, sizeof (cm.c_mag)) != in iscpio()
[all …]

123