Searched refs:list_free (Results 1 – 17 of 17) sorted by relevance
/titanic_41/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 229 list_free(&larg.listp); in do_list() 255 list_free(&larg.listp); in do_list() 297 list_free(&larg.listp); in do_list() 311 list_free(&larg.listp); in do_list() 333 list_free(&larg.listp); in do_list() 348 list_free(&larg.listp); in do_list() 374 list_free(&larg.listp); in do_list() 387 list_free(&larg.listp); in do_list() 452 if (ret != FPCFGA_OK) list_free(&larg.listp); in do_list() 582 list_free(&larg.listp); in do_list_FCP_dev() [all …]
|
H A D | cfga_fp.c | 298 list_free(&ldatalistp); in cfga_list_ext() 313 list_free(&ldatalistp); in cfga_list_ext() 331 list_free(&ldatalistp); in cfga_list_ext()
|
H A D | cfga_fp.h | 513 void list_free(ldata_list_t **llpp);
|
H A D | cfga_utils.c | 939 list_free(ldata_list_t **llpp) in list_free() function
|
/titanic_41/usr/src/cmd/prstat/ |
H A D | prsort.h | 39 extern void list_free(list_t *);
|
H A D | prsort.c | 48 list_free(list_t *list) in list_free() function
|
H A D | prstat.c | 1613 list_free(&lwps); in main() 1614 list_free(&users); in main() 1615 list_free(&tasks); in main() 1616 list_free(&projects); in main() 1617 list_free(&zones); in main()
|
/titanic_41/usr/src/tools/ctf/common/ |
H A D | list.h | 45 void list_free(list_t *, void (*)(void *, void *), void *);
|
H A D | list.c | 101 list_free(list_t *list, void (*datafree)(void *, void *), void *private) in list_free() function
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | tdata.c | 363 list_free(td->td_labels, (void (*)())tdata_label_free_cb, NULL); in tdata_label_free() 396 list_free(td->td_fwdlist, NULL, NULL); in tdata_free()
|
H A D | hash.c | 249 list_free(hash->h_buckets[i], datafree, private); in hash_free()
|
H A D | output.c | 145 list_free(iiburst->iib_types, NULL, NULL); in iiburst_free()
|
H A D | st_parse.c | 136 list_free(typedbitfldmems, NULL, NULL); in parse_init()
|
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 271 list_free(&llp); in cfga_list_ext()
|
H A D | cfga_scsi.h | 423 void list_free(ldata_list_t **llpp);
|
H A D | cfga_list.c | 247 if (ret != SCFGA_OK) list_free(&larg.listp); in do_list()
|
H A D | cfga_utils.c | 1070 list_free(ldata_list_t **llpp) in list_free() function
|