Searched refs:result (Results 251 - 275 of 1411) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libsasl/include/
H A Dplugin_common.h163 #define _plug_get_userid(utils, result, prompt_need) \
164 _plug_get_simple(utils, SASL_CB_USER, 0, result, prompt_need)
165 #define _plug_get_authid(utils, result, prompt_need) \
166 _plug_get_simple(utils, SASL_CB_AUTHNAME, 1, result, prompt_need)
168 const char **result, sasl_interact_t **prompt_need);
175 const char **result, sasl_interact_t **prompt_need);
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_getalias.c115 ns_ldap_result_t *result = NULL; local
158 (const char **)attribute, NULL, 0, &result,
185 entry = result->entry;
186 for (i = 0; i < result->entries_count; i++) {
210 (void) __ns_ldap_freeResult(&result);
226 (void) __ns_ldap_freeResult(&result);
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetnetent_r.c58 getnetbyname_r(const char *name, struct netent *result, argument
68 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2netent);
79 getnetbyaddr_r(long net, int type, struct netent *result, argument
85 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2netent);
114 getnetent_r(struct netent *result, char *buffer, int buflen) argument
119 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2netent);
H A Dgetprotoent_r.c54 getprotobyname_r(const char *name, struct protoent *result, argument
64 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2protoent);
75 getprotobynumber_r(int proto, struct protoent *result, char *buffer, int buflen) argument
80 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2protoent);
108 getprotoent_r(struct protoent *result, char *buffer, int buflen) argument
113 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2protoent);
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c59 tsol_tpstr_t result; local
63 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr);
104 tsol_tpstr_t result; local
108 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr);
130 tsol_tpstr_t result; local
135 NSS_XbyY_INIT(&arg, &result, buf, sizeof (buf), str_to_tpstr);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetrpcent_r.c55 getrpcbyname_r(const char *name, struct rpcent *result, char *buffer, argument
65 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2rpcent);
75 getrpcbynumber_r(const int number, struct rpcent *result, char *buffer, argument
81 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2rpcent);
106 getrpcent_r(struct rpcent *result, char *buffer, int buflen) argument
111 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2rpcent);
H A Dgetauthattr.c116 _getauthattr(authstr_t *result, char *buffer, int buflen, int *h_errnop) argument
121 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2authattr);
130 _getauthnam(const char *name, authstr_t *result, char *buffer, int buflen, argument
136 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2authattr);
H A Dgetprofattr.c113 _getprofattr(profstr_t *result, char *buffer, int buflen, int *h_errnop) argument
118 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2profattr);
127 _getprofnam(const char *name, profstr_t *result, char *buffer, int buflen, argument
133 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2profattr);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c156 LDAPMessage *result; local
168 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) == -1 )
171 return( ldap_result2error( ld, result, 1 ) );
185 LDAPMessage *result; local
214 * for our bind result to return from the server.
232 * do everything under the protection of the result lock to
250 * Wait for the bind result. Code inside result.c:read1msg()
254 &result ) == -1 ) {
259 rc = ldap_result2error( ld, result,
[all...]
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c186 * Cache the result, as the CPU can't change.
495 int i, result; local
497 result = 1;
500 result = 0;
503 return (result);
508 big_add_abs(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
525 if (result->size < longer + 1) {
526 err = big_extend(result, longer + 1);
532 r = result->value;
555 result
586 big_sub_pos(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
670 big_sub(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
714 big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
759 big_half_pos(BIGNUM *result, BIGNUM *aa) argument
791 big_double(BIGNUM *result, BIGNUM *aa) argument
858 big_sub_pos_high(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
906 big_mulhalf_low(BIGNUM *result, BIGNUM *aa, BIG_CHUNK_TYPE b) argument
936 big_mulhalf_high(BIGNUM *result, BIGNUM *aa, BIG_CHUNK_TYPE b) argument
963 big_shiftleft(BIGNUM *result, BIGNUM *aa, int offs) argument
992 big_shiftright(BIGNUM *result, BIGNUM *aa, int offs) argument
1020 big_div_pos(BIGNUM *result, BIGNUM *remainder, BIGNUM *aa, BIGNUM *bb) argument
1555 big_mul(BIGNUM *result, BIGNUM *aa, BIGNUM *bb) argument
1766 BIG_CHUNK_TYPE result, tmp; local
1809 big_mont_rr(BIGNUM *result, BIGNUM *n) argument
1841 big_mont_conv(BIGNUM *result, BIGNUM *a, BIGNUM *n, BIG_CHUNK_TYPE n0, BIGNUM *n_rr) argument
1891 big_modexp_ncp_int(BIGNUM *result, BIGNUM *ma, BIGNUM *e, BIGNUM *n, BIGNUM *tmp, BIG_CHUNK_TYPE n0) argument
2044 big_modexp_ncp_float(BIGNUM *result, BIGNUM *ma, BIGNUM *e, BIGNUM *n, BIGNUM *tmp, BIG_CHUNK_TYPE n0) argument
2298 big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr, big_modexp_ncp_info_t *info) argument
2384 big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e, BIGNUM *n, BIGNUM *n_rr) argument
2391 big_modexp_crt_ext(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1, BIGNUM *dmodqminus1, BIGNUM *p, BIGNUM *q, BIGNUM *pinvmodq, BIGNUM *p_rr, BIGNUM *q_rr, big_modexp_ncp_info_t *info) argument
2491 big_modexp_crt(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1, BIGNUM *dmodqminus1, BIGNUM *p, BIGNUM *q, BIGNUM *pinvmodq, BIGNUM *p_rr, BIGNUM *q_rr) argument
2515 big_sqrt_pos(BIGNUM *result, BIGNUM *n) argument
2927 big_nextprime_pos_ext(BIGNUM *result, BIGNUM *n, big_modexp_ncp_info_t *info) argument
2984 big_nextprime_pos(BIGNUM *result, BIGNUM *n) argument
2991 big_nextprime_pos_slow(BIGNUM *result, BIGNUM *n) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DSysCommand.java161 String result = null;
168 if (result == null)
169 result = line;
171 result = result.concat("\n" + line);
173 return (result);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetarename.c173 int result; local
191 result = meta_mn_send_command(sp, newargc, newargv,
195 if (result != 0) {
196 md_exit(sp, result);
205 result = meta_mn_send_command(sp, newargc, newargv,
210 md_exit(sp, result);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.index.d150 this->result = index(command[i].str, command[i].substr);
153 command[i].str, command[i].substr, this->result);
160 printf("%d\\n\");\n", this->result);
168 this->result = rindex(command[i].str, command[i].substr);
171 command[i].str, command[i].substr, this->result);
178 printf("%d\\n\");\n", this->result);
186 this->result = index(command[i].str,
190 command[i].substr, command[i].position, this->result);
197 printf("%d\\n\");\n", this->result);
205 this->result
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvd.c231 xpvd_info(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) argument
238 *result = (void *)0;
242 *result = (void *)xpvd_dip;
446 ddi_intr_handle_impl_t *hdlp, void *result)
460 *(int *)result = DDI_INTR_TYPE_FIXED;
464 *(int *)result = 1;
477 *(int *)result = 1; /* DDI_INTR_TYPE_FIXED */
496 *(int *)result = priority;
501 if (*(int *)result > LOCK_LEVEL)
509 if ((*psm_intr_ops)(rdip, hdlp, PSM_INTR_OP_SET_PRI, result)
445 xpvd_intr_ops(dev_info_t *pdip, dev_info_t *rdip, ddi_intr_op_t intr_op, ddi_intr_handle_impl_t *hdlp, void *result) argument
688 xpvd_ctlops(dev_info_t *dip, dev_info_t *rdip, ddi_ctl_enum_t ctlop, void *arg, void *result) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_phy.c89 uint32_t result; local
115 result = MCDI_OUT_DWORD(req, POLL_BIST_OUT_RESULT);
117 if (result == MC_CMD_POLL_BIST_FAILED &&
146 } else if (result == MC_CMD_POLL_BIST_FAILED &&
160 if (result == MC_CMD_POLL_BIST_RUNNING)
162 else if (result == MC_CMD_POLL_BIST_PASSED)
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc63 static void construct_string_from_pattern(Percent pat_rule, String percent, String result);
117 Doname result; local
286 result = (Doname) source->state;
289 result = doname(source,
294 result = doname(source,
300 result = target_can_be_built(source);
302 if (result == build_ok) {
303 return result;
312 switch (result) {
809 Doname result local
1389 construct_string_from_pattern(Percent pat_rule, String percent, String result) argument
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dhex.c34 int result = count; local
71 result = -1;
76 return (result);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dclass_id.c89 char *result; local
113 result = strdup(opp->oprom_array);
115 return (result);
176 * the `name' property is the same as the result of `uname -i', modulo
/illumos-gate/usr/src/lib/krb5/ss/
H A Dmk_cmds.c42 int result; local
90 result = yyparse();
95 return result;
/illumos-gate/usr/src/lib/pysolaris/common/
H A Dmisc.c102 char *message, *result; local
108 result = dgettext(TEXT_DOMAIN, message);
110 ret = Py_BuildValue("s", result);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c97 int result; local
126 result = s1394_claim_addr_blk(hal, &addr);
127 if (result != DDI_SUCCESS) {
150 result = s1394_claim_addr_blk(hal, &addr);
151 if (result != DDI_SUCCESS) {
174 result = s1394_claim_addr_blk(hal, &addr);
175 if (result != DDI_SUCCESS) {
198 result = s1394_claim_addr_blk(hal, &addr);
199 if (result != DDI_SUCCESS) {
222 result
549 int result; local
662 int result; local
965 int result; local
1049 int result; local
1169 int result; local
1368 int result; local
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dether_addr.c90 * use the buffer passed in if result is to be returned
93 if (argp->buf.result != NULL) {
100 if (argp->buf.result != NULL) {
151 argp->buf.result = &etheraddr;
155 argp->buf.result = NULL;
/illumos-gate/usr/src/cmd/policykit/
H A Dpolkit-is-privileged.c82 LibPolKitResult result; local
161 result = libpolkit_is_uid_allowed_for_privilege (ctx,
169 switch (result) {
195 printf ("result %d\n", result);
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h169 * Atomic exclusive operations will set "result" to "-1"
170 * if the bit is already set/cleared. "result" will be set
178 #define BT_ATOMIC_SET_EXCL(bitmap, bitindex, result) \
179 { result = atomic_set_long_excl(&(BT_WIM(bitmap, bitindex)), \
181 #define BT_ATOMIC_CLEAR_EXCL(bitmap, bitindex, result) \
182 { result = atomic_clear_long_excl(&(BT_WIM(bitmap, bitindex)), \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddr_cpu.h68 uint32_t result; /* result of the operation */ member in struct:__anon10318

Completed in 700 milliseconds

<<11121314151617181920>>