Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/nvpair/
H A Dnvpair_alloc_fixed.c54 uintptr_t nvb_cur; /* current address in the buffer */ member
76 nvb->nvb_cur = (uintptr_t)&nvb[1]; in nv_fixed_init()
87 uintptr_t new = nvb->nvb_cur; in nv_fixed_alloc()
92 nvb->nvb_cur = P2ROUNDUP(new + size, sizeof (uintptr_t)); in nv_fixed_alloc()
109 nvb->nvb_cur = (uintptr_t)&nvb[1]; in nv_fixed_reset()