Searched refs:next_session (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c151 slot_session_t *session, *next_session; local
161 next_session = session->next;
167 session = next_session;
172 next_session = session->next;
178 session = next_session;
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3484 int next_session = 0, new_size = 0; local
3518 * Read primary descriptor and locate next_session offset (it should
3521 next_session = P2ROUNDUP(from_733(saved_desc[0].volume_space_size), 16);
3524 "%s\" \"%s\" 2>&1", MKISOFS_PATH, next_session, archive,
3564 new_size = from_733(saved_desc[0].volume_space_size) + next_session;
3605 (next_session/16));

Completed in 80 milliseconds