Searched refs:resuming (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c509 int resuming)
534 if (resuming)
537 resuming = 0;
508 unwind_phase2_forced(_Unwind_Control_Block *ucbp, phase2_vrs *entry_vrs, int resuming) argument
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c55 int resuming; /* starting a resumed session */ member in struct:eap_peap_data
1014 !data->resuming) {
1119 if (sm->workaround && data->resuming) {
1137 data->resuming = 0;
1205 data->resuming = 1;
H A Deap_teap.c44 int resuming; /* starting a resumed session */ member in struct:eap_teap_data
1626 if (data->resuming && data->current_pac) {
1633 * PAC found for the A-ID and we are not resuming an old
1760 !data->resuming) {
1846 data->resuming = 0;
1919 data->resuming = 1;
H A Deap_fast.c45 int resuming; /* starting a resumed session */ member in struct:eap_fast_data
1496 if (data->resuming && data->current_pac) {
1503 * PAC found for the A-ID and we are not resuming an old
1559 !data->resuming) {
1638 data->resuming = 0;
1709 data->resuming = 1;
H A Deap_ttls.c55 int resuming; /* starting a resumed session */ member in struct:eap_ttls_data
1372 * if TLS part was indeed resuming a previous session. Most
1523 if (data->resuming) {
1541 data->resuming = 0;
1639 !data->resuming) {
1701 data->resuming = 1;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3096 "A resuming stream can be generated on the sending "
3283 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & local
3286 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming;
3315 if (resuming) {
3358 * - we are resuming a failed receive.
3418 (stream_wantsnewfs || resuming)) {
3435 * If we are resuming a newfs, set newfs here so that we will
3442 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))

Completed in 157 milliseconds