Searched refs:st (Results 26 - 50 of 722) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_rights.c300 int st=0,i=0; local
316 st=-1;
323 st = ENOMEM;
331 st = ENOMEM;
339 st = ENOMEM;
355 st = ENOMEM;
365 st = ldap_modify_ext_s(ld,
370 if (st != LDAP_SUCCESS && st != LDAP_TYPE_OR_VALUE_EXISTS && st !
645 int st=0,i=0; local
[all...]
H A Dldap_services.c54 krb5_error_code st=0; local
65 st = EINVAL;
66 krb5_set_error_message (context, st, gettext("Service DN NULL"));
89 if ((st=krb5_add_str_mem_ldap_mod(&mods, "objectclass", LDAP_MOD_ADD, strval)) != 0)
94 st = LDAP_INVALID_DN_SYNTAX;
99 if ((st=krb5_add_str_mem_ldap_mod(&mods, "cn", LDAP_MOD_ADD, strval)) != 0)
103 if ((st=krb5_add_int_mem_ldap_mod(&mods, "krbserviceflags", LDAP_MOD_ADD,
110 if ((st=krb5_add_str_mem_ldap_mod(&mods, "krbhostserver", LDAP_MOD_ADD,
114 st = EINVAL;
115 krb5_set_error_message (context, st, gettex
186 krb5_error_code st=0; local
352 krb5_error_code st = 0; local
422 krb5_error_code st=0, tempst=0; local
574 krb5_error_code st=0; local
[all...]
H A Dkdb_ldap_conn.c50 krb5_error_code st=0; local
54 st = EINVAL;
56 krb5_set_error_message(context, st, gettext("LDAP bind dn value missing"));
61 st = EINVAL;
63 krb5_set_error_message(context, st, gettext("LDAP bind password value missing"));
69 if ((st=krb5_ldap_readpassword(context, ldap_context, &password)) != 0) {
70 prepend_err_str(context, gettext("Error reading password from stash: "), st, st);
79 st = ENOMEM;
80 krb5_set_error_message(context, st, gettex
125 krb5_error_code st=0; local
165 krb5_error_code st=0; local
274 krb5_error_code st=0; local
347 krb5_error_code st=0; local
[all...]
H A Dldap_tkt_policy.c48 krb5_error_code st=0; local
58 st = EINVAL;
59 krb5_set_error_message (context, st, gettext("Ticket Policy Name missing"));
66 if ((st = krb5_ldap_name_to_policydn (context, policy->policy, &policy_dn)) != 0)
71 if ((st=krb5_add_str_mem_ldap_mod(&mods, "cn", LDAP_MOD_ADD, strval)) != 0)
77 if ((st=krb5_add_str_mem_ldap_mod(&mods, "objectclass", LDAP_MOD_ADD, strval)) != 0)
81 if ((st=krb5_add_int_mem_ldap_mod(&mods, "krbmaxticketlife", LDAP_MOD_ADD,
87 if ((st=krb5_add_int_mem_ldap_mod(&mods, "krbmaxrenewableage", LDAP_MOD_ADD,
93 if ((st=krb5_add_int_mem_ldap_mod(&mods, "krbticketflags", LDAP_MOD_ADD,
99 if ((st
125 krb5_error_code st=0; local
203 krb5_error_code st=0, tempst=0; local
298 krb5_error_code st = 0; local
359 krb5_error_code st=0; local
402 krb5_error_code st=0; local
433 krb5_error_code st=0, tempst=0; local
[all...]
H A Dldap_krbcontainer.c79 krb5_error_code st=0, tempst=0; local
96 if ((st=profile_get_string(context->profile, KDB_MODULE_SECTION, ldap_context->conf_section,
99 krb5_set_error_message(context, st, gettext("Error reading kerberos container location "
107 if ((st=profile_get_string(context->profile, KDB_MODULE_DEF_SECTION,
110 krb5_set_error_message(context, st, gettext("Error reading kerberos container location "
122 st = KRB5_KDB_SERVER_INTERNAL_ERR;
123 krb5_set_error_message(context, st, gettext("Kerberos container location not specified"));
133 if (st != LDAP_SUCCESS && st != LDAP_NO_SUCH_OBJECT) {
134 st
[all...]
H A Dldap_realm.c172 krb5_error_code st = 0, tempst = 0; local
183 if ((st = krb5_ldap_read_krbcontainer_params(context,
203 ldap_get_option(ld, LDAP_OPT_ERROR_NUMBER, &st);
204 st = set_ldap_error (context, st, OP_SEARCH);
228 if (st != 0) {
241 return st;
260 krb5_error_code st = 0, tempst=0; local
274 st = EINVAL;
275 krb5_set_error_message (context, st, gettex
396 krb5_error_code st=0; local
789 krb5_error_code st=0; local
911 krb5_error_code st=0; local
960 krb5_error_code st=0; local
1203 krb5_error_code st=0, tempst=0; local
[all...]
H A Dldap_pwd_policy.c56 krb5_error_code st=0; local
74 st = krb5_ldap_name_to_policydn (context, policy->name, &policy_dn);
75 if (st != 0)
81 st = EINVAL;
82 krb5_set_error_message(context, st, gettext("Invalid password policy DN syntax"));
87 if ((st=krb5_add_str_mem_ldap_mod(&mods, "cn", LDAP_MOD_ADD, strval)) != 0)
91 if ((st=krb5_add_str_mem_ldap_mod(&mods, "objectclass", LDAP_MOD_ADD, strval)) != 0)
94 if (((st=krb5_add_int_mem_ldap_mod(&mods, "krbmaxpwdlife", LDAP_MOD_ADD,
96 || ((st=krb5_add_int_mem_ldap_mod(&mods, "krbminpwdlife", LDAP_MOD_ADD,
98 || ((st
133 krb5_error_code st=0; local
192 int st = 0; local
227 krb5_error_code st=0, tempst=0; local
305 krb5_error_code st = 0; local
336 krb5_error_code st=0; local
387 krb5_error_code st=0, tempst=0; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncstat.c46 static struct sl_stats st; variable in typeref:struct:sl_stats
145 sioc.ic_dp = (char *)&st;
157 sioc.ic_dp = (char *)&st;
176 if (st.opack)
177 osize = st.ochar / st.opack;
178 if (st.ipack)
179 isize = st.ichar / st.ipack;
183 st
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtdev.c35 fmtdev(struct stat* st) argument
40 unsigned int ma = major(idevice(st));
41 unsigned int mi = minor(idevice(st));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dinsque.s42 st %o1, [%o0 + 4] ! entryp->back = predp
43 st %g1, [%o0] ! entryp->forw = predp->forw
44 st %o0, [%o1] ! predp->forw = entryp
46 st %o0, [%g1 + 4] ! predp->forw->back = entryp
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dasin.s38 fld %st(1) / x , 1 , x
44 fadd %st(1),%st / 1+x,x
46 fsub %st(2),%st / 1-x,1+x,x
47 fmulp %st,%st(1) / (1-x)*(1+x),x
57 fstp %st(0) / x
58 fstp %st(0) / empty NPX stack
H A Dexp2f.s42 fld %st(0) / duplicate stack top
49 fsub %st(1),%st / x-[x], [x]
52 faddp %st,%st(1) / 2**(x-[x]), [x]
54 fstp %st(1)
58 fstp %st(0) / ,x
61 fstp %st(1) / 2**x
70 faddp %st,%st(
[all...]
/illumos-gate/usr/src/lib/libast/common/vec/
H A Dvecfile.c45 struct stat st; local
50 if (!fstat(fd, &st) && S_ISREG(st.st_mode) && (n = st.st_size) > 0 && (buf = newof(0, char, n + 1, 0)))
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dstatvfs.c67 us2v(register struct statfs* ufs, register struct stat* st, register struct statvfs* vfs)
82 vfs->f_fsid = st->st_dev;
92 struct stat st;
94 if (FSTATFS(fd, &ufs) || fstat(fd, &st))
96 us2v(&ufs, &st, vfs);
104 struct stat st;
106 if (STATFS(path, &ufs) || stat(path, &st))
108 us2v(&ufs, &st, vfs);
119 s2v(register struct stat* st, register struct statvfs* vfs)
124 st
[all...]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmakebuf.c99 struct stat st; local
101 if (fp->f_file < 0 || fstat(fp->f_file, &st) < 0)
109 *couldbetty = S_ISCHR(st.st_mode);
110 if (st.st_blksize == 0)
117 if (S_ISREG(st.st_mode) && st.st_blksize > SM_IO_MAX_BUF_FILE)
118 st.st_blksize = SM_IO_MAX_BUF_FILE;
122 if (!S_ISREG(st.st_mode))
125 if (st.st_blksize > SM_IO_MAX_BUF)
126 st
[all...]
/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c42 visit_dir(const char *path, const struct stat *st, argument
92 if (((st->st_mode & S_IFMT) == S_IFDIR) ||
93 ((st->st_mode & S_IFMT) == S_IFLNK))
104 switch (st->st_mode & S_IFMT) {
106 (void) sprintf(maj, "%ld", major(st->st_rdev));
107 (void) sprintf(min, "%ld", minor(st->st_rdev));
114 (void) sprintf(maj, "%ld", major(st->st_rdev));
115 (void) sprintf(min, "%ld", minor(st->st_rdev));
132 uid = stdfindbyvalue(st->st_uid, usernames);
136 gid = stdfindbyvalue(st
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.h79 #define sk_EVP_PKEY_free(st) SKM_sk_free(EVP_PKEY, (st))
80 #define sk_EVP_PKEY_num(st) SKM_sk_num(EVP_PKEY, (st))
81 #define sk_EVP_PKEY_value(st, i) SKM_sk_value(EVP_PKEY, (st), (i))
82 #define sk_EVP_PKEY_push(st, val) SKM_sk_push(EVP_PKEY, (st), (val))
83 #define sk_EVP_PKEY_find(st, val) SKM_sk_find(EVP_PKEY, (st), (va
[all...]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s106 fstp %st(0) / x
107 fstp %st(0) / stack empty
119 fucomip %st(2),%st / y, x
122 fstp %st(0) / x
131 fstp %st(1) / y
140 fstp %st(0) / x
146 fcomip %st(1),%st / y, x
148 fstp %st(
[all...]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c260 struct fc_state *st; local
282 for (m = 0, st = fc_states; m < fc_max_opens; m++, st++) {
283 if (FC_STATE_ACTIVE(st->state))
286 st->state = FC_STATE_OPEN;
287 st->req = 0;
305 struct fc_state *st; local
310 st = fc_states + m;
311 ASSERT(m < fc_max_opens && FC_STATE_ACTIVE(st->state));
320 if (st
381 struct fc_state *st; local
423 struct fc_state *st; local
496 struct fc_state *st; local
569 struct fc_state *st; local
615 struct fc_state *st; local
778 struct fc_state *st; local
830 struct fc_state *st; local
893 struct fc_state *st; local
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dissubdir.c67 struct stat st; local
94 if (stat(childdir, &st) < 0) {
99 child_dev = st.st_dev;
100 child_rdev = st.st_rdev;
101 (void) strncpy(child_fstype, st.st_fstype,
105 (child_dev != st.st_dev ||
106 inoeq(child_ino[index - 1], st.st_ino))) {
112 child_ino[index++] = st.st_ino;
113 if (S_ISDIR(st.st_mode)) {
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dcflow.c107 if(shp->st.loopcnt)
109 shp->st.execbrk = shp->st.breakcnt = n;
110 if(shp->st.breakcnt > shp->st.loopcnt)
111 shp->st.breakcnt = shp->st.loopcnt;
113 shp->st.breakcnt = -shp->st.breakcnt;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c69 if (!st->st_log_timezone_known) {
71 st->st_log_timezone_known = 1;
74 if (!st->st_log_locale_known) {
75 locale = st->st_locale;
78 st->st_locale = setlocale(LC_MESSAGES, "");
79 if (st->st_locale) {
80 st->st_locale = safe_strdup(st->st_locale);
81 xstr_sanitize(st->st_locale);
84 st
[all...]
/illumos-gate/usr/src/lib/libast/amd64/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/amd64/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/i386/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...]

Completed in 93 milliseconds

1234567891011>>