Searched refs:st (Results 76 - 100 of 722) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c150 krb5_error_code st=0; local
162 st = ENOMEM;
172 st = KRB5_KDB_SERVER_INTERNAL_ERR;
174 st = -1;
175 krb5_ldap_dal_err_funcp(context, krb5_err_have_str, st,
187 st = prof_get_integer_def (context, conf_section,
191 if (st)
196 st = EINVAL;
197 krb5_set_error_message (context, st,
218 st
514 int st=0, i=0, subtreecount=0; local
701 krb5_error_code st=-1; local
816 krb5_error_code st=0; local
873 krb5_error_code st=0; local
897 krb5_error_code st=0; local
961 int st=0, one=1; local
1040 int st=0; local
1085 krb5_error_code st=0; local
1219 krb5_error_code st=0; local
1316 krb5_error_code st=0; local
1349 krb5_error_code st=0; local
1398 krb5_error_code st=0; local
1456 krb5_error_code st=0; local
1503 krb5_error_code st=0; local
1553 krb5_error_code st=0; local
1585 krb5_error_code st=0; local
1669 int st = 0, tempst = 0, gothandle = 0; local
1767 krb5_error_code st = 0; local
1843 krb5_error_code st = 0; local
1968 krb5_error_code st = 0; local
[all...]
H A Dldap_handle.c52 krb5_error_code st=0; local
59 while (st == 0) {
60 st = ldap_result(ldap_server_handle->ldap_handle, ldap_server_handle->msgid,
62 switch (st) {
73 if ((st=ldap_result2error(ldap_server_handle->ldap_handle, result, 1)) == LDAP_SUCCESS) {
76 /* ?? */ krb5_set_error_message(0, 0, "%s", ldap_err2string(st));
140 krb5_retry_get_ldap_handle(ldap_context, st)
142 krb5_error_code *st;
146 if ((*st=krb5_ldap_db_single_init(ldap_context)) != 0)
225 krb5_error_code st local
246 krb5_error_code st=0; local
[all...]
H A Dldap_principal.c153 krb5_error_code st=0, tempst=0; local
180 st = EINVAL;
181 krb5_set_error_message(context, st, gettext("Default realm not set"));
199 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntree)) != 0)
216 if ((st = populate_krb5_db_entry(context, ldap_context, ld, ent, principal,
249 return st;
267 krb5_error_code st=0; local
281 if ((st=krb5_ldap_get_principal(context, searchfor, &entries, nentries, &more)) != 0 || *nentries == 0)
284 if (((st=krb5_get_princ_type(context, &entries, &(ptype))) != 0) ||
285 ((st
412 krb5_error_code st=0; local
480 krb5_error_code st = 0; local
[all...]
H A Dkdb_ldap.h105 st = krb5_ldap_request_handle_from_pool(ldap_context, &ldap_server_handle); \
106 if (st != 0) { \
107 prepend_err_str(context, "LDAP handle unavailable: ", KRB5_KDB_ACCESS_ERROR, st); \
108 st = KRB5_KDB_ACCESS_ERROR; \
113 extern int set_ldap_error (krb5_context ctx, int st, int op);
120 st = ldap_search_ext_s(ld, base, scope, filter, attrs, 0, NULL, NULL, &timelimit, LDAP_NO_LIMIT, &result); \
121 if (translate_ldap_error(st, OP_SEARCH) == KRB5_KDB_ACCESS_ERROR) { \
126 }while (translate_ldap_error(st, OP_SEARCH) == KRB5_KDB_ACCESS_ERROR && tempst == 0); \
130 prepend_err_str(context, "LDAP handle unavailable: ", KRB5_KDB_ACCESS_ERROR, st); \
131 st
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c283 #define DEVICES_FILES_CLEANABLE(st) \
284 (((st)->command & DINFOSUBTREE) && ((st)->command & DINFOFORCE) && \
285 strcmp(DI_ALL_PTR(st)->root_path, "/") == 0)
292 struct di_state *st; member in struct:phci_walk_arg
318 static void di_copymem(struct di_state *st, caddr_t buf, size_t bufsiz);
327 static int di_dip_find(struct di_state *st, dev_info_t *node, di_off_t *off_p);
329 static int cache_args_valid(struct di_state *st, int *error);
330 static int snapshot_is_cacheable(struct di_state *st);
331 static int di_cache_lookup(struct di_state *st);
558 struct di_state *st; local
593 struct di_state *st; local
866 di_allocmem(struct di_state *st, size_t size) argument
908 di_copymem(struct di_state *st, caddr_t buf, size_t bufsiz) argument
942 di_freemem(struct di_state *st) argument
971 di_cache2mem(struct di_cache *cache, struct di_state *st) argument
1012 di_mem2cache(struct di_state *st, struct di_cache *cache) argument
1052 di_checkmem(struct di_state *st, di_off_t off, size_t size) argument
1084 di_copyformat(di_off_t off, struct di_state *st, intptr_t arg, int mode) argument
1152 di_mem_addr(struct di_state *st, di_off_t off) argument
1299 di_copy_aliases(struct di_state *st, alias_pair_t *apair, di_off_t *offp) argument
1340 di_snapshot(struct di_state *st) argument
1484 di_snapshot_and_clean(struct di_state *st) argument
1520 struct di_state *st; local
1602 snap_driver_list(struct di_state *st, struct devnames *dnp, di_off_t *off_p) argument
1637 di_copydevnm(di_off_t *off_p, struct di_state *st) argument
1731 di_copytree(struct dev_info *root, di_off_t *off_p, struct di_state *st) argument
1780 di_copynode(struct dev_info *node, struct di_stack *dsp, struct di_state *st) argument
2189 struct di_state *st = (struct di_state *)arg; local
2312 struct di_state *st; member in struct:i_layer_data
2452 di_getlink_data(di_off_t off, struct di_state *st) argument
2519 di_getmdata(struct ddi_minor_data *mnode, di_off_t *off_p, di_off_t node, struct di_state *st) argument
2583 di_register_dip(struct di_state *st, dev_info_t *dip, di_off_t off) argument
2610 di_dip_find(struct di_state *st, dev_info_t *dip, di_off_t *off_p) argument
2652 di_register_pip(struct di_state *st, mdi_pathinfo_t *pip, di_off_t off) argument
2683 di_pip_find(struct di_state *st, mdi_pathinfo_t *pip, di_off_t *off_p) argument
2721 path_state_convert(mdi_pathinfo_state_t st) argument
2752 di_path_getprop(mdi_pathinfo_t *pip, di_off_t *off_p, struct di_state *st) argument
2879 di_getpath_data(dev_info_t *dip, di_off_t *off_p, di_off_t noff, struct di_state *st, int get_client) argument
3041 di_getprop_add(int list, int dyn, struct di_state *st, struct dev_info *dip, int (*prop_op)(), char *name, dev_t devt, int aflags, int alen, caddr_t aval, di_off_t off, di_off_t **off_pp) argument
3168 di_getprop(int list, struct ddi_prop **pprop, di_off_t *off_p, struct di_state *st, struct dev_info *dip) argument
3306 di_match_drv_name(struct dev_info *node, struct di_state *st, int match) argument
3378 di_getprvdata(struct di_priv_format *pdp, struct dev_info *node, void *data, di_off_t *off_p, struct di_state *st) argument
3505 di_getppdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) argument
3527 di_getdpdata(struct dev_info *node, di_off_t *off_p, struct di_state *st) argument
3549 di_gethpdata(ddi_hp_cn_handle_t *hp_hdl, di_off_t *off_p, struct di_state *st) argument
3638 di_setstate(struct di_state *st, int new_state) argument
4025 cache_args_valid(struct di_state *st, int *error) argument
4065 snapshot_is_cacheable(struct di_state *st) argument
4091 di_cache_lookup(struct di_state *st) argument
4172 di_cache_update(struct di_state *st) argument
4258 di_hotplug_children(struct di_state *st) argument
[all...]
H A Dopenprom.c258 struct oprom_state *st = oprom_state; local
265 if (st->already_open)
266 st++;
268 st->already_open = 1;
272 st->current_id = (pnode_t)0;
273 ASSERT(st->snapshot == NULL && st->size == 0);
274 ASSERT(st->ioc_state == IOC_IDLE);
304 struct oprom_state *st; local
306 st
346 struct oprom_state *st; member in struct:opromioctl_args
360 struct oprom_state *st; local
1094 struct oprom_state *st; local
1181 oprom_copytree(struct oprom_state *st, uint_t flag) argument
1189 oprom_snapshot(struct oprom_state *st, intptr_t arg) argument
1219 oprom_copyout(struct oprom_state *st, intptr_t arg) argument
1395 oprom_setstate(struct oprom_state *st, int16_t new_state) argument
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.s45 fld %st(0) / duplicate stack top
47 fucomi %st(1),%st / x integral?
50 fsub %st(1),%st / x-[x], [x]
53 faddp %st,%st(1) / 2**(x-[x]), [x]
55 fstp %st(1)
59 fstp %st(0) / ,x
62 fstp %st(
[all...]
H A Dexpm1l.s57 fstp %st(1) / +Inf
62 fld %st(0) / x, x
66 fst %st(2) / [z], x, [z]
70 fsubrp %st,%st(1) / x-[z]*ln2_hi, [z]
73 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
74 fsubrp %st,%st(1) / r := x-[z]*ln(2), [z]
79 faddp %st,
[all...]
H A Dexpl.s55 fld %st(0) / x, x
59 fst %st(2) / [z], x, [z]
63 fsubrp %st,%st(1) / x-[z]*ln2_hi, [z]
66 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
67 fsubrp %st,%st(1) / r := x-[z]*ln(2), [z]
72 faddp %st,%st(
[all...]
H A Drndintl.s82 fld %st(0)
92 fucomi %st(1),%st / check if x is already an integer
96 fsub %st(1),%st / x-[x],[x]
100 fcomip %st(1),%st / compare 0.5 with |x-[x]|
106 fstp %st(0)
116 fstp %st(1)
120 fsubp %st,
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp10f.s51 fmulp %st,%st(1) / z = x*log2(10) }NOT for xtndd_dbl
52 fld %st(0) / duplicate stack top
59 fsub %st(1),%st / z-[z], [z]
62 faddp %st,%st(1) / 2**(z-[z]), [z]
64 fstp %st(1)
79 fstp %st(0) / ,z
82 fstp %st(
[all...]
H A Dexpm1l.s56 fstp %st(1) / +Inf
61 fld %st(0) / x, x
65 fst %st(2) / [z], x, [z]
69 fsubrp %st,%st(1) / x-[z]*ln2_hi, [z]
72 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
73 fsubrp %st,%st(1) / r := x-[z]*ln(2), [z]
78 faddp %st,
[all...]
H A Dexpl.s54 fld %st(0) / x, x
58 fst %st(2) / [z], x, [z]
62 fsubrp %st,%st(1) / x-[z]*ln2_hi, [z]
65 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
66 fsubrp %st,%st(1) / r := x-[z]*ln(2), [z]
71 faddp %st,%st(
[all...]
H A Dexpm1.s58 fmulp %st,%st(1) / z = x*log2e }not for xtndd_dbl
59 fld %st(0) / duplicate stack top
63 fsub %st(1),%st / z-[z],[z]
69 fucom %st(2) / if -100 !< [z], then use -100
73 fxch %st(2)
75 fstp %st(0) / 2**(z-[z])-1,max([z],-100)
77 faddp %st,%st(
[all...]
H A Dnextafterf.s53 fstp %st(1) / x
82 fstp %st(0) / empty
92 fmul %st(0),%st / overflow-to-Inf, z
99 fmul %st(0),%st / underflow-to-0, z
104 fstp %st(0) / C99 says to return y when x == y
107 faddp %st,%st(1) / x+y
H A Dexpm1f.s56 fmulp %st,%st(1) / z = x*log2e }not for xtndd_dbl
57 fld %st(0) / duplicate stack top
65 fsub %st(1),%st / z-[z],[z]
71 fucom %st(2) / if -100 !< [z], then use -100
75 fxch %st(2)
77 fstp %st(0) / 2**(z-[z])-1,max([z],-100)
79 faddp %st,%st(
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h218 #define REGISTER_PIO_TEST(st, tst) \
219 tst = hermon_test_register(st, __FILE__, __LINE__, HCA_TEST_PIO)
220 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, tst)
221 #define PIO_END(st, hdl, cnt, tst) hermon_PIO_end(st, hdl, &cnt, tst)
224 #define REGISTER_PIO_TEST(st, tst)
225 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, NULL)
226 #define PIO_END(st, hd
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java249 StringTokenizer st = new StringTokenizer(t, ":.", true);
258 String tok = st.nextToken();
277 if (!st.hasMoreTokens()) {
282 tok = st.nextToken();
292 if (st.hasMoreTokens()) {
301 tok = st.nextToken();
310 type1 = st.nextToken().toLowerCase();
317 if (!st.hasMoreTokens()) {
326 tok = st.nextToken();
331 tok = st
[all...]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dldpart.c57 struct stat st; local
72 if (fstat(fd, &st) != 0)
74 if (st.st_size <= 0) {
78 bufsize = namesize + st.st_size;
85 plim = p + st.st_size;
86 if (read(fd, p, (size_t)st.st_size) != st.st_size)
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastcopy.c58 struct stat st; local
67 if (!fstat(rfd, &st) && S_ISREG(st.st_mode) && (pos = lseek(rfd, (off_t)0, 1)) != ((off_t)-1))
69 if (pos >= st.st_size) return(0);
70 mapsize = st.st_size - pos;
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtfs.c40 fmtfs(struct stat* st) argument
42 return st->st_fstype;
57 fmtfs(struct stat* st) argument
75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
80 while ((mnt = mntread(mp)) && (stat(mnt->dir, &rt) || rt.st_dev != st->st_dev));
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtimerfd.c54 timerfd_settime_t st; local
62 st.tfd_settime_flags = flags;
63 st.tfd_settime_value = (uint64_t)(uintptr_t)new_value;
64 st.tfd_settime_ovalue = (uint64_t)(uintptr_t)old_value;
66 rval = ioctl(fd, TIMERFDIOC_SETTIME, &st);
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c34 ** st -- if set, points to a stat structure that will
46 safefile(fn, uid, gid, user, flags, mode, st)
53 struct stat *st;
74 if (st == NULL)
75 st = &fstbuf;
83 if ((bitset(SFF_NOSLINK, flags) ? lstat(fn, st)
84 : stat(fn, st)) < 0)
86 if (stat(fn, st) < 0)
92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
93 S_ISREG(st
935 struct stat st; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlog.c150 sec = time->tv_sec - st->st_start_time.tv_sec;
151 usec = time->tv_usec - st->st_start_time.tv_usec;
170 if (severity > st->st_log_level_min)
178 if (st->st_log_timezone_known)
198 if (severity > st->st_log_level_min)
202 if (st->st_log_flags & STARTD_LOG_FILE && logfile) {
206 if (st->st_log_flags & STARTD_LOG_TERMINAL)
208 if (st->st_log_flags & STARTD_LOG_SYSLOG && st->st_log_timezone_known)
250 st
[all...]
/illumos-gate/usr/src/lib/libast/common/dir/
H A Dopendir.c53 struct stat st;
56 if (fstat(fd, &st) < 0 ||
57 !S_ISDIR(st.st_mode) && (errno = ENOTDIR) ||

Completed in 516 milliseconds

1234567891011>>