Searched defs:result (Results 51 - 75 of 1174) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c54 LDAPMessage *result=NULL; local
61 LDAP_MSG_ALL, &ztime, &result);
73 if ((st=ldap_result2error(ldap_server_handle->ldap_handle, result, 1)) == LDAP_SUCCESS) {
80 ldap_msgfree(result);
83 ldap_msgfree(result);
H A Dldap_krbcontainer.c81 LDAPMessage *result=NULL, *ent=NULL; local
156 if ((ent = ldap_first_entry(ld, result)) != NULL) {
165 ldap_msgfree(result);
174 if ((ent = ldap_first_entry(ld, result))) {
179 ldap_msgfree(result);
189 ent=ldap_first_entry(ld, result);
195 ldap_msgfree(result);
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dregex.c80 char * result,
85 replace (pp, result, value)
87 char * result;
118 for (q = result; *q; q++) switch (*q) {
78 replace( char ** pp, char * result, char * value, int nbra ) argument
/illumos-gate/usr/src/uts/common/io/
H A Detheraddr.c38 localetheraddr(struct ether_addr *hint, struct ether_addr *result) argument
54 if (result != NULL)
55 *result = addr;
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc89 Doname result; local
135 result = build_ok;
137 result = build_failed;
146 return result;
162 return result;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddnlc.c66 uintptr_t result, addr = wsp->walk_addr; local
84 result = addr;
95 return (wsp->walk_callback(result, &result, wsp->walk_cbdata));
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dls.c66 int result, ch; local
69 result = CMD_OK;
108 result = CMD_ERROR;
146 return(result);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dexec.c51 struct preloaded_file **result)
55 r = __elfN(loadfile)(filename, dest, result);
50 arm_load(char *filename, u_int64_t dest, struct preloaded_file **result) argument
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Delf_freebsd.c47 struct preloaded_file **result)
51 r = __elfN(loadfile)(filename, dest, result);
60 if (!strcmp((*result)->f_type, "elf kernel"))
61 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
46 ofw_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result) argument
H A Dppc64_elf_freebsd.c49 struct preloaded_file **result)
53 r = __elfN(loadfile)(filename, dest, result);
61 if (!strcmp((*result)->f_type, "elf kernel"))
62 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
48 ppc64_ofw_elf_loadfile(char *filename, u_int64_t dest, struct preloaded_file **result) argument
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Delf_freebsd.c51 struct preloaded_file **result)
55 r = __elfN(loadfile)(filename, dest, result);
64 if (!strcmp((*result)->f_type, "elf kernel"))
65 __syncicache((void *) (*result)->f_addr, (*result)->f_size);
50 uboot_load(char *filename, u_int64_t dest, struct preloaded_file **result) argument
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c90 int result = PAM_AUTH_ERR; local
110 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS)
117 result = PAM_BUF_ERR;
124 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS)
131 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS)
141 if ((result = __ldap_to_pamerror(ldaprc)) != PAM_SUCCESS)
152 result = PAM_AUTH_ERR;
176 * If yes, set appropriate PAM result code
184 result = PAM_SUCCESS;
191 result
[all...]
/illumos-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...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlist.c83 * the list of items from list1. The result is a list (type **). If
87 list_concatenate(void ***result, void **list2) argument
94 if ((result == NULL) || ((*result == NULL) && (list2 == NULL))) {
99 list1 = *result;
111 if ((*result = (void **)calloc((new_size), sizeof (void *))) != NULL) {
116 (*result)[count++] = list1[size1];
119 (*result)[count++] = list2[size2];
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_generic.c134 int result; local
162 result = x86pi_set_frufmri(mod, hcfmri, t_parent, t_node, flag);
163 if (result != 0) {
174 result = x86pi_set_label(mod, hcfmri->location, hcfmri->hc_name,
176 if (result != 0) {
186 result = x86pi_set_auth(mod, hcfmri, t_parent, t_node);
187 if (result != 0) {
198 result = x86pi_set_system(mod, t_node);
199 if (result != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_generic.c47 int result; local
54 result = pi_enum_generic_impl(mod, mdp, mde_node, inst, t_parent,
57 return (result);
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_date.c57 u_int32_t result; local
86 result = time.tm_sec; /*%< Seconds */
87 result += time.tm_min * 60; /*%< Minutes */
88 result += time.tm_hour * (60*60); /*%< Hours */
89 result += (time.tm_mday - 1) * SECS_PER_DAY; /*%< Days */
94 result += mdays * SECS_PER_DAY; /*%< Months */
96 result += SECS_PER_DAY; /*%< Add leapday for this year */
99 result += (time.tm_year - 70) * (SECS_PER_DAY*365); /*%< Years */
102 result += SECS_PER_DAY; /*%< Add leapday for prev year */
103 return (result);
114 int result = 0; local
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_jni_support.c91 char *result = NULL; local
146 result = (char *)calloc(len + 1, sizeof (char));
152 if (result == NULL) {
167 (jbyte *)result);
179 return (result);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dcharsets.c210 char *result; local
230 result = malloc(maxlen);
231 if (result == NULL) {
237 if (!CFStringGetCString(s, result, maxlen, kCFStringEncodingUTF8)) {
244 return result;
260 char *result; local
272 result = malloc(maxlen);
273 if (result == NULL) {
279 if (!CFStringGetCString(s, result, maxlen,
287 return result;
[all...]
H A Dssp.c229 SPNEGO_NEGRESULT result; local
372 * Get final SPNEGO result from the INPUT token.
374 rc = spnegoGetNegotiationResult(stok_in, &result);
380 DPRINT("spnego result: 0x%x", result);
381 if (result != spnego_negresult_success) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c69 _switch_gethostbyname_r(const char *nam, struct hostent *result, char *buffer,
74 struct hostent *result, char *buffer, int buflen, int *h_errnop);
78 _uncached_gethostbyname_r(const char *nam, struct hostent *result, argument
81 return (_switch_gethostbyname_r(nam, result,
87 struct hostent *result, char *buffer, int buflen, int *h_errnop)
90 result, buffer, buflen, h_errnop));
96 gethostbyname_r(const char *nam, struct hostent *result, char *buffer,
101 struct hostent *result, char *buffer, int buflen, int *h_errnop);
104 gethostbyname_r(const char *nam, struct hostent *result, char *buffer, argument
131 nssout.nss.host.hent = result;
86 _uncached_gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
147 gethostbyaddr_r(const char *addr, int length, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
[all...]
H A Dgethostent6.c87 __gethostent6(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
92 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent6);
H A Dgethostent_r.c91 gethostent_r(struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
96 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2hostent);
/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/lib/libipmp/common/
H A Dipmp_admin.c44 mi_result_t result; local
62 retval = ipmp_read(statep->st_fd, &result, sizeof (result), &end);
66 errno = result.me_sys_error;
67 retval = result.me_mpathd_error;

Completed in 2456 milliseconds

1234567891011>>