| /onnv-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_standalone.c | 846 ns_ldap_return_code ret_code; in getDirBaseDN() local 871 if ((ret_code = convert_to_door_line(ld, in getDirBaseDN() 880 return (ret_code); in getDirBaseDN() 977 ns_ldap_return_code ret_code; in getDUAProfile() local 1016 ret_code = convert_to_door_line(ld, in getDUAProfile() 1025 return (ret_code); in getDUAProfile() 1106 ns_ldap_return_code ret_code; in __ns_ldap_getConnectionInfoFromDUA() local 1201 if ((ret_code = __s_api_getConnection(serverAddr, in __ns_ldap_getConnectionInfoFromDUA() 1212 return (ret_code); in __ns_ldap_getConnectionInfoFromDUA() 1217 if ((ret_code = getDirBaseDN(session->ld, in __ns_ldap_getConnectionInfoFromDUA() [all …]
|
| H A D | ns_connect.c | 108 ns_ldap_return_code ret_code; in getFirstFromConfig() local 112 ret_code = __s_api_getServers(&servers, error); in getFirstFromConfig() 113 if (ret_code != NS_LDAP_SUCCESS) { in getFirstFromConfig() 117 return (ret_code); in getFirstFromConfig() 201 ns_ldap_return_code ret_code; in __s_api_requestServer() local 219 if ((ret_code = __s_api_findRootDSE(ireq, in __s_api_requestServer() 229 return (ret_code); in __s_api_requestServer() 239 ret_code = getFirstFromConfig(ret, error); in __s_api_requestServer() 240 if (ret_code != NS_LDAP_SUCCESS) { in __s_api_requestServer() 241 return (ret_code); in __s_api_requestServer() [all …]
|
| /onnv-gate/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
| H A D | ssh-http-proxy-connect.c | 99 int version, ret_code; in main() local 229 &version, &ret_code) != 2) { in main() 239 if (ret_code != 200) { in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/evp/ |
| H A D | bio_b64.c | 145 int ret=0,i,ii,j,k,x,n,num,ret_code=0; in b64_read() local 184 ret_code=0; in b64_read() 196 ret_code=i; in b64_read() 339 ret_code=0; in b64_read() 362 return((ret == 0)?ret_code:ret); in b64_read()
|
| /onnv-gate/usr/src/cmd/bart/ |
| H A D | rules.c | 418 int check_flag, ignore_flag, syntax_err, ret_code; in read_rules() local 421 ret_code = EXIT; in read_rules() 431 return (ret_code); in read_rules() 461 &ret_code); in read_rules() 548 return (ret_code); in read_rules()
|
| /onnv-gate/usr/src/cmd/format/ |
| H A D | main.c | 83 int ret_code = 1; in main() local 285 while (ret_code) { in main() 286 ret_code = c_disk(); in main()
|
| /onnv-gate/usr/src/cmd/sa/ |
| H A D | sadp.c | 1364 int ret_code; local 1372 ret_code = kvm_read(kd, addr, buf, size); 1373 if (ret_code != size) { 1375 who, ret_code);
|
| /onnv-gate/usr/src/stand/lib/fs/hsfs/ |
| H A D | hsfsops.c | 747 int ret_code = 0; in parse_dir() local 829 ret_code = set_bcache(filep); in parse_dir() 835 if (ret_code) { in parse_dir() 841 "set_bcache() failed (%d)\n", ret_code); in parse_dir()
|
| /onnv-gate/usr/src/cmd/luxadm/ |
| H A D | adm.c | 333 int ret_code; /* Value to return on a match */ member 430 *retval = matches->ret_code; /* Found our match */ in getaction()
|
| /onnv-gate/usr/src/cmd/zoneadmd/ |
| H A D | vplat.c | 1870 int num_ifs, s, i, ret_code = 0; in unconfigure_shared_network_interfaces() local 1876 ret_code = -1; in unconfigure_shared_network_interfaces() 1884 ret_code = -1; in unconfigure_shared_network_interfaces() 1891 ret_code = -1; in unconfigure_shared_network_interfaces() 1901 ret_code = -1; in unconfigure_shared_network_interfaces() 1911 ret_code = -1; in unconfigure_shared_network_interfaces() 1927 ret_code = -1; in unconfigure_shared_network_interfaces() 1935 ret_code = -1; in unconfigure_shared_network_interfaces() 1945 return (ret_code); in unconfigure_shared_network_interfaces()
|
| /onnv-gate/usr/src/cmd/power/ |
| H A D | powerd.c | 485 int ret_code = EXIT_SUCCESS; in kill_handler() local 498 exit(ret_code); in kill_handler()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl.h | 1370 int SSL_get_error(const SSL *s,int ret_code);
|