Searched refs:result (Results 201 - 225 of 1655) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c92 struct mapid_res result; local
102 result.status = NFSMAPID_INVALID;
103 result.u_res.uid = UID_NOBODY;
117 result.status = NFSMAPID_UNMAPPABLE;
118 result.u_res.uid = UID_NOBODY;
129 result.status = NFSMAPID_UNMAPPABLE;
130 result.u_res.uid = UID_NOBODY;
134 result.u_res.uid = (uid_t)id;
135 result.status = NFSMAPID_NUMSTR;
149 rc = idmap_getuidbywinname(user, domain, 0, &result
190 struct mapid_res result; local
341 struct mapid_res result; local
440 struct mapid_res result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dldaptool-sasl.c89 if (interact->result == NULL) {
120 interact->result = (char *)malloc(strlen(defvalue)+1);
121 if ((char *)interact->result != NULL) {
122 strcpy((char *)interact->result,defvalue);
123 interact->len = strlen((char *)(interact->result));
132 if ((char *)interact->result == NULL) {
203 interact->result = (char *) strdup(newvalue);
205 if (interact->result == NULL)
/opensolaris-onvv-gate/usr/src/cmd/lvm/util/
H A Dmetareplace.c185 int result; local
202 result = meta_mn_send_command(sp, newargc, newargv,
206 if (result != 0) {
207 md_exit(sp, result);
215 result = meta_mn_send_command(sp, newargc, newargv,
225 if ((result == 0) && (strcmp(miscname, MD_MIRROR) == 0)) {
226 if ((result = meta_mn_send_resync_starting(namep, ep))
230 md_exit(sp, result);
/opensolaris-onvv-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dclient_handler.s57 ret ! Return result ...
58 restore %o0, %g0, %o0 ! delay; result in %o0
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.t26 my ($n, $result, $info) = @_;
27 if ($result) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dtermcap.pl117 local($result) = '';
124 $result .= $1;
128 $result .= sprintf("%d",shift(@tmp));
140 $result .= sprintf("%c",$tmp);
144 $result .= sprintf("%c",shift(@tmp)+ord($string));
160 $result .= sprintf("%02d",shift(@tmp));
164 $result .= sprintf("%03d",shift(@tmp));
175 $result . $string . $after;
/opensolaris-onvv-gate/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet37 $result = <$FH>;
40 return ($result);
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_CAClient.cpp44 SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveRootCACertificate(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveRootCACertificateResponse &result) argument
72 if (!&result)
74 soap_default_KMS_CA__RetrieveRootCACertificateResponse(soap, &result);
82 soap_get_KMS_CA__RetrieveRootCACertificateResponse(soap, &result, "", "");
92 SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveLocalClock(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveLocalClockResponse &result) argument
120 if (!&result)
122 soap_default_KMS_CA__RetrieveLocalClockResponse(soap, &result);
130 soap_get_KMS_CA__RetrieveLocalClockResponse(soap, &result, "", "");
H A DKMS_CAStub.h252 SOAP_FMAC5 int SOAP_FMAC6 KMS_CA__RetrieveRootCACertificate(struct soap*, char *EntityID, struct KMS_CA__RetrieveRootCACertificateResponse &result);
254 SOAP_FMAC5 int SOAP_FMAC6 KMS_CA__RetrieveLocalClock(struct soap*, char *EntityID, struct KMS_CA__RetrieveLocalClockResponse &result);
277 SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveRootCACertificate(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveRootCACertificateResponse &result);
279 SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveLocalClock(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveLocalClockResponse &result);
H A DKMS_CertificateClient.cpp44 SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_Certificate__RetrieveEntityCertificate(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct xsd__hexBinary ClientAuthenticationResponse, struct xsd__hexBinary ServerAuthenticationChallenge, struct KMS_Certificate__RetrieveEntityCertificateResponse &result) argument
74 if (!&result)
76 soap_default_KMS_Certificate__RetrieveEntityCertificateResponse(soap, &result);
84 soap_get_KMS_Certificate__RetrieveEntityCertificateResponse(soap, &result, "", "");
/opensolaris-onvv-gate/usr/src/lib/libsocket/inet/
H A Dgetservent_r.c80 getservent_r(struct servent *result, char *buffer, int buflen) argument
85 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2servent);
H A Dgetservbyname_r.c59 getservbyname_r(const char *name, const char *proto, struct servent *result, argument
77 nssout.nss.serv = result;
93 getservbyport_r(int port, const char *proto, struct servent *result, argument
111 nssout.nss.serv = result;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c35 * Debugging routine for printing the value of a result
39 printresult(ns_ldap_result_t *result) argument
45 printf("entries_count %d\n", result->entries_count);
46 curEntry = result->entry;
47 for (i = 0; i < result->entries_count; i++) {
75 getattr(ns_ldap_result_t *result, int i) argument
83 if (result != NULL) {
84 entry = result->entry;
88 if (result->entries_count == 0) {
/opensolaris-onvv-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_authenticate.c96 int result = PAM_AUTH_ERR; local
162 result = err;
214 result = PAM_BUF_ERR;
221 result = err;
232 result = PAM_SYSTEM_ERR;
239 result = PAM_BUF_ERR;
243 result = PAM_SYSTEM_ERR;
252 result = PAM_BUF_ERR;
317 result = PAM_IGNORE;
323 result
531 int result = PAM_AUTH_ERR; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/policykit/libpolkit/common/
H A Dlibpolkit.h51 GList **result);
66 gboolean *result);
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_resource.c344 iser_vmem_mr_pool_t *result; local
347 result = kmem_zalloc(sizeof (*result), KM_SLEEP);
348 result->ivmp_hca = hca;
349 result->ivmp_mr_flags = arena_mr_flags;
350 result->ivmp_chunksize = chunksize;
351 result->ivmp_max_total_size = max_total_size;
352 mutex_init(&result->ivmp_mutex, NULL, MUTEX_DRIVER, NULL);
353 avl_create(&result->ivmp_mr_list, iser_vmem_mr_compare,
359 avl_add(&result
395 void *result; local
497 iser_mr_t *result = NULL; local
544 iser_mr_t *result = NULL; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c131 int result; local
140 result = (add) ? ixgbe_multicst_add(ixgbe, mcst_addr)
145 return (result);
611 long result; local
620 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
621 if (result < MIN_TX_COPY_THRESHOLD ||
622 result > MAX_TX_COPY_THRESHOLD)
625 ixgbe->tx_copy_thresh = (uint32_t)result;
634 (void) ddi_strtol(pr_val, (char **)NULL, 0, &result);
635 if (result < MIN_TX_RECYCLE_THRESHOL
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.h36 ddi_intr_handle_impl_t *handle, void *result);
38 ddi_intr_handle_impl_t *handle, void *result);
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dfault_iso.h47 /* FMA CPU result codes */
58 uint32_t result; member in struct:__anon10424
75 /* FMA result codes */
86 uint32_t result; member in struct:__anon10426
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/plain/
H A Dplain.c110 int result; local
183 result = params->canon_user(params->utils->conn,
185 if (result != SASL_OK) {
187 return result;
191 result = params->utils->checkpass(params->utils->conn,
197 if (result != SASL_OK) {
205 return result;
211 result = params->canon_user(params->utils->conn,
213 if (result != SASL_OK) return result;
318 int result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fps/include/
H A Dfpsapi.h78 int32_t result; member in struct:fps_event_reply
/opensolaris-onvv-gate/usr/src/cmd/mkpwdict/
H A Dmkpwdict.c69 int result; local
130 if ((result = lock_db(dbdst)) == 0) {
132 result = build_dict_database(dbsrc, dbdst);
135 if (result != 0)
/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c232 authattr_t *result; local
268 result = getauthnam(authname);
269 if (result == NULL) {
271 free_authattr(result);
274 free_authattr(result);
310 profattr_t *result; local
321 result = getprofnam(profname);
322 if (result == NULL) {
326 free_profattr(result);
345 userattr_t *result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/parted/
H A Dcommand.c110 StrList* result = NULL; local
113 result = str_list_join (result,
115 return result;
/opensolaris-onvv-gate/usr/src/common/bignum/
H A Dbignum.h109 typedef BIG_ERR_CODE (*big_modexp_ncp_func_ptr)(BIGNUM *result,
126 void mont_mulf_noconv(uint32_t *result, double *dm1, double *dm2, double *dt,
140 BIG_ERR_CODE big_mont_rr(BIGNUM *result, BIGNUM *n);
141 BIG_ERR_CODE big_modexp(BIGNUM *result, BIGNUM *a, BIGNUM *e,
143 BIG_ERR_CODE big_modexp_ext(BIGNUM *result, BIGNUM *a, BIGNUM *e,
145 BIG_ERR_CODE big_modexp_crt(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1,
148 BIG_ERR_CODE big_modexp_crt_ext(BIGNUM *result, BIGNUM *a, BIGNUM *dmodpminus1,
153 BIG_ERR_CODE big_div_pos(BIGNUM *result, BIGNUM *remainder,
157 BIG_ERR_CODE big_add(BIGNUM *result, BIGNUM *aa, BIGNUM *bb);
158 BIG_ERR_CODE big_add_abs(BIGNUM *result, BIGNU
[all...]

Completed in 211 milliseconds

1234567891011>>