Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 41) sorted by path

12

/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_pc.c224 char *s, ty[4]; local
244 bcopy(s, ty, l->lc_tl);
H A Dipft_sn.c161 char ty[4], *s; local
186 bcopy(s, ty, l->lc_tl);
187 } while (ty[0] != 0x8 && ty[1] != 0);
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c84 if (strcmp(def->def.ty.old_type, def->def_name) == 0) in emit()
151 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_header()
723 char *prefix = def->def.ty.old_prefix; in emit_typedef()
724 char *type = def->def.ty.old_type; in emit_typedef()
725 char *amax = def->def.ty.array_max; in emit_typedef()
726 relation rel = def->def.ty.rel; in emit_typedef()
H A Drpc_hout.c100 !isvectordef(def->def.ty.old_type, def->def.ty.rel)); in print_datadef()
441 char *old = def->def.ty.old_type; in ptypedef()
443 relation rel = def->def.ty.rel; in ptypedef()
455 if (undefined2(old, name) && def->def.ty.old_prefix) in ptypedef()
457 def->def.ty.old_prefix); in ptypedef()
473 def->def.ty.array_max); in ptypedef()
H A Drpc_parse.c203 if (!streqn(dp->def.ty.old_prefix, "") && in is_self_reference()
207 !streqn(dp->def.ty.old_prefix, "")) in is_self_reference()
225 (dp->def.ty.rel != REL_ALIAS && in is_self_reference()
226 dp->def.ty.rel != REL_POINTER)) in is_self_reference()
234 decp->prefix = dp->def.ty.old_prefix; in is_self_reference()
235 decp->type = dp->def.ty.old_type; in is_self_reference()
237 decp->rel = dp->def.ty.rel; in is_self_reference()
559 defp->def.ty.old_prefix = dec.prefix; in def_typedef()
560 defp->def.ty.old_type = dec.type; in def_typedef()
561 defp->def.ty.rel = dec.rel; in def_typedef()
[all …]
H A Drpc_parse.h167 typedef_def ty; member
H A Drpc_util.c136 switch (def->def.ty.rel) { in fixit()
138 if (streq(def->def.ty.old_type, "opaque")) in fixit()
140 return (def->def.ty.old_type); in fixit()
143 return (fixit(def->def.ty.old_type, orig)); in fixit()
187 if (def->def_kind != DEF_TYPEDEF || def->def.ty.old_prefix != NULL) in typedefed()
209 type = def->def.ty.old_type; in isvectordef()
210 rel = def->def.ty.rel; in isvectordef()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c173 int ii, i, j, lev, t, ty; in setup() local
341 ty = 0; in setup()
380 ty = numbval; in setup()
392 if (j != 0 && j != ty) { in setup()
402 SETTYPE(toklev[t], ty); in setup()
405 if (j != 0 && j != ty) { in setup()
417 nontrst[t-NTBASE].tvalue = ty; in setup()
460 ty = 0; in setup()
466 ty = numbval; in setup()
510 if (ty) { in setup()
[all …]
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c647 scf_type_t ty, const void *val) in add_new_property() argument
665 r = scf_transaction_property_new(tx, e, name, ty); in add_new_property()
671 switch (ty) { in add_new_property()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c1354 const char *pname, scf_type_t ty) in transaction_add_set() argument
1358 ty) == 0) in transaction_add_set()
1380 if (scf_transaction_property_new(tx, ent, pname, ty) == 0) in transaction_add_set()
1420 scf_type_t ty; in pg_set_prop_value() local
1428 ty = scf_value_type(v); in pg_set_prop_value()
1429 assert(ty != SCF_TYPE_INVALID); in pg_set_prop_value()
1460 ret = transaction_add_set(tx, e, pname, ty); in pg_set_prop_value()
H A Dstartd.c633 scf_type_t ty; in read_startd_config() local
642 if (scf_property_type(prop, &ty) != 0) { in read_startd_config()
658 if (ty != SCF_TYPE_ASTRING) { in read_startd_config()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1164 scf_type_t ty; in enable_fmri_rec() local
1350 if (scf_property_type(prop, &ty) != SCF_SUCCESS) in enable_fmri_rec()
1353 if (ty != SCF_TYPE_FMRI) { in enable_fmri_rec()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1042 scf_type_t ty; in prop_to_typestr() local
1172 if (ty == pty) in prop_check_type()
4096 scf_type_t ty; in upgrade_dependent() local
4136 if (!(ty == SCF_TYPE_FMRI || ty == SCF_TYPE_ASTRING)) { in upgrade_dependent()
4238 if (!(ty == SCF_TYPE_FMRI || ty == SCF_TYPE_ASTRING)) { in upgrade_dependent()
4651 if (!(ty == SCF_TYPE_FMRI || ty == SCF_TYPE_ASTRING)) { in upgrade_dependent()
5199 scf_type_t ty; in handle_dependent_conflict() local
5236 if (!(ty == SCF_TYPE_FMRI || ty == SCF_TYPE_ASTRING)) { in handle_dependent_conflict()
13987 if (ty == SCF_TYPE_ASTRING || ty == SCF_TYPE_USTRING) in lscf_setprop()
14189 scf_type_t ty; in write_edit_script() local
[all …]
H A Dsvccfg_xml.c412 new_str_prop_from_attr(pgroup_t *pgrp, const char *pname, scf_type_t ty, in new_str_prop_from_attr() argument
421 p = internal_property_create(pname, ty, 1, val); in new_str_prop_from_attr()
431 new_opt_str_prop_from_attr(pgroup_t *pgrp, const char *pname, scf_type_t ty, in new_opt_str_prop_from_attr() argument
454 p = internal_property_create(pname, ty, 1, val); in new_opt_str_prop_from_attr()
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c234 scf_type_t ty; in display_prop() local
265 if (scf_property_type(prop, &ty) == -1) in display_prop()
267 (void) fputs(scf_type_to_string(ty), stdout); in display_prop()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c381 if (scf_property_is_type(g_prop, ty) != SCF_SUCCESS) { in pg_get_single_val()
407 switch (ty) { in pg_get_single_val()
634 scf_type_t ty; in propvals_to_pids() local
645 if (scf_property_type(prop, &ty) != 0) in propvals_to_pids()
648 if (ty != SCF_TYPE_COUNT) in propvals_to_pids()
2341 scf_type_t ty; in print_detailed_dependency() local
2353 scf_property_type(eprop, &ty) != SCF_SUCCESS || in print_detailed_dependency()
2354 ty != SCF_TYPE_FMRI) in print_detailed_dependency()
3232 scf_type_t ty; in walk_dependencies() local
3243 if (scf_property_type(g_prop, &ty) != SCF_SUCCESS) in walk_dependencies()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dmath.sh86 for ty in \
114 cmd="${tst.cmd//@@TYPE@@/${ty}}"
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Dcdtlib.h133 #define DTANNOUNCE(dt,ob,ty) ( ((ob) && ((ty)&DT_TOANNOUNCE) && ((dt)->data->type&DT_ANNOUNCE) && \ argument
135 (*(dt)->disc->eventf)((dt), DT_ANNOUNCE|(ty), (ob), (dt)->disc) : 0 )
138 #define DTTYPE(dt,ty) ((dt)->typef ? (*(dt)->typef)((dt), (ty)) : (ty) ) argument
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmbaddch.c147 int n, x, y, nc, m, len, nbyte, ty; in _mbaddch() local
167 ty = TYPE(wc); in _mbaddch()
171 if (ty > 0 || win->_nbyte < 0) { in _mbaddch()
174 win->_nbyte = cswidth[ty] + (ty == 0 ? 0 : 1); in _mbaddch()
H A Dmbcharlen.c43 int n, m, k, ty; in mbcharlen() local
50 ty = TYPE(c & 0377); in mbcharlen()
51 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbcharlen()
H A Dmbdisplen.c43 int n, m, k, ty; in mbdisplen() local
52 ty = TYPE(c & 0377); in mbdisplen()
53 m = cswidth[ty] - (ty == 0 ? 1 : 0); in mbdisplen()
62 n += _curs_scrwidth[ty]; in mbdisplen()
H A Dwaddnstr.c88 int m, k, ty; in waddnstr() local
92 ty = TYPE(c); in waddnstr()
93 m = cswidth[ty] - (ty == 0 ? 1 : 0); in waddnstr()
H A Dwinsnstr.c78 int m, k, ty; in winsnstr() local
83 ty = TYPE(c); in winsnstr()
84 m = x + cswidth[ty] - (ty == 0 ? 1 : 0); in winsnstr()
93 len = _curs_scrwidth[ty]; in winsnstr()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c4303 ASN1_TYPE *ty = NULL; in convertToRawKey() local
4306 ty = X509_ATTRIBUTE_get0_type(attr, 0); in convertToRawKey()
4308 if (ty != NULL) { in convertToRawKey()
4309 key->label = OPENSSL_uni2asc(ty->value.bmpstring->data, in convertToRawKey()
4310 ty->value.bmpstring->length); in convertToRawKey()
4322 ASN1_TYPE *ty = NULL; in convertToRawKey() local
4325 ty = X509_ATTRIBUTE_get0_type(attr, 0); in convertToRawKey()
4327 ty->value.octet_string->length); in convertToRawKey()
4330 (void) memcpy(key->id.Data, ty->value.octet_string->data, in convertToRawKey()
4331 ty->value.octet_string->length); in convertToRawKey()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vcosbig.c103 ty[0] = -ty[0]; in __vlibm_vcos_big()
104 ty[1] = -ty[1]; in __vlibm_vcos_big()
115 ty[0] = -ty[0]; in __vlibm_vcos_big()
116 ty[1] = -ty[1]; in __vlibm_vcos_big()
121 z = ty[0] * ty[0]; in __vlibm_vcos_big()
130 ty[0] = (ty[0] - t) + ty[1]; in __vlibm_vcos_big()
131 z = ty[0] * ty[0]; in __vlibm_vcos_big()
144 ty[0] = -ty[0]; in __vlibm_vcos_big()
145 ty[1] = -ty[1]; in __vlibm_vcos_big()
153 a = ty[0] + (ty[1] + ty[0] * t); in __vlibm_vcos_big()
[all …]

12