Lines Matching refs:fpp
276 fasttrap_provider_t **fpp, *fp; in fasttrap_pid_cleanup_cb() local
301 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_pid_cleanup_cb()
303 while ((fp = *fpp) != NULL) { in fasttrap_pid_cleanup_cb()
305 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb()
349 fpp = &fp->ftp_next; in fasttrap_pid_cleanup_cb()
351 *fpp = fp->ftp_next; in fasttrap_pid_cleanup_cb()
2262 fasttrap_provider_t **fpp, *fp; in fasttrap_detach() local
2266 fpp = (fasttrap_provider_t **)&bucket->ftb_data; in fasttrap_detach()
2267 while ((fp = *fpp) != NULL) { in fasttrap_detach()
2280 fpp = &fp->ftp_next; in fasttrap_detach()
2282 *fpp = fp->ftp_next; in fasttrap_detach()