Home
last modified time | relevance | path

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

/dragonfly/sbin/kldconfig/
HDkldconfig.c144 struct pathentry *pe, *pskip; in addpath() local
190 for (i = 0, pskip = TAILQ_FIRST(pathq); i < added; i++) in addpath()
191 pskip = TAILQ_NEXT(pskip, next); in addpath()
192 if (pskip != NULL) in addpath()
193 TAILQ_INSERT_BEFORE(pskip, pe, next); in addpath()
/dragonfly/lib/libc/db/btree/
HDbt_split.c586 bt_psplit(BTREE *t, PAGE *h, PAGE *l, PAGE *r, indx_t *pskip, size_t ilen) in bt_psplit() argument
605 skip = *pskip; in bt_psplit()
703 *pskip -= nxt; in bt_psplit()