Searched refs:result (Results 126 - 150 of 1655) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetmasks.c55 * and argp->buf.result to non-NULL.
69 ns_ldap_result_t *result = be->result; local
72 if (result == NULL)
77 netmask = __ns_ldap_getAttr(result->entry, _N_NETMASK);
85 if (argp->buf.result != NULL) {
100 (void) __ns_ldap_freeResult(&be->result);
H A Dgetbootparams.c63 ns_ldap_result_t *result = be->result; local
65 if (result == NULL)
68 if (argp->buf.result != NULL) {
80 names = __ns_ldap_getAttr(result->entry, _B_HOSTNAME);
86 bparams = __ns_ldap_getAttrStruct(result->entry, _B_PARAMETER);
113 if (argp->buf.result != NULL)
118 (void) __ns_ldap_freeResult(&be->result);
H A Dgetprofattr.c69 ns_ldap_result_t *result = be->result; local
73 if (result == NULL)
80 name = __ns_ldap_getAttr(result->entry, _PROF_NAME);
86 res1 = __ns_ldap_getAttr(result->entry, _PROF_RES1);
92 res2 = __ns_ldap_getAttr(result->entry, _PROF_RES2);
98 des = __ns_ldap_getAttr(result->entry, _PROF_DESC);
104 attr = __ns_ldap_getAttr(result->entry, _PROF_ATTRS);
117 if (argp->buf.result != NULL) {
128 if (argp->buf.result !
[all...]
H A Dgetuserattr.c69 ns_ldap_result_t *result = be->result; local
73 if (result == NULL)
80 name = __ns_ldap_getAttr(result->entry, _USER_NAME);
87 qu = __ns_ldap_getAttr(result->entry, _USER_QUALIFIER);
93 res1 = __ns_ldap_getAttr(result->entry, _USER_RES2);
99 res2 = __ns_ldap_getAttr(result->entry, _USER_RES2);
105 attr = __ns_ldap_getAttr(result->entry, _USER_ATTRS);
118 if (argp->buf.result != NULL) {
129 if (argp->buf.result !
[all...]
H A Dgetservent.c53 ns_ldap_result_t *result; member in struct:_nss_services_cookie
67 if ((*cookieP)->result)
68 (void) __ns_ldap_freeResult(&(*cookieP)->result);
75 _nss_services_cookie_new(ns_ldap_result_t *result, int index, char *cname) { argument
83 * result has been allocated either by __ns_ldap_firstEntry
86 cookie->result = result;
117 ns_ldap_result_t *result; local
127 result = cookie->result;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c41 * After a partition on a medium has been mounted as a result of
474 int result; local
557 result = remove_notify_files(aa);
558 result = TRUE;
560 result = remove_notify_files(aa);
561 if (result == TRUE) {
566 result = create_notify_files(aa);
567 if (result == TRUE) {
572 result = create_notify_files(aa);
573 if (result
641 int result; local
762 int result; local
888 int result; local
1040 int result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A Dfilter-util.pl33 my($number, $result, $note) = @_ ;
41 print "not " if !$result ;
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c55 _uncached_getpwuid_r(uid_t uid, struct passwd *result, char *buffer,
59 _uncached_getpwnam_r(const char *name, struct passwd *result, char *buffer,
67 getpwnam_r(const char *name, struct passwd *result, char *buffer, int buflen) argument
75 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd);
87 getpwuid_r(uid_t uid, struct passwd *result, char *buffer, int buflen) argument
91 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd);
100 _uncached_getpwuid_r(uid_t uid, struct passwd *result, char *buffer, argument
105 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2passwd);
119 size_t bufsize, struct passwd **result)
125 if ((*result
118 __posix_getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result) argument
134 _uncached_getpwnam_r(const char *name, struct passwd *result, char *buffer, int buflen) argument
151 __posix_getpwnam_r(const char *name, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result) argument
180 getpwent_r(struct passwd *result, char *buffer, int buflen) argument
199 fgetpwent_r(FILE *f, struct passwd *result, char *buffer, int buflen) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A DKMS_AgentStub.h716 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__ListKeyGroups(struct soap*, struct KMS_Agent__QueryParameters QueryParameters, struct KMS_Agent__ListKeyGroupsResponse &result);
718 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__CreateDataUnit(struct soap*, char *ExternalUniqueID, char *ExternalTag, char *Description, struct KMS_Agent__CreateDataUnitResponse &result);
720 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__RetrieveDataUnit(struct soap*, char *DataUnitID, char *ExternalUniqueID, char *ExternalTag, char *Description, struct KMS_Agent__RetrieveDataUnitResponse &result);
722 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, char *ExternalUniqueID, char *ExternalTag, char *Description, struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse &result);
724 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__DisassociateDataUnitKeys(struct soap*, struct KMS_Agent__DataUnit DataUnit, struct KMS_Agent__DisassociateDataUnitKeysResponse &result);
726 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__CreateKey(struct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agent__CreateKeyResponse &result);
728 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__CreateKey2(struct soap*, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agent__CreateKey2Response &result);
730 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__RetrieveKey(struct soap*, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, struct KMS_Agent__RetrieveKeyResponse &result);
732 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__RetrieveKey2(struct soap*, char *KeyID, struct KMS_Agent__DataUnit DataUnit, char *KeyGroupID, char *AgentKWKID, struct KMS_Agent__RetrieveKey2Response &result);
734 SOAP_FMAC5 int SOAP_FMAC6 KMS_Agent__RetrieveDataUnitKeys(struct soap*, struct KMS_Agent__DataUnit DataUnit, long PageSize, long PageOffset, char *KeyID, struct KMS_Agent__RetrieveDataUnitKeysResponse &result);
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libipp-core/common/
H A Dipp_types.c205 int result; local
211 result = MAXINT;
216 result = 1023;
221 result = 63;
226 result = 255;
229 result = MAXINT;
234 result = min(t->max, result);
237 return (result);
244 int result; local
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dserver.c156 int result=SASL_OK, tmpresult; local
181 result = _sasl_getcallback(conn, SASL_CB_SERVER_USERDB_SETPASS,
183 if(result == SASL_OK && setpass_cb) {
195 result = SASL_OK;
227 result = tmpresult;
240 RETURN(conn, result);
403 int result; local
420 result = LOCK_MUTEX(&server_plug_mutex);
421 if (result != SASL_OK)
422 return result;
672 int result; local
763 int result; local
1215 int result = SASL_OK; local
1290 int result; local
[all...]
H A Dconfig.c96 int result; local
110 result = _sasl_strdup(filename, &gctx->config_path, NULL);
111 if (result != SASL_OK)
158 result = SASL_NOMEM;
171 result = _sasl_strdup(key,
175 if (result!=SASL_OK)
178 result = _sasl_strdup(key,
181 if (result!=SASL_OK) return result;
184 result
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmddoors.c130 md_mn_result_t *result = NULL; local
136 kmsg->kmsg_size, &result, &ep);
138 if (result == NULL) {
141 kresult.kmmr_comm_state = result->mmr_comm_state;
143 kresult.kmmr_msgtype = result->mmr_msgtype;
144 kresult.kmmr_flags = result->mmr_flags;
145 kresult.kmmr_exitval = result->mmr_exitval;
146 kresult.kmmr_failing_node = result->mmr_failing_node;
147 size = result->mmr_out_size;
153 bcopy(result
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dref.t308 my $result = runperl (switches => ['-wl'], stderr => 1,
311 if ($? == 0 and $result eq $expect) {
315 print "# expected ", _qq ($expect), ", got ", _qq ($result), "\n";
330 my $result = runperl (switches=>['-l'],
333 if ($result eq $expect) {
337 foreach ($expect, $result) {
340 print "# expected \"$expect\", got \"$result\"\n";
363 $result = runperl(
367 print "not " if length $result;
369 print "# got: $result\
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_ddi.c204 _nskern_getinfo(dev_info_t *dip, ddi_info_cmd_t cmd, void *arg, void **result) argument
210 *result = nskern_dip;
216 *result = 0;
359 ls_elt_t *result = 0; local
362 result = p->ls_next;
363 result->ls_prev->ls_next = result->ls_next;
364 result->ls_next->ls_prev = result->ls_prev;
365 LS_INIT(result);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_locking_andx.c119 * request which were successfully locked as a result of this protocol will
181 * user's data buffer as a result of this notification crossing on the wire
240 DWORD result; local
316 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
318 if (result != NT_STATUS_SUCCESS) {
333 result = smb_lock_range(sr, offset64, length64, timeout,
335 if (result != NT_STATUS_SUCCESS) {
336 smb_lock_range_error(sr, result);
349 result = smb_unlock_range(sr, sr->fid_ofile->f_node,
351 if (result !
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dinet.c30 struct addrinfo hints, *result; local
38 if (getaddrinfo(hostname, NULL, &hints, &result) == 0) {
39 if (result->ai_family == AF_INET)
40 addr = ((void *)&((struct sockaddr_in *)result->ai_addr)->sin_addr);
41 else if (result->ai_family == AF_INET6)
42 addr = ((void *)&((struct sockaddr_in6 *)result->ai_addr)->sin6_addr);
44 str = (char *)inet_ntop_native(result->ai_family, addr, abuf,
46 freeaddrinfo(result);
81 struct addrinfo hints, *result; local
87 if (getaddrinfo(hostname, NULL, &hints, &result)
220 const char *result; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c57 char *result = NULL; local
60 result = strrchr(uri, '/');
62 if (result == NULL)
63 result = uri;
65 result++;
68 snprintf(buf, sizeof (buf), "lpsched://localhost/printers/%s", result);
69 result = buf;
72 return (result);
78 papi_status_t result; local
91 result
110 papi_status_t result; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c201 int result; local
232 result = PAM_USER_UNKNOWN;
243 result = PAM_IGNORE;
252 result = PAM_SYSTEM_ERR;
283 result = PAM_BUF_ERR;
306 result = PAM_BUF_ERR;
323 result = PAM_IGNORE;
328 result = PAM_AUTH_ERR;
333 result = PAM_SYSTEM_ERR;
337 result
362 int result; member in struct:argres
400 int result; local
491 int result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb1.c172 int result; local
176 result = db->close(db);
183 return result;
232 int result; local
241 result = db->get(db, &dbkey, &dbdata, flags);
242 if (result != 0)
244 if (result == 1)
282 int result; local
289 result = fchown(fd, uid, gid);
290 if (result <
343 int result; local
462 int result; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
H A DConsole.java53 boolean result = defaultReturn;
77 result = true;
80 result = false;
85 return (result);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DDhcpCfgFunction.java59 boolean result = false;
64 result = true;
70 if (!result) {
74 return (result);
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineExpression.d66 inline int result = 3 > 2 ? 3 : 2;
78 new_uint32, new_uint64, new_uintptr, result);
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dlex_var.h7 #define YY_INPUT(buf, result, max_size) \
11 result = 1; \
22 result = n; \
25 else if ( ((result = fread( buf, 1, 1, yyin )) == 0) \

Completed in 207 milliseconds

1234567891011>>