Searched refs:st (Results 51 - 75 of 722) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)
[all...]
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)
[all...]
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtv.h103 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
104 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
105 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
107 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
108 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dtv.h82 #define ST_ATIME_NSEC_GET(st) ((st)->st_atim.tv_nsec)
83 #define ST_CTIME_NSEC_GET(st) ((st)->st_ctim.tv_nsec)
84 #define ST_MTIME_NSEC_GET(st) ((st)->st_mtim.tv_nsec)
86 #define ST_ATIME_NSEC_SET(st,n) (ST_ATIME_NSEC_GET(st)=(n))
87 #define ST_CTIME_NSEC_SET(st,n) (ST_CTIME_NSEC_GET(st)
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c90 krb5_error_code tempst=0, st=0; local
116 krb5_set_error_message (context, st, gettext("Principal does not belong to realm"));
120 if ((st=krb5_unparse_name(context, searchfor, &user)) != 0)
123 if ((st=krb5_ldap_unparse_principal_name(user)) != 0)
128 st = ENOMEM;
133 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntrees)) != 0)
162 if ((st = populate_krb5_db_entry(context, ldap_context, ld, ent, searchfor,
177 if (*nentries == 0 || st != 0)
196 return st;
237 krb5_error_code st local
459 krb5_error_code st=0, tempst=0; local
1203 krb5_error_code st=0; local
1259 krb5_error_code st=0; local
[all...]
H A Dldap_service_stash.c51 krb5_error_code st=0; local
71 st = errno;
73 krb5_set_error_message (context, st, "%s", errbuf);
79 st = errno;
81 krb5_set_error_message (context, st, "%s", errbuf);
88 st = errno;
90 krb5_set_error_message (context, st, "%s", errbuf);
116 st = KRB5_KDB_SERVER_INTERNAL_ERR;
117 krb5_set_error_message (context, st, gettext("Bind DN entry missing in stash file"));
128 st
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c458 agp_target_softstate_t *st; local
466 st = ddi_get_soft_state(agptarget_glob_soft_handle, instance);
467 if (st != NULL) {
468 mutex_enter(&st->tsoft_lock);
469 *resultp = st->tsoft_dip;
470 mutex_exit(&st->tsoft_lock);
630 agp_target_softstate_t *st; local
638 st = GETSOFTC(instance);
640 if (st == NULL)
643 mutex_enter(&st
840 agp_target_softstate_t *st; local
858 agp_target_softstate_t *st; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dftok.c46 struct stat64 st; local
51 if (stat64(path, &st) < 0)
69 devpiece = st.st_dev & 0xfff;
72 ((uint32_t)st.st_ino & 0x0fff)));
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlog2l.s37 fyl2x / st = 1.0*log2(arg)
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog2.s37 fyl2x / st = 1.0*log2(arg)
H A Dlog2f.s37 fyl2x / st = 1.0*log2(arg)
H A Dlog2l.s37 fyl2x / st = 1.0*log2(arg)
H A Dexp2.s44 fld %st(0) / duplicate stack top
51 fsub %st(1),%st / x-[x], [x]
54 faddp %st,%st(1) / 2**(x-[x]), [x]
56 fstp %st(1)
60 fstp %st(0) / ,x
63 fstp %st(1) / 2**x
76 faddp %st,%st(
[all...]
H A Dexp2l.s44 fld %st(0) / duplicate stack top
51 fsub %st(1),%st / x-[x], [x]
54 faddp %st,%st(1) / 2**(x-[x]), [x]
56 fstp %st(1)
60 fstp %st(0) / ,x
63 fstp %st(1) / 2**x
79 faddp %st,%st(
[all...]
H A Dlround.s47 fld %st(0)
63 fsub %st(1),%st / x-[x],[x]
73 fstp %st(0)
87 fstp %st(1)
91 fsubp %st,%st(1) / x-0.5,[x]
92 fstp %st(1)
H A Dround.s47 fld %st(0)
63 fsub %st(1),%st / x-[x],[x]
74 fstp %st(0)
84 fstp %st(1)
88 fsubp %st,%st(1) / x-0.5,[x]
90 fstp %st(1)
H A Droundl.s47 fld %st(0)
63 fsub %st(1),%st / x-[x],[x]
74 fstp %st(0)
84 fstp %st(1)
88 fsubp %st,%st(1) / x-0.5,[x]
90 fstp %st(1)
H A Dhypotf.s48 fmul %st(0),%st / y*y
50 fmul %st(0),%st / x*x,y*y
51 faddp %st,%st(1) / x*x+y*y
/illumos-gate/usr/src/lib/libast/common/comp/
H A Deaccess.c53 struct stat st;
71 if (stat(path, &st))
76 if (!S_ISREG(st.st_mode) || !(flags & X_OK) || (st.st_mode & (S_IXUSR|S_IXGRP|S_IXOTH)))
80 else if (euid == st.st_uid)
89 else if (egid == st.st_gid)
120 if (groups[n] == st.st_gid)
130 if ((st.st_mode & mode) == mode)
H A Drmdir.c39 struct stat st;
44 if (stat(path, &st) < 0) return(-1);
45 if (!S_ISDIR(st.st_mode))
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dremque.s43 st %g1, [%g2] ! entryp->back = entryp->forw
45 st %g2, [%g1 + 4] ! entryp->forw = entryp->back
/illumos-gate/usr/src/cmd/mail/
H A Ddoopen.c42 struct stat st; local
44 if ((stat(file, &st) < 0 && errno == EOVERFLOW) ||
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathshell.c58 struct stat st; local
66 if (stat(sh, &st))
68 if (ru != st.st_uid && !strmatch(sh, "?(/usr)?(/local)/?([ls])bin/?([[:lower:]])sh?(.exe)"))
84 if (stat(s, &st))
86 if (ru != eu && st.st_uid == ru)
88 if (rg != eg && st.st_gid == rg)
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c155 append_sym_test(struct sym_test *st) argument
157 *sym_insert = st;
158 sym_insert = &st->st_next;
328 mkprog(struct sym_test *st) argument
334 for (int i = 0; i < MAXHDR && st->st_hdrs[i] != NULL; i++) {
335 addprogfmt("#include <%s>\n", st->st_hdrs[i]);
338 if (st->st_rtype != NULL) {
339 for (s = st->st_rtype; *s; s++) {
353 switch (st->st_type) {
361 addprogfmt("\ttest_value = %s;\n}", st
442 add_envs(struct sym_test *st, char *envs, char **err) argument
454 add_headers(struct sym_test *st, char *hdrs, char **err) argument
471 add_arg_types(struct sym_test *st, char *atype, char **err) argument
493 struct sym_test *st; local
524 struct sym_test *st; local
553 struct sym_test *st; local
595 struct sym_test *st; local
623 next_sym_test(struct sym_test *st) argument
629 sym_test_prog(struct sym_test *st) argument
638 sym_test_name(struct sym_test *st) argument
649 sym_test_env(struct sym_test *st, struct compile_env *cenv, int *need) argument
846 do_compile(test_t t, struct sym_test *st, struct compile_env *cenv, int need) argument
935 struct sym_test *st; local
[all...]

Completed in 442 milliseconds

1234567891011>>