Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/heimdal/lib/hx509/
Dsoftp11.c85 int next_object; member
660 state->find.next_object = -1; in find_object_final()
881 soft_token.state[i].find.next_object = -1; in C_Initialize()
1314 if (state->find.next_object != -1) { in C_FindObjectsInit()
1340 state->find.next_object = 0; in C_FindObjectsInit()
1345 state->find.next_object = 0; in C_FindObjectsInit()
1366 if (state->find.next_object == -1) { in C_FindObjects()
1375 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) { in C_FindObjects()
1377 state->find.next_object = i + 1; in C_FindObjects()
/freebsd-12-stable/sys/vm/
Dvm_fault.c687 vm_object_t next_object, retry_object; in vm_fault() local
1164 next_object = fs.object->backing_object; in vm_fault()
1165 if (next_object == NULL) { in vm_fault()
1195 KASSERT(fs.object != next_object, in vm_fault()
1196 ("object loop %p", next_object)); in vm_fault()
1197 VM_OBJECT_WLOCK(next_object); in vm_fault()
1198 vm_object_pip_add(next_object, 1); in vm_fault()
1204 fs.object = next_object; in vm_fault()