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

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

Completed in 42 milliseconds