Searched defs:tmp_list (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libfsmgt/common/
H A Dnfs_netcfg.c63 char **tmp_list; local
68 tmp_list = realloc(return_list,
70 if (tmp_list == NULL) {
78 return_list = tmp_list;
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c207 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...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c41 CK_SLOT_ID_PTR tmp_list = NULL_PTR, tmp2_list = NULL_PTR; local
69 if ((tmp_list = (CK_SLOT_ID_PTR) malloc(tmp_count *
75 ck_rv = C_GetSlotList(1, tmp_list, &tmp_count);
77 *slot_list = tmp_list;
84 free(tmp_list);
97 if ((tmp2_list = (CK_SLOT_ID_PTR) realloc(tmp_list,
99 free(tmp_list);
103 tmp_list = tmp2_list;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c1066 CK_MECHANISM_TYPE_PTR tmp_list; local
1069 tmp_list = malloc(mech_count * sizeof (CK_MECHANISM_TYPE));
1071 if (tmp_list == NULL) {
1078 *mech_list = tmp_list;
1099 *tmp_list = (CK_MECHANISM_TYPE)cur_mech;
1100 tmp_list++;
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c432 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;
629 segment_list_t *tmp_list; local
632 tmp_list = g_raw->segs;
641 while (tmp_list) {
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1266 struct boot_dev **tmp_list; local
1293 i = process_bootdev(opp->oprom_array, default_root, &tmp_list);
1295 *bootdev_list = tmp_list;

Completed in 44 milliseconds