/titanic_44/usr/src/cmd/units/ |
H A D | units.c | 28 char dim[NDIM]; member 34 char dim[NDIM]; member 130 if(u1.dim[i] != u2.dim[i]) in main() 162 f |= pu(p->dim[i], i, f); in units() 167 f |= pu(-p->dim[i], i, f); in units() 202 p->dim[c] = 0; in convr() 261 p->dim[i] -= q->dim[i]; in lookup() 265 p->dim[i] += q->dim[i]; in lookup() 326 lp->dim[i] = 1; in init() 368 tp->dim[c] = lp->dim[c]; in init() [all …]
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_dim.c | 64 di_dim_fini(di_dim_t dim) in di_dim_fini() argument 66 idim_t idim = (idim_t)dim; in di_dim_fini() 76 di_dim_path_devices(di_dim_t dim, char *drv_name, int instance, in di_dim_path_devices() argument 129 di_dim_path_dev(di_dim_t dim, char *drv_name, int instance, char *minor_name) in di_dim_path_dev() argument 131 idim_t idim = (idim_t)dim; in di_dim_path_dev() 140 devices = di_dim_path_devices(dim, drv_name, instance, minor_name); in di_dim_path_dev()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | history.h | 59 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim); 60 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim); 64 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim); 65 char *_glh_current_line(GlHistory *glh, char *line, size_t dim); 85 char *_glh_recall_line(GlHistory *glh, GlhLineID id, char *line, size_t dim); 99 char *line, size_t dim);
|
H A D | pathutil.c | 76 path->dim = 0; in _new_PathName() 80 path->dim = _pu_pathname_dim(); in _new_PathName() 81 if(path->dim == 0) in _new_PathName() 86 path->name = (char *)malloc(path->dim * sizeof(char)); in _new_PathName() 314 if(length + 1 > path->dim) { in _pn_resize_path() 315 size_t dim = length + 1 + PN_PATHNAME_INC; in _pn_resize_path() local 316 char *name = (char *) realloc(path->name, dim); in _pn_resize_path() 320 path->dim = dim; in _pn_resize_path()
|
H A D | history.c | 108 static void _glh_return_line(GlhHashNode *hash, char *line, size_t dim); 530 char *_glh_find_backwards(GlHistory *glh, char *line, size_t dim) in _glh_find_backwards() argument 551 if(dim < strlen(line) + 1) { in _glh_find_backwards() 591 _glh_return_line(node->line, line, dim); in _glh_find_backwards() 618 char *_glh_find_forwards(GlHistory *glh, char *line, size_t dim) in _glh_find_forwards() argument 639 if(dim < strlen(line) + 1) { in _glh_find_forwards() 668 _glh_return_line(node->line, line, dim); in _glh_find_forwards() 792 char *_glh_oldest_line(GlHistory *glh, char *line, size_t dim) in _glh_oldest_line() argument 812 if(dim < strlen(line) + 1) { in _glh_oldest_line() 842 _glh_return_line(node->line, line, dim); in _glh_oldest_line() [all …]
|
H A D | pathutil.h | 46 size_t dim; /* The current allocated size of buffer[] */ member
|
H A D | cplfile.c | 856 strlcpy(cf->buff->name, suffix, cf->buff->dim); in cf_prepare_suffix()
|
H A D | getline.c | 478 const char *dim; /* Switch to a dim font */ member 1848 gl->dim = NULL; in new_GetLine() 3527 gl->dim = NULL; in gl_control_strings() 3565 gl->dim = gl_tigetstr(gl, "dim"); in gl_control_strings() 3592 gl->dim = gl_tgetstr(gl, "mh", &tgetstr_buf_ptr); in gl_control_strings() 3640 if(!gl->dim) in gl_control_strings() 3641 gl->dim = ""; /* Not available */ in gl_control_strings() 9884 gl_print_control_sequence(gl, 1, gl->dim))
|
H A D | pcache.c | 1483 strlcpy(pc->path->name, suffix, pc->path->dim); in pca_prepare_suffix()
|
/titanic_44/usr/src/lib/libgen/common/ |
H A D | bufsplit.c | 78 bufsplit(char *buf, size_t dim, char **array) in bufsplit() argument 91 if (!dim ^ !array) in bufsplit() 93 if (buf && !dim && !array) { in bufsplit() 98 while (numsplit < dim) { in bufsplit() 111 for (i = numsplit; i < dim; i++) in bufsplit()
|
/titanic_44/usr/src/cmd/fm/schemes/mem/ |
H A D | mem_util.c | 34 mem_strarray_free(char **arr, size_t dim) in mem_strarray_free() argument 38 for (i = 0; i < dim; i++) { in mem_strarray_free() 42 fmd_fmri_free(arr, sizeof (char *) * dim); in mem_strarray_free()
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | GBLayout.java | 440 int dim[][] = new int [2][]; in getLayoutDimensions() local 441 dim[0] = new int[layoutInfo.width]; in getLayoutDimensions() 442 dim[1] = new int[layoutInfo.height]; in getLayoutDimensions() 444 System.arraycopy(layoutInfo.minWidth, 0, dim[0], 0, in getLayoutDimensions() 446 System.arraycopy(layoutInfo.minHeight, 0, dim[1], 0, in getLayoutDimensions() 449 return dim; in getLayoutDimensions() 460 int dim[][] = new int[2][]; in getMinimumLayoutDimensions() local 461 dim[0] = new int[info.width]; in getMinimumLayoutDimensions() 462 dim[1] = new int[info.height]; in getMinimumLayoutDimensions() 464 System.arraycopy(info.minWidth, 0, dim[0], 0, info.width); in getMinimumLayoutDimensions() [all …]
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 1598 dld_ioc_modentry_t *dim = dld_ioc_findmod(modid); in dld_ioc_register() local 1600 if (dim == NULL) in dld_ioc_register() 1603 dim->dim_list = list; in dld_ioc_register() 1604 dim->dim_count = count; in dld_ioc_register() 1638 dld_ioc_modentry_t *dim; in drv_ioctl() local 1647 if ((dim = dld_ioc_findmod(DLD_IOC_MODID(cmd))) == NULL) in drv_ioctl() 1650 major = ddi_name_to_major(dim->dim_modname); in drv_ioctl() 1652 if (dim->ctrl_node_inst == -1) { in drv_ioctl() 1663 dip = ddi_hold_devi_by_instance(major, dim->ctrl_node_inst, 0); in drv_ioctl() 1666 if ((dip == NULL && dops == NULL) || dim->dim_list == NULL) { in drv_ioctl() [all …]
|
/titanic_44/usr/src/lib/libtsol/common/ |
H A D | private.c | 273 &bsfret.buf[bsfret.dim], 1) != 1) { in bslcvtfull() 359 &bscret.buf[bscret.dim], 0) != 1) { in bslcvt() 452 &bcfret.buf[bcfret.dim], 1) != 1) { in bclearcvtfull() 540 &bccret.buf[bccret.dim], 0) != 1) { in bclearcvt()
|
H A D | labeld.h | 227 bufp_t dim; member
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 1094 di_minor_t dim; in find_mux_nodes() local 1132 dim = DI_MINOR_NIL; in find_mux_nodes() 1133 while ((dim = di_minor_next(node, dim)) != DI_MINOR_NIL) { in find_mux_nodes() 1135 _msg(7, ("MUXNODES: minor %s\n", di_minor_name(dim))); in find_mux_nodes() 1137 if (strcmp(di_minor_name(dim), muxctlname) == 0) { in find_mux_nodes() 1140 di_minor_name(dim)) > sizeof (muxctl)) { in find_mux_nodes() 1145 } else if (strcmp(di_minor_name(dim), muxconname) == 0) { in find_mux_nodes() 1148 di_minor_name(dim)) > sizeof (muxcon)) { in find_mux_nodes()
|
/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_decl.c | 127 inj_decl_mem_make_array(inj_declmem_t *dlm, uint_t dim) in inj_decl_mem_make_array() argument 130 dlm->dlm_arrdim = dim; in inj_decl_mem_make_array()
|
/titanic_44/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm.c | 413 di_dim_t dim; in nvme_dskname() local 416 dim = di_dim_init(); in nvme_dskname() 432 path = di_dim_path_dev(dim, di_driver_name(child), in nvme_dskname() 452 di_dim_fini(dim); in nvme_dskname()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 683 tdesc_array_create(dwarf_t *dw, Dwarf_Die dim, tdesc_t *arrtdp, in tdesc_array_create() argument 692 if ((dim2 = die_sibling(dw, dim)) == NULL) { in tdesc_array_create() 719 if (die_unsigned(dw, dim, DW_AT_upper_bound, &uval, 0)) in tdesc_array_create() 721 else if (die_signed(dw, dim, DW_AT_upper_bound, &sval, 0)) in tdesc_array_create() 749 Dwarf_Die dim; in die_array_create() local 753 if ((dim = die_child(dw, arr)) == NULL || in die_array_create() 754 die_tag(dw, dim) != DW_TAG_subrange_type) in die_array_create() 757 tdesc_array_create(dw, dim, arrtdp, tdp); in die_array_create()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem.c | 213 mem_strarray_free(topo_mod_t *mod, char **arr, size_t dim) in mem_strarray_free() argument 217 for (i = 0; i < dim; i++) { in mem_strarray_free() 221 topo_mod_free(mod, arr, sizeof (char *) * dim); in mem_strarray_free()
|
/titanic_44/usr/src/cmd/devctl/ |
H A D | devctl.c | 114 static int nexif(di_node_t din, di_minor_t dim, void *arg); 558 nexif(di_node_t din, di_minor_t dim, void *arg) in nexif() argument
|
/titanic_44/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 1076 find_slotname(di_node_t din, di_minor_t dim, void *arg) in find_slotname() argument 1086 slotarg->minor = dim->dev_minor % 256; in find_slotname() 1093 "/devices%s:%s", devname, di_minor_name(dim)); in find_slotname()
|
/titanic_44/usr/src/lib/cfgadm_plugins/pci/common/ |
H A D | cfga.c | 1212 find_slotname(di_node_t din, di_minor_t dim, void *arg) in find_slotname() argument 1222 slotarg->minor = dim->dev_minor % 256; in find_slotname() 1229 "/devices%s:%s", devname, di_minor_name(dim)); in find_slotname()
|
/titanic_44/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.y | 1257 type_SetAry(type_t *tp, char *dim) { in type_SetAry() argument 1263 if (dim) { in type_SetAry() 1264 tp->t_sizestr = strdup(dim); in type_SetAry()
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | terminfo.src | 371 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim, 375 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold, 376 dim=\E[2m, 710 bold=\Eya, dch1=\Ea, dim=\EyB, 747 cuu=\E[%p1%dA, cuu1=\EA, dch1=\Ea, dim=\E[2m, dl=\E[%p1%dM, 772 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 789 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 897 dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 1011 # console font but bright background colors turn into dim ones when 1067 dim=\E[2m, invis=\E[8m, op=\E[37;40m, rmso=\E[27m, [all …]
|