Home
last modified time | relevance | path

Searched refs:ty (Results 26 – 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlogf.c110 ty##N = LN2 * (double) exp##N + __TBL_logf[i##N]; \
113 y[0] = (float)(yy##N + ty##N); \
/illumos-gate/usr/src/tools/lintdump/
H A Dlnstuff.h79 T1WORD ty; member
/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/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/uts/sparc/fpu/
H A Dpack.c529 uint_t ty; in _fp_pack() local
531 packdouble(pfpsd, pu, &tx, &ty); in _fp_pack()
533 unpackdouble(pfpsd, pu, tx, ty); in _fp_pack()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_parse.h167 typedef_def ty; member
/illumos-gate/usr/src/cmd/svc/startd/
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()
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()
/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/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/lib/librestart/common/
H A Dlibrestart.c1048 const char *pname, scf_type_t ty, scf_value_t *val) in tx_set_value() argument
1054 ty) == 0) in tx_set_value()
1076 if (scf_transaction_property_new(tx, ent, pname, ty) == 0) in tx_set_value()
2800 scf_type_t ty; in restarter_get_method_context() local
2938 if (scf_property_type(prop, &ty) != SCF_SUCCESS) { in restarter_get_method_context()
2961 if (ty != SCF_TYPE_BOOLEAN) { in restarter_get_method_context()
/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/libscf/common/
H A Dlowlevel.c355 scf_type_to_string(scf_type_t ty) in scf_type_to_string() argument
360 if (scf_type_info[i].ti_type == ty) in scf_type_to_string()
4902 rep_protocol_value_type_t ty = scf_type_to_protocol_type(type); in scf_value_get_as_string_typed() local
4903 if (ty == REP_PROTOCOL_TYPE_INVALID) in scf_value_get_as_string_typed()
4906 return (scf_value_get_as_string_common(v, ty, buf, bufsz)); in scf_value_get_as_string_typed()
4913 rep_protocol_value_type_t ty; in scf_value_set_from_string() local
5001 ty = scf_type_to_protocol_type(type); in scf_value_set_from_string()
5008 if (!scf_validate_encoded_value(ty, str)) { in scf_value_set_from_string()
5015 if (!scf_validate_encoded_value(ty, v->value_value)) { in scf_value_set_from_string()
5020 v->value_type = ty; in scf_value_set_from_string()
H A Dmidlevel.c440 const char *pname, scf_type_t ty) in transaction_property_set() argument
443 if (scf_transaction_property_change_type(tx, e, pname, ty) == 0) in transaction_property_set()
460 if (scf_transaction_property_new(tx, e, pname, ty) == 0) in transaction_property_set()
/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()

12