| /src/lib/libc/arch/sh3/gen/ |
| swapcontext.S | 49 !! getcontext captures oucp resuming here with r12 (when PIC), 65 3: !! we get here on errors and when resuming oucp
|
| /src/external/mpl/bind/dist/lib/isc/ |
| loop_p.h | 105 isc_barrier_t resuming; member in struct:isc_loopmgr
|
| loop.c | 107 (void)isc_barrier_wait(&loopmgr->resuming); 393 isc_barrier_init(&loopmgr->resuming, loopmgr->nloops * 2); 624 isc_barrier_destroy(&loopmgr->resuming);
|
| /src/external/mpl/bind/dist/lib/ns/include/ns/ |
| query.h | 201 bool resuming; /* resumed from recursion? */ member in struct:query_ctx 265 bool resuming);
|
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_peap.c | 55 int resuming; /* starting a resumed session */ member in struct:eap_peap_data 1067 !data->resuming) { 1185 if (sm->workaround && data->resuming) { 1203 data->resuming = 0; 1272 data->resuming = 1;
|
| eap_fast.c | 45 int resuming; /* starting a resumed session */ member in struct:eap_fast_data 1506 if (data->resuming && data->current_pac) { 1513 * PAC found for the A-ID and we are not resuming an old 1569 !data->resuming) { 1648 data->resuming = 0; 1719 data->resuming = 1;
|
| eap_teap.c | 45 int resuming; /* starting a resumed session */ member in struct:eap_teap_data 1745 if (data->resuming && data->current_pac) { 1752 * PAC found for the A-ID and we are not resuming an old 1879 !data->resuming) { 1965 data->resuming = 0; 2039 data->resuming = 1;
|
| eap_ttls.c | 55 int resuming; /* starting a resumed session */ member in struct:eap_ttls_data 1426 * if TLS part was indeed resuming a previous session. Most 1592 if (data->resuming) { 1610 data->resuming = 0; 1708 !data->resuming) { 1771 data->resuming = 1;
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 3095 bool resuming) { 3195 NULL, NULL, resuming); 3915 dns_rdataset_t **p_rdatasetp, bool resuming) { 3937 ip_rdatasetp, resuming); 4032 dns_rdataset_t **ip_rdatasetp, bool resuming) { 4055 ip_version, ip_rdatasetp, &p_rdataset, resuming); 4073 &p_rdataset, resuming); 4283 bool resuming, dns_rdataset_t *ordataset, dns_rdataset_t *osigset) { 4545 &rdataset, resuming); 4591 &st->r.ns_rdataset, resuming); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-arm-common.inc | 471 int resuming) 496 if (resuming) 499 resuming = 0;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-arm-common.inc | 471 int resuming) 496 if (resuming) 499 resuming = 0;
|
| /src/external/mpl/bind/dist/bin/plugins/ |
| filter-a.c | 753 NULL, NULL, qctx->resuming);
|
| filter-aaaa.c | 756 NULL, NULL, qctx->resuming);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr.c | 325 isc_barrier_init(&mgr->resuming, mgr->nworkers); 422 isc_barrier_destroy(&mgr->resuming); 527 isc_barrier_wait(&mgr->resuming); 725 * privileged events until resuming. 751 if (isc_barrier_wait(&mgr->resuming) != 0) {
|
| netmgr-int.h | 701 isc_barrier_t resuming; member in struct:isc_nm
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_sendrecv.c | 3029 "A resuming stream can be generated on the sending " 3216 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & local 3219 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming; 3284 * - we are resuming a failed receive. 3341 * If we are resuming a newfs, set newfs here so that we will 3348 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))
|