Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Dsetlist.c45 static int cl_handle = -1; /* list array handle */ variable
63 if (cl_handle == -1) { in new_cl_attr()
64 cl_handle = ar_create(MALSIZ, sizeof (struct cl_attr), in new_cl_attr()
66 if (cl_handle == -1) { in new_cl_attr()
72 class_ptr = (struct cl_attr **)ar_next_avail(cl_handle); in new_cl_attr()
111 (*listp) = (struct cl_attr **)ar_get_head(cl_handle); in addlist()
142 cl_handle = -1; /* forget other lists */ in setlist()
170 list = (struct cl_attr **)ar_get_head(cl_handle); in setlist()