Searched refs:result (Results 176 - 200 of 1655) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c77 ns_ldap_result_t *result = be->result; local
83 if (result == NULL)
90 uid = __ns_ldap_getAttr(result->entry, _S_UID);
97 passwd = __ns_ldap_getAttr(result->entry, _S_USERPASSWORD);
146 last = __ns_ldap_getAttr(result->entry, _S_LASTCHANGE);
153 smin = __ns_ldap_getAttr(result->entry, _S_MIN);
160 smax = __ns_ldap_getAttr(result->entry, _S_MAX);
167 warning = __ns_ldap_getAttr(result->entry, _S_WARNING);
174 inactive = __ns_ldap_getAttr(result
[all...]
H A Dgetrpcent.c66 ns_ldap_result_t *result = be->result; local
70 if (result == NULL)
76 if (argp->buf.result != NULL) {
86 names = __ns_ldap_getAttrStruct(result->entry, _R_NAME);
92 cname = __s_api_get_canonical_name(result->entry, names, 1);
97 rpcnumber = __ns_ldap_getAttr(result->entry, _R_NUMBER);
120 if (argp->buf.result != NULL)
125 (void) __ns_ldap_freeResult(&be->result);
134 * the data results into *rpc = (struct rpcent *)argp->buf.result
[all...]
H A Dgetgrent.c74 ns_ldap_result_t *result = be->result; local
83 if (result == NULL)
87 if (argp->buf.result != NULL) {
99 gname = __ns_ldap_getAttr(result->entry, _G_NAME);
104 passwd = __ns_ldap_getAttr(result->entry, _G_PASSWD);
121 gid = __ns_ldap_getAttr(result->entry, _G_GID);
132 members = __ns_ldap_getAttrStruct(result->entry, _G_MEM);
156 if (argp->buf.result != NULL)
159 (void) __ns_ldap_freeResult(&be->result);
259 ns_ldap_result_t *result; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_tgt.c822 iscsit_tgt_t *result; local
825 result = iscsit_tgt_lookup_locked(target_name);
828 return (result);
835 iscsit_tgt_t *result; local
842 if ((result = avl_find(&iscsit_global.global_target_list,
844 iscsit_tgt_hold(result);
847 return (result);
853 iscsit_tgt_t *result; local
866 result = lport->lport_port_private;
867 result
1070 int result; local
1089 iscsit_tpgt_t *result; local
1102 iscsit_tpgt_t *result; local
1198 iscsit_sess_t *result; local
1337 iscsit_tpgt_t *result; local
1355 iscsit_tpgt_t *result; local
1564 iscsit_tpg_t *result; local
1577 iscsit_tpg_t *result; local
1727 int result; local
1796 iscsit_portal_t *result; local
1810 iscsit_portal_t *result; local
2063 int result; local
2082 iscsit_ini_t *result; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetgrnam_r.c62 _uncached_getgrnam_r(const char *name, struct group *result, char *buffer,
66 _uncached_getgrgid_r(gid_t gid, struct group *result, char *buffer, int buflen);
73 getgrnam_r(const char *name, struct group *result, char *buffer, int buflen) argument
81 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group);
93 getgrgid_r(gid_t gid, struct group *result, char *buffer, int buflen) argument
97 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group);
105 _uncached_getgrgid_r(gid_t gid, struct group *result, char *buffer, argument
110 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2group);
123 size_t bufsize, struct group **result)
129 if ((*result
122 __posix_getgrgid_r(gid_t gid, struct group *grp, char *buffer, size_t bufsize, struct group **result) argument
138 _uncached_getgrnam_r(const char *name, struct group *result, char *buffer, int buflen) argument
155 __posix_getgrnam_r(const char *name, struct group *grp, char *buffer, size_t bufsize, struct group **result) argument
183 getgrent_r(struct group *result, char *buffer, int buflen) argument
202 fgetgrent_r(FILE *f, struct group *result, char *buffer, int buflen) argument
[all...]
H A Dgetgrnam.c90 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen);
95 ret = getgrgid_r(gid, b->result, b->buffer, b->buflen);
109 ret = getgrnam_r(nam, b->result, b->buffer, b->buflen);
114 ret = getgrnam_r(nam, b->result, b->buffer, b->buflen);
125 getgrent_r(b->result, b->buffer, b->buflen));
134 fgetgrent_r(f, b->result, b->buffer, b->buflen));
/opensolaris-onvv-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_subr.c239 * Put a result into the wakeup table for the master
241 * result are matching
457 /* debug output: dump a result structure */
531 * mdmn_mark_completion(msg, result, flag)
532 * Stores the result of this message into the mmaped memory MCT[setno]
542 * flag == MDMN_MCT_DONE and the appropriate result that we store in the MCT.
551 mdmn_mark_completion(md_mn_msg_t *msg, md_mn_result_t *result, uint_t flag) argument
571 * In case the message flags indicate that the result should not be
575 * this makes sense if the result of the message is a dynamic status
585 mce->mce_result.mmr_msgtype = result
630 mdmn_check_completion(md_mn_msg_t *msg, md_mn_result_t *result) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/
H A DImportController.java164 ActionError [] result = server.importOptions(ref, overwrite);
165 if (result.length > 0) {
168 ResourceStrings.getString("imp_option"), result);
175 result = server.importMacros(ref, overwrite);
176 if (result.length > 0) {
179 ResourceStrings.getString("imp_macro"), result);
197 result = server.importNetwork(nets[i], ref, overwrite);
198 if (result.length > 0) {
202 ResourceStrings.getString("imp_address"), result);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c100 char *result = NULL; local
160 result = name;
166 if (result != NULL)
167 result = strdup(result);
172 return (result);
206 strcpy(res.result.charmap.codeset, name);
207 res.result.charmap.apply = B_TRUE;
211 res.result.charmap.apply = B_FALSE;
/opensolaris-onvv-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c126 int result = 0; local
141 result = -1;
146 result = -1;
151 result = -1;
156 result = -1;
161 result = -1;
166 result = -1;
172 result = -1;
185 result = -1;
201 result
247 int ret, result = 0; local
[all...]
/opensolaris-onvv-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) {
/opensolaris-onvv-gate/usr/src/cmd/print/lpset/
H A Dlpset.c49 static void _decode_ldapResult(int result, char *printerName);
104 int result = 0; local
294 result = 1;
308 result = 1;
350 result = ns_printer_put(printer_obj);
351 if (result != 0) {
353 _decode_ldapResult(result, printer);
357 result = 1;
365 result = 1;
370 result
409 _decode_ldapResult(int result, char *printerName) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dfault_iso.c207 resp_msg.result = FMA_CPU_RESP_FAILURE;
218 resp_msg.result = FMA_CPU_RESP_FAILURE;
224 resp_msg.result = FMA_CPU_RESP_FAILURE;
235 resp_msg.result = FMA_CPU_RESP_FAILURE;
241 resp_msg.result = FMA_CPU_RESP_FAILURE;
272 resp_msg.result = FMA_CPU_RESP_OK;
331 resp_msg.result = FMA_MEM_RESP_OK;
336 resp_msg.result = FMA_MEM_RESP_FAILURE;
341 resp_msg.result = FMA_MEM_RESP_OK;
346 resp_msg.result
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c63 char *cur_locale, *cur_domain, *result, *nlspath; local
125 DFLTMSG(result, msgid1, msgid2, n, plural);
126 return (result);
137 DFLTMSG(result, msgid1, msgid2, n, plural);
138 return (result);
151 DFLTMSG(result, msgid1, msgid2, n, plural);
152 return (result);
161 DFLTMSG(result, msgid1, msgid2, n, plural);
162 return (result);
220 DFLTMSG(result, msgid
754 _textdomain_u(const char *domain, char *result) argument
972 char *result; local
1036 char *result; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c422 int result; local
429 result = populate_DeviceStatsBean(env, vdev, stats, object);
430 if (result != 0) {
446 result = nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_GUID, &vdev_id);
447 if (result != 0) {
473 int result = populate_LeafVirtualDeviceBean( local
476 if (result) {
482 result = nvlist_lookup_string(vdev, ZPOOL_CONFIG_PATH, &path);
483 if (result != 0) {
536 return (result !
544 int result = populate_LeafVirtualDeviceBean( local
574 int result = populate_LeafVirtualDeviceBean( local
617 int result; local
637 int result; local
658 int result; local
679 int result; local
700 int result; local
737 int result; local
864 int result = nvlist_lookup_nvlist( local
888 int result; local
943 int result = nvlist_lookup_string(vdev, ZPOOL_CONFIG_TYPE, &type); local
970 int result = nvlist_lookup_nvlist_array( local
1007 int result = nvlist_lookup_nvlist_array( local
1073 int result = nvlist_lookup_uint64_array( local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DConfigConnection.cpp146 AMT_STATUS result = _pthiCommand.GetDNSSuffixList(dnsSuffixList); local
148 if (result == AMT_STATUS_INTERNAL_ERROR) {
155 return result;
175 AMT_STATUS result = _pthiCommand.SetEnterpriseAccess( local
180 if (result == AMT_STATUS_INTERNAL_ERROR) {
187 return result;
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c551 int result = 0; local
563 result = -1;
571 if ((result == 0) && (prbufp->ppd != NULL))
577 result = -1;
593 result = -1;
609 result = -1;
614 result = -1;
625 if (result == 0)
629 result = -1;
639 if (result
679 int result = 0; local
734 int result = -1; local
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/sys/
H A Dsbrk.c64 void *result; local
71 result = _sbrk_unlocked(addend);
74 return (result);
166 int result; local
178 if ((result = _brk_unlocked(new_brk)) == 0)
182 return (result);
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dgetuserattr.c123 _getuserattr(userstr_t *result, char *buffer, int buflen, int *h_errnop) argument
128 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2userattr);
137 _fgetuserattr(FILE *f, userstr_t *result, char *buffer, int buflen) argument
141 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2userattr);
149 _getusernam(const char *name, userstr_t *result, char *buffer, int buflen, argument
155 NSS_XbyY_INIT(&arg, result, buffer, buflen, str2userattr);
/opensolaris-onvv-gate/usr/src/lib/pam_modules/sample/
H A Dsample_authenticate.c74 int err, result = PAM_AUTH_ERR; local
131 result = PAM_SUCCESS;
152 result = err;
159 result = PAM_AUTH_ERR;
166 result = PAM_SUCCESS;
186 return (result);
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa.h66 * result - pointer to buffer of response. Data will be in host-endian format
80 char *result,
324 * result - pointer to buffer of records returned in response.
349 * Upon successful completion, result points to a buffer containing the records.
350 * length is the size in bytes of the buffer returned in result. If there are
353 * The consumer is responsible for freeing the memory associated with result.
360 void **result);
394 * result - pointer to buffer of path records returned in response
399 * Upon successful completion, result points to a buffer containing the records.
400 * length is the size in bytes of the buffer returned in result
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dclient.c873 int result; local
878 result = entity_find2(cp, childid, &child, parentid, &parent);
879 if (result != REP_PROTOCOL_SUCCESS)
880 return (result);
884 result = rc_node_get_child(&parent->re_node, rpr->rpr_name,
890 return (result);
908 int result; local
913 result = entity_find2(cp, childid, &child, outid, &parent);
914 if (result != REP_PROTOCOL_SUCCESS)
915 return (result);
930 int result; local
959 int result; local
1026 int result; local
1062 int result; local
1098 int result; local
1187 int result; local
1241 rep_protocol_responseid_t result; local
1297 rep_protocol_responseid_t result; local
1376 rep_protocol_responseid_t result; local
1466 int result; local
1488 int result; local
1524 int result; local
1554 int result; local
1650 rep_protocol_responseid_t result; local
1712 int result; local
1772 rep_protocol_responseid_t result; local
2029 rep_protocol_responseid_t result; local
2301 rep_protocol_responseid_t result = INVALID_RESULT; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl389 my @result;
395 push(@result, $lobj->root), next if $lgrp =~ m/^root$/i;
396 push(@result, @lgrps), next if $lgrp =~ m/^all$/i;
397 push(@result, $lobj->leaves), next if $lgrp =~ m/^leaves$/i;
398 push(@result, @intermediates),
400 push(@result, $lgrp),
406 return @result;
575 my $result = '';
590 $result = "$result
[all...]
/opensolaris-onvv-gate/usr/src/cmd/parted/
H A Dstrlist.c112 wchar_t* result; local
117 result = malloc (count * sizeof (wchar_t));
118 if (!result)
122 status = mbsrtowcs(result, &str, count, &ps);
126 result = realloc (result, (wcslen (result) + 1) * sizeof (wchar_t));
127 return result;
149 char* result; local
158 out_buf = result
188 char* result; local
236 StrList* result = str_list_alloc (); local
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c53 char *result = NULL; local
74 result = strdup(buf);
77 return (result);
427 papi_attribute_t **result = NULL; local
449 result = _cvt_nss_entry_to_printer(buf);
451 solaris_lpsched_shortcircuit_hack(&result);
454 fill_printer_uri(&result);
459 printf("getprinterentry(%s): 0x%8.8x\n", (ns ? ns : "NULL"), result);
460 if (result != NULL) {
463 papiAttributeListToString(result, "\
475 papi_attribute_t **result = NULL; local
[all...]

Completed in 261 milliseconds

1234567891011>>