/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | nfs_netcfg.c | 63 char **tmp_list; local 68 tmp_list = realloc(return_list, 70 if (tmp_list == NULL) { 78 return_list = tmp_list;
|
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 432 segment_list_t *tmp_list; local 473 tmp_list = malloc(sizeof (segment_list_t)); 474 tmp_list->segment = &segs[each_seg]; 475 tmp_list->next = NULL; 477 g_raw->segs = tmp_list; 479 tmp_list->next = g_raw->segs; 480 g_raw->segs = tmp_list; 625 segment_list_t *tmp_list; local 628 tmp_list = g_raw->segs; 637 while (tmp_list) { [all...] |
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | loop.c | 201 list_t tmp_list; local 205 list_create(&tmp_list, sizeof (struct rdsv3_loop_connection), 210 list_splice(&loop_conns, &tmp_list); 213 RDSV3_FOR_EACH_LIST_NODE_SAFE(lc, _lc, &tmp_list, loop_node) {
|
H A D | ib_rdma.c | 235 list_t tmp_list; local 241 list_splice(list, &tmp_list); 244 RDSV3_FOR_EACH_LIST_NODE_SAFE(ic, _ic, &tmp_list, ib_node) {
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_xaction.c | 207 sip_conn_cache_t *tmp_list; local 226 tmp_list = xaction_list; 245 if (tmp_list == pvt_data->sip_conn_obj_cache) { 253 assert(tmp_list->prev != NULL); 254 tmp_list->prev->next = NULL; 256 assert(tmp_list->prev != NULL); 257 tmp_list->prev->next = xaction_list; 258 xaction_list->prev = tmp_list->prev; 260 tmp_list->prev = NULL; 261 tmp_list [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4fp.c | 198 s_list_t tmp_list; local 206 s_list_init(&tmp_list, NULL, NULL, 0); 236 s_list_push_tail(&tmp_list, &tcp_buf->link); 245 if(s_list_entry_cnt(&tmp_list)) { 246 con->buffer_aborted_cnt += s_list_entry_cnt(&tmp_list); 250 mm_tcp_complete_bufs(pdev, tcp, con, &tmp_list, stat);
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 102 CK_SLOT_ID_PTR tmp_list = NULL_PTR, tmp2_list = NULL_PTR; local 130 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count * 136 ck_rv = C_GetSlotList(1, tmp_list, &tmp_count); 138 *slot_list = tmp_list; 145 free(tmp_list); 158 if ((tmp2_list = (CK_SLOT_ID_PTR) realloc(tmp_list, 160 free(tmp_list); 164 tmp_list = tmp2_list;
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Conf.c | 761 CK_MECHANISM_TYPE_PTR tmp_list; local 764 tmp_list = malloc(mech_count * sizeof (CK_MECHANISM_TYPE)); 766 if (tmp_list == NULL) { 773 *mech_list = tmp_list; 794 *tmp_list = (CK_MECHANISM_TYPE)cur_mech; 795 tmp_list++;
|
/illumos-gate/usr/src/cmd/zonecfg/ |
H A D | zonecfg_grammar.y | 42 static list_property_ptr_t new_list = NULL, tmp_list, last, 81 for (tmp_list = list[num_prop_vals]; tmp_list != NULL; 82 tmp_list = tmp_list->lp_next) 83 last = tmp_list; 1095 for (tmp_list = list[num_prop_vals]; tmp_list != NULL; 1096 tmp_list = tmp_list [all...] |
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 330 CK_SLOT_ID_PTR tmp_list = NULL_PTR, tmp2_list = NULL_PTR; local 355 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count * 361 if ((rv = C_GetSlotList(1, tmp_list, &tmp_count)) == CKR_OK) { 362 *slot_list = tmp_list; 368 free(tmp_list); 373 if ((tmp2_list = (CK_SLOT_ID_PTR) realloc(tmp_list, 375 free(tmp_list); 379 tmp_list = tmp2_list;
|
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/ |
H A D | quota.c | 363 struct failed_srv *tmp_list; local 367 tmp_list = failed_srv_list; 370 tmp_list->serv_name, len) == 0) { 374 } while ((tmp_list = tmp_list->next) != NULL);
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 491 sbd_pgr_key_t *tmp_list; local 492 tmp_list = pgr->pgr_keylist; 501 pgr->pgr_keylist = tmp_list; 504 pgr->pgr_keylist = tmp_list;
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devfsinfo.c | 843 struct boot_dev **tmp_list; local 865 i = process_bootdev(opp->oprom_array, default_root, &tmp_list); 867 *bootdev_list = tmp_list;
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 9772 fc_portmap_t *tmp_list = NULL; local 10073 if ((tmp_list = (fc_portmap_t *)kmem_zalloc( 10098 &tmp_list, &max_cnt, FC_ULP_PLOGI_PRESERVE)) != 10131 pptr->port_phys_state, pptr->port_topology, tmp_list, 10153 if (tmp_list != NULL) { 10154 kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt); 10229 if (tmp_list != NULL) { 10230 kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt); 12159 fc_portmap_t *tmp_list = NULL; local 12230 tmp_list [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 944 mblk_t *tmp_list = NULL; local 983 * New elements are added to the head of the tmp_list 985 curr->b_next = tmp_list; 986 tmp_list = curr; 993 while (tmp_list != NULL) { 994 curr = tmp_list; 995 tmp_list = curr->b_next;
|