Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcanonusr.c237 canonuser_plug_list_t *ptr, *ptr_next; local
241 ptr; ptr = ptr_next) {
242 ptr_next = ptr->next;
255 canonuser_plug_list_t *ptr, *ptr_next; local
257 for(ptr = canonuser_head; ptr; ptr = ptr_next) {
258 ptr_next = ptr->next;
H A Dauxprop.c924 auxprop_plug_list_t *ptr, *ptr_next; local
928 for(ptr = (auxprop_plug_list_t *)gctx->auxprop_head; ptr; ptr = ptr_next) {
931 for(ptr = auxprop_head; ptr; ptr = ptr_next) {
933 ptr_next = ptr->next;
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c5059 ptr; pptr = ptr, ptr = ptr->ptr_next) { in pm_record_thresh()
5062 rp->ptr_next = ptr->ptr_next; in pm_record_thresh()
5064 pptr->ptr_next = rp; in pm_record_thresh()
5078 rp->ptr_next = pm_thresh_head; in pm_record_thresh()
5081 rp->ptr_next = NULL; in pm_record_thresh()
5180 for (rp = pm_thresh_head; rp; rp = rp->ptr_next) { in pm_thresh_specd()
6174 for (pptr = NULL, ptr = pm_thresh_head; ptr; ptr = ptr->ptr_next) { in pm_unrecord_threshold()
6177 pptr->ptr_next = ptr->ptr_next; in pm_unrecord_threshold()
6180 pm_thresh_head = ptr->ptr_next; in pm_unrecord_threshold()
6200 pm_thresh_head = rp->ptr_next; in pm_discard_thresholds()
/illumos-gate/usr/src/uts/common/sys/
H A Depm.h561 struct pm_thresh_rec *ptr_next; member