Home
last modified time | relevance | path

Searched refs:xn (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c133 xmlNodePtr xn, const char *propname, nvlist_t **rnvl) in xmlattr_to_fmri() argument
139 if ((str = xmlGetProp(xn, (xmlChar *)propname)) == NULL) in xmlattr_to_fmri()
150 xmlattr_to_type(topo_mod_t *mp, xmlNodePtr xn, xmlChar *attr) in xmlattr_to_type() argument
154 if ((str = xmlGetProp(xn, (xmlChar *)attr)) == NULL) { in xmlattr_to_type()
196 xlate_common(topo_mod_t *mp, xmlNodePtr xn, topo_type_t ptype, nvlist_t *nvl, in xlate_common() argument
212 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common()
217 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common()
222 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common()
227 if (xmlattr_to_int(mp, xn, Value, &ui) < 0) in xlate_common()
232 if (xmlattr_to_fmri(mp, xn, Value, &fmri) < 0) in xlate_common()
[all …]
/titanic_50/usr/src/cmd/spell/
H A Dhuff.h34 long xn; member
42 #define n huffcode.xn
/titanic_50/usr/src/lib/libpp/common/
H A Dppexpr.c281 int xn; in subexpr() local
350 subexpr(2, &xn); in subexpr()
357 x = subexpr(2, &xn); in subexpr()
367 un = xn; in subexpr()
368 subexpr(2, &xn); in subexpr()
377 xn = (c == T_ANDAND) ? 4 : 3; in subexpr()
378 if (precedence >= xn) goto done; in subexpr()
379 if ((n != 0) == (c == T_ANDAND)) n = subexpr(xn, &un) != 0; in subexpr()
384 subexpr(xn, &un); in subexpr()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_xlator.c271 dt_node_t xn = { 0 }; in dt_xlator_lookup() local
323 dt_node_type_assign(&xn, dxp->dx_src_ctfp, dxp->dx_src_type, in dt_xlator_lookup()
326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
/titanic_50/usr/src/uts/common/os/
H A Devchannels.c981 uint64_t xn = x - 1; in evch_isqrt() local
987 while (xn < x) { in evch_isqrt()
988 x = xn; in evch_isqrt()
989 xn = (x + n / x) / 2; in evch_isqrt()
991 return ((uint32_t)xn); in evch_isqrt()
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c6057 X509_NAME *xn = NULL; local
6084 xn = X509_get_subject_name(x);
6085 len = i2d_X509_NAME(xn, NULL);
6088 i2d_X509_NAME(xn, &p);
6262 X509_NAME *xn = NULL; local
6292 xn = X509_get_subject_name(x);
6293 len = i2d_X509_NAME(xn, NULL);
6297 i2d_X509_NAME(xn, &p);
6421 X509_NAME *xn = NULL; local
6437 xn = d2i_X509_NAME(NULL, &p,
[all …]
/titanic_50/usr/src/cmd/terminfo/
H A Dtermcap.src778 :am:eo:mi:ms:xn:xo:\
825 :am:eo:mi:ms:ut:xn:xo:\
994 # Regarding compatibility to vt100: hurd doesn't specify :xn:, as we don't
1471 :am:km:mi:ms:xn:\
1550 :am:ms:ut:xn:xo:\
1856 # Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
1860 # :xn: right on vt100. The correct way to handle :xn: is when
1862 # and then assume you are in column 1 of the next line. If :xn:
2018 :5i:am:bs:ms:xn:xo:\
2033 :am@:xn@:tc=vt100-am:
[all …]
H A Dterminfo.src17732 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
/titanic_50/usr/src/lib/libcurses/screen/
H A Dcaps47 eat_newline_glitch, "xenl" "xn" newline ignored after 80 cols (Concept)
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps71 eat_newline_glitch xenl xn bool newline ignored after 80 cols (Concept)
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps71 eat_newline_glitch xenl xn bool newline ignored after 80 cols (Concept)