| /osnet-11/usr/src/lib/libradproto/common/ |
| H A D | radclient.c | 509 bool_t success = xdr_unembed_optdata(data, type, local 512 return (success ? 0 : -1);
|
| /osnet-11/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_debug.c | 580 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument 583 if (success) 584 *success = 1; 588 if (success) 589 *success = 0; 594 sym_ntos(const struct res_sym *syms, int number, int *success) { argument 599 if (success) 600 *success = 1; 606 if (success) 607 *success 612 sym_ntop(const struct res_sym *syms, int number, int *success) argument 633 int success; local 669 int success; local 1210 int success; local 1233 int success; local [all...] |
| H A D | res_mkupdate.c | 453 int sig_type, success, dateerror; local 460 sig_type = sym_ston(__p_type_syms, buf2, &success); 461 if (!success || sig_type == ns_t_any) 574 int success, nxt_type; local 593 &success); 594 if (!success || !ns_t_rr_p(nxt_type))
|
| /osnet-11/usr/src/lib/libsmb/common/ |
| H A D | smb_domain.c | 271 smb_dc_reselected(boolean_t success) argument 275 if (success) { 328 * Returns 0 on success and an error code on failure. 526 boolean_t success; local 531 success = smb_domain_lookup_type(SMB_DOMAIN_PRIMARY, &dxi->d_primary); 532 if (!success) 1144 { SMB_DOMAIN_SUCCESS, "success" },
|
| /osnet-11/usr/src/lib/libnisdb/ |
| H A D | ldap_val.c | 2391 int i, success = 0, novalue = 0; local 2427 success++; 2432 ((novalue+success) ==
|
| /osnet-11/usr/src/lib/libpam/ |
| H A D | pam_framework.c | 1016 int success = 0; local 1156 "[%d:%s]:%s(%p, %x): %s: success", 1163 success = 1; 1214 required_error ? "required" : success ? "success" : 1217 success ? PAM_SUCCESS : optional_error ? optional_error : def_err)); 1236 else if (success != 0) 2492 error = PAM_SUCCESS; /* success */ 2572 error = PAM_SUCCESS; /* success */
|
| /osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/ |
| H A D | chip_subr.c | 78 * for the data type. Return 1 on success, otherwise 0. 83 int success = 0; local 94 success = 1; 104 success = 1; 114 success = 1; 125 success = 1; 135 success = 1; 146 return (success ? 0 : 1); 466 status = "sync success";
|
| /osnet-11/usr/src/lib/brand/shared/brand/amd64/ |
| H A D | handler.s | 196 /* Check for syscall emulation success or failure */ 198 je success 202 success: label 209 clc /* success, clear carry flag */
|
| /osnet-11/usr/src/lib/brand/shared/brand/i386/ |
| H A D | handler.s | 173 /* Check for syscall emulation success or failure */ 175 je success 179 success: label 186 clc /* success, clear carry flag */
|
| /osnet-11/usr/src/lib/brand/shared/brand/sparc/ |
| H A D | handler.s | 192 /* Check for syscall emulation success or failure */ 194 be success 200 success: label 208 addcc %g0, %g0, %g0 /* success, clear carry flag */
|
| /osnet-11/usr/src/grub/grub-0.97/netboot/ |
| H A D | undi.c | 407 /* Return 1 for success, to be consistent with other routines */ 429 /* Return 1 for success, to be consistent with other routines */ 509 int success = 0; local 528 success = undi_call ( PXENV_START_UNDI ); 530 if ( success ) undi.prestarted = 1; 531 return success; 535 int success = 0; local 538 success = undi_call ( PXENV_UNDI_STARTUP ); 540 if ( success ) undi.started = 1; 541 return success; 545 int success = 0; local 554 int success = 0; local 567 int success = 0; local 580 int success = 0; local 598 int success = 0; local 608 int success = 0; local 671 int success = 0; local 695 int success = 0; local 709 int success = 0; local 729 int success = 0; local 739 int success = 0; local 757 int success = 0; local 1250 int success; local 1271 int success; local 1288 int success; local 1303 int success; local 1313 int success; local [all...] |
| /osnet-11/usr/src/cmd/sendmail/src/ |
| H A D | alias.c | 507 bool success = false; local 588 success = true; 617 return success;
|
| /osnet-11/usr/src/cmd/ldap/ns_ldap/ |
| H A D | ldapaddent.c | 391 * Return 0 on success 4138 int rc = 0, success = 0; local 4179 success = 1; 4239 if (success) {
|
| /osnet-11/usr/src/lib/nsswitch/pynss/common/ |
| H A D | nssscf.c | 1179 int success; local 1187 success = smf_enable_instance(instance, 0); 1190 success = smf_disable_instance(instance, 0); 1193 success = smf_refresh_instance(instance); 1196 success = smf_restart_instance(instance); 1199 success = smf_maintain_instance(instance, SMF_IMMEDIATE); 1202 success = smf_degrade_instance(instance, SMF_IMMEDIATE); 1205 success = smf_restore_instance(instance); 1208 success = 0; 1212 if (success 1267 int success; local [all...] |
| /yui3/build/simpleyui/ |
| H A D | simpleyui-debug.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true, 3741 request may still be reported as a success because in these browsers 3742 it can be difficult or impossible to distinguish between success and 3978 the transaction, or `null` on success. 4057 the transaction, or `null` on success. 4105 transaction, or `null` on success. 4803 // will still be treated as a success. There's no good workaround for 4945 * @return {String} A semi-colon separated string of tests and their success/failur [all...] |
| /yui3/build/yui/ |
| H A D | yui-debug.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true, 3741 request may still be reported as a success because in these browsers 3742 it can be difficult or impossible to distinguish between success and 3978 the transaction, or `null` on success. 4057 the transaction, or `null` on success. 4105 transaction, or `null` on success. 4803 // will still be treated as a success. There's no good workaround for 4945 * @return {String} A semi-colon separated string of tests and their success/failur [all...] |
| /yui3/build/yui-base/ |
| H A D | yui-base-debug.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true, 3741 request may still be reported as a success because in these browsers 3742 it can be difficult or impossible to distinguish between success and 3978 the transaction, or `null` on success. 4057 the transaction, or `null` on success. 4105 transaction, or `null` on success. 4803 // will still be treated as a success. There's no good workaround for 4945 * @return {String} A semi-colon separated string of tests and their success/failur [all...] |
| /yui3/build/yui-core/ |
| H A D | yui-core-debug.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true,
|
| /yui3/build/yui-nodejs/ |
| H A D | yui-nodejs-debug.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true, 3755 end(cb, 'success', 'success'); 3881 * @return {String} A semi-colon separated string of tests and their success/failure: 1:1;2:1;3:0 4704 * @param {Function} config.onSuccess Callback for the 'success' event 6414 * @param {Boolean} success A boolean denoting success or failure 6416 _finish: function(msg, success) { [all...] |
| /yui3/src/io/as/com/yui/util/ |
| H A D | io.as | 74 httpComplete = function(e:Event):void { success(e, o, timer); }; 107 private function success(e:Event, o:Object, timer:Timer):void { function 114 dispatch(['success', o]);
|
| /yui3/src/simpleyui/js/ |
| H A D | concat.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true, 3741 request may still be reported as a success because in these browsers 3742 it can be difficult or impossible to distinguish between success and 3978 the transaction, or `null` on success. 4057 the transaction, or `null` on success. 4105 transaction, or `null` on success. 4803 // will still be treated as a success. There's no good workaround for 4945 * @return {String} A semi-colon separated string of tests and their success/failur [all...] |
| /yui3/src/yui/js/ |
| H A D | yui.js | 222 ALREADY_DONE = { success: true }; property 829 if (!response.success && this.config.loadErrorFn) { 933 success: true,
|