Searched refs:check_list (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | env.h | 35 extern Elist *check_list(Elist *, const char *);
|
H A D | symbindrep.c | 73 (check_list(bindto_list, lmp->l_name))) 79 (check_list(bindfrom_list, lmp->l_name)))
|
H A D | env.c | 60 check_list(Elist *list, const char *str) function
|
H A D | perfcnt.c | 155 if (check_list(bindto_list, lmp->l_name)) 161 if (check_list(bindfrom_list, lmp->l_name))
|
H A D | truss.c | 160 else if (check_list(bindto_list, lmp->l_name)) 166 (check_list(bindfrom_list, lmp->l_name)))
|
H A D | bindings.c | 344 (check_list(bindto_list, lmp->l_name))) 350 (check_list(bindfrom_list, lmp->l_name)))
|
H A D | who.c | 306 if (check_list(funclist, sym_name)) {
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.h | 47 extern Liblist *check_list(Liblist *, char const *);
|
H A D | apptrace.c | 357 } else if (check_list(bindto_list, lmp->l_name) != NULL) { 365 check_list(bindto_excl, lmp->l_name) != NULL) { 372 if (check_list(bindfrom_list, lmp->l_name) != NULL) { 381 if (check_list(bindfrom_excl, lmp->l_name) != NULL) {
|
H A D | abienv.c | 201 check_list(Liblist *list, char const *str) function
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_subr.c | 202 struct check_node *check_list, *ptr; local 238 check_list = ptr = kmem_alloc(check_size, KM_NOSLEEP); 290 if (check_list != NULL) { 349 if (check_list == NULL) 353 * For each UFS filesystem in the STABLE check_list, update 356 for (ptr = check_list; check_cnt > 0; check_cnt--, ptr++) { 382 kmem_free(check_list, check_size);
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 610 struct check_node *check_list, *ptr; local 641 check_list = ptr = kmem_alloc(check_size, KM_NOSLEEP); 677 if (check_list != NULL) { 716 if (check_list == NULL) { 722 * For each udf filesystem in the STABLE check_list, update 726 for (ptr = check_list; check_cnt > 0; check_cnt--, ptr++) { 738 kmem_free(check_list, check_size);
|
Completed in 109 milliseconds