Searched refs:find_resource (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | resource.c | 37 find_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in find_resource() function 72 r = find_resource(head, ptr, cmp); in add_resource() 89 if ((r = find_resource(head, ptr, cmp)) != NULL) in free_resource() 111 (void) find_resource(head, NULL, dump_print); in dump_resources()
|
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | phandle.c | 82 t = find_resource(&cdp->nodeids, &nh, match_handle); in convert_phandle() 107 t = find_resource(&cdp->nodeids, &nh, match_nodeid); in revert_phandle()
|
/titanic_41/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 135 fc_resource_t *find_resource(fc_resource_t **, void *,
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | libshare.c | 4015 find_resource(sa_group_t group, char *resname) in find_resource() function 4068 resource = find_resource(zgroup, name); in sa_find_resource() 4071 resource = find_resource(group, name); in sa_find_resource()
|