/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_locks.c | 148 char *results = (char *)NULL; local 215 r = _z_zone_exec(&status, &results, (char *)NULL, PKGADM_CMD, 227 results ? results : ""); 229 /* free up results if returned */ 230 if (results) { 231 free(results); 241 /* return success if no results returned */ 243 if (results == (char *)NULL) { 249 p = _z_strGetToken((char *)NULL, results, 611 char *results = (char *)NULL; local [all...] |
/osnet-11/usr/src/lib/librcm/ |
H A D | librcm_event.c | 81 * Returns 0 for success with the results returned in posting buffer. 173 struct door_result *results; member in struct:door_cookie 200 if (cook->results == NULL) { 201 cook->results = result; 203 struct door_result *tmp = cook->results; 221 tmp = cook->results; 237 cook->results = tmp->next; 265 * door_func update args to point to return results. 266 * memory for results are dynamically allocated. 271 * If no results, jus [all...] |
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | copy_auth.c | 275 krb5_authdatatype ad_type, krb5_authdata ***results) 282 *results = NULL; 290 *results = fctx.out; 272 krb5int_find_authdata(krb5_context context, krb5_authdata *const *ticket_authdata, krb5_authdata *const *ap_req_authdata, krb5_authdatatype ad_type, krb5_authdata ***results) argument
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mh.c | 439 mhd_status_res_t results; local 440 mhd_error_t *mhep = &results.status; 459 (void) memset(&results, 0, sizeof (results)); 482 if (mhd_status_1(&args, &results, hp->clientp) != RPC_SUCCESS) { 491 assert(results.results.results_len == ndev); 493 mhd_drive_status_t *resp = &results.results.results_val[i]; 513 xdr_free(xdr_mhd_status_res_t, (char *)&results); 652 mhd_list_res_t results; local [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObject.c | 951 * allocate space for storing results if the currently 967 process_find_results(CK_OBJECT_HANDLE *results, CK_ULONG num_results, argument 978 object = meta_object_find_by_handle(results[i], slotnum, 1000 slot_object->hObject = results[i]; 1066 /* might be more results, need to call C_FindObjects again */ 1094 * calls are made, results saved will be returned.
|
/osnet-11/usr/src/lib/libhotplug/common/ |
H A D | libhotplug.c | 63 nvlist_t *results; local 86 rv = i_hp_call_hotplugd(args, &results); 91 /* Parse additional results, if any */ 92 if ((rv == 0) && (results != NULL)) { 93 rv = i_hp_parse_results(results, &root, NULL); 94 nvlist_free(results); 647 nvlist_t *results; local 686 rv = i_hp_call_hotplugd(args, &results); 691 /* Parse additional results, if any */ 692 if ((rv == 0) && (results ! 721 nvlist_t *results; local 786 nvlist_t *results; local 871 nvlist_t *results; local 931 nvlist_t *results; local 990 nvlist_t *results; local 1046 nvlist_t *results; local 1097 nvlist_t *results; local 1141 nvlist_t *results; local 1699 nvlist_t *results = NULL; local 1866 i_hp_parse_results(nvlist_t *results, hp_node_t *rootp, char **optionsp) argument [all...] |
/osnet-11/usr/src/lib/nsswitch/ldap/common/ |
H A D | getnetgrent.c | 66 ns_ldap_result_t *results; member in struct:__anon2785 716 (void) __ns_ldap_freeResult(&p->results); 787 * next netgroup when results from previous netgroup are 791 if (p->results == NULL) { 820 p->results = result; 830 * to search and no more p->results 837 * If no more results to process, and since 845 "to process, p->results: 0x%x", 846 p->results); 848 if (p->results [all...] |
/osnet-11/usr/src/lib/libiov/sparc/ |
H A D | libiov_hp.c | 93 static void build_error_str(char *msg, int rv, hp_node_t results, 227 hp_node_t results = NULL; local 233 rv = iov_hp_add("/", connection, 0, &results); 236 build_error_str(NULL, rv, results, error_str); 249 hp_node_t results = NULL; local 260 rv = iov_hp_remove("/", connection, flags, &results); 263 build_error_str(NULL, rv, results, error_str); 274 hp_node_t *results; member in struct:change_cb_arg 313 NULL, cbarg->results); 332 change_endpoints_state(char *path, char *connection, hp_node_t *results, argument 376 hp_node_t results = NULL; local 451 hp_node_t results = NULL, node; local 794 hp_node_t results = NULL; local 822 hp_node_t results = NULL; local 854 hp_node_t results = NULL; local 869 hp_node_t results = NULL; local 1091 build_error_str(char *msg, int rv, hp_node_t results, char **err_string) argument [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsundelete.c | 1060 * Return: Pointer A ufile object containing the results 1896 int results = 0; local 1918 results = -1; 1985 results++; 1994 results); 2001 return results;
|
/osnet-11/usr/src/lib/libadutils/common/ |
H A D | addisc.c | 108 * cycle, we will consider the results (successful or unsuccessful) 448 ad_subnet_t *results; local 495 if ((results = calloc(n + 1, sizeof (ad_subnet_t))) == NULL) { 516 (void) snprintf(results[i].subnet, sizeof (ad_subnet_t), 523 return (results); 611 char **results; local 617 results = calloc(i + 1, sizeof (char *)); 618 if (results == NULL) 622 (void) asprintf(&results[i], "CN=%s,CN=Subnets,CN=Sites,%s", 624 if (results[ 917 LDAPMessage *results = NULL; local 974 LDAPMessage *results = NULL; local [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 615 hp_node_t results = NULL; local 662 &results) != 0) { 677 &results); 684 if (results) { 685 pci_rcm_info_table(results, errstring); 686 hp_fini(results); 706 &results) != 0) { 719 &results); 726 if (results) { 727 pci_rcm_info_table(results, errstrin [all...] |