Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A 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/sys/vm/
H A Dvm_fault.c1100 vm_object_t next_object; in vm_fault_next() local
1133 next_object = fs->object->backing_object; in vm_fault_next()
1134 if (next_object == NULL) in vm_fault_next()
1137 KASSERT(fs->object != next_object, ("object loop %p", next_object)); in vm_fault_next()
1139 VM_OBJECT_RLOCK(next_object); in vm_fault_next()
1141 VM_OBJECT_WLOCK(next_object); in vm_fault_next()
1142 vm_object_pip_add(next_object, 1); in vm_fault_next()
1147 fs->object = next_object; in vm_fault_next()