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

/osnet-11/usr/src/lib/libvdp/common/
H A Dvdp_impl.c82 for (vdp_profp = list_head(&vdp_instp->vdp_inst_profiles);
84 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles, vdp_profp)) {
104 for (vdp_profp = list_head(&vdp_instp->vdp_inst_profiles);
106 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles, vdp_profp)) {
194 list_remove(&vdp_instp->vdp_inst_profiles, vdp_profp);
196 if (list_is_empty(&vdp_instp->vdp_inst_profiles)) {
565 list_create(&vdp_instp->vdp_inst_profiles, sizeof (vdp_profile_t),
634 list_destroy(&vdp_instp->vdp_inst_profiles);
794 for (vdp_profp = list_head(&vdp_instp->vdp_inst_profiles);
796 vdp_profp = list_next(&vdp_instp->vdp_inst_profiles,
[all...]
H A Dvdp_impl.h206 list_t vdp_inst_profiles; /* list of profiles */ member in struct:vdp_inst_struct_s

Completed in 31 milliseconds