Home
last modified time | relevance | path

Searched refs:fc_resource_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dresource.c36 fc_resource_t *
37 find_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in find_resource()
39 fc_resource_t *f, *prev, *r = *head; in find_resource()
45 fc_resource_t *dead; in find_resource()
68 add_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in add_resource()
70 fc_resource_t *r; in add_resource()
74 r = MALLOC(sizeof (fc_resource_t)); in add_resource()
85 free_resource(fc_resource_t **head, void *ptr, int (cmp)(void *, void *)) in free_resource()
87 fc_resource_t *r; in free_resource()
108 fc_resource_t **head; in dump_resources()
[all …]
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dprivate.h135 fc_resource_t *find_resource(fc_resource_t **, void *,
137 void *add_resource(fc_resource_t **, void *, int (c)(void *, void *));
138 void free_resource(fc_resource_t **, void *, int (c)(void *, void *));
H A Dengine.h84 } fc_resource_t; typedef
228 fc_resource_t *propbufs;
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dphandle.c75 fc_resource_t *t; in convert_phandle()
100 fc_resource_t *t; in revert_phandle()
/titanic_41/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h49 fc_resource_t *nodeids;