| /src/lib/libc/gdtoa/ |
| sum.c | 44 ULong carry, *xc, *xa, *xb, *xe, y; local 59 xc = c->x; 60 xe = xc + b->wds; 67 Storeinc(xc, z, y); 69 while(xc < xe); 71 while(xc < xe) { 76 Storeinc(xc, z, y); 82 *xc++ = y & 0xffff; 84 while(xc < xe); 86 while(xc < xe) [all...] |
| misc.c | 288 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 324 xc = xc0; 327 z = *x++ * (ULLong)y + *xc + carry; 330 *xc++ = z & 0xffffffffUL; 334 *xc = carry; 342 xc = xc0; 345 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry; 347 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; 349 Storeinc(xc, z2, z); 352 *xc = carry 568 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
| /src/share/examples/puffs/pgfs/ |
| pgfs_db.h | 52 struct Xconn *xc; member in struct:fetchstatus
|
| pgfs_puffs.c | 86 struct Xconn *xc; local 94 xc = begin_readonly(pu, "getattr"); 95 error = getattr(xc, fileid, va, GETATTR_ALL); 99 error = commit(xc); 105 rollback(xc); 129 struct Xconn *xc = NULL; local 158 if (xc == NULL) { 159 xc = begin(pu, "readdir1"); 161 error = lookupp(xc, parent_fileid, &child_fileid); 163 rollback(xc); 296 struct Xconn *xc; local 383 struct Xconn *xc; local 425 struct Xconn *xc; local 465 struct Xconn *xc; local 540 struct Xconn *xc; local 592 struct Xconn *xc; local 634 struct Xconn *xc; local 672 struct Xconn *xc; local 721 struct Xconn *xc; local 757 struct Xconn *xc; local 954 struct Xconn *xc; local 1038 struct Xconn *xc; local 1094 struct Xconn *xc; local 1124 struct Xconn *xc; local 1164 struct Xconn *xc; local [all...] |
| /src/external/cddl/osnet/dev/cyclic/arm/ |
| cyclic_machdep.c | 142 uint64_t xc; local 144 xc = xc_unicast(XC_HIGHPRI, xcall_func, func, param, cpu_lookup(c->cpuid)); 145 xc_wait(xc);
|
| /src/external/cddl/osnet/dev/cyclic/i386/ |
| cyclic_machdep.c | 140 uint64_t xc; local 142 xc = xc_unicast(XC_HIGHPRI, xcall_func, func, param, cpu_lookup(c->cpuid)); 143 xc_wait(xc);
|
| /src/external/cddl/osnet/dev/cyclic/mips/ |
| cyclic_machdep.c | 140 uint64_t xc; local 142 xc = xc_unicast(XC_HIGHPRI, xcall_func, func, param, cpu_lookup(c->cpuid)); 143 xc_wait(xc);
|
| /src/sys/arch/x86/x86/ |
| viac7temp.c | 148 uint64_t xc; local 150 xc = xc_unicast(0, viac7temp_refresh_xcall, sc, edata, sc->sc_ci); 151 xc_wait(xc);
|
| odcm.c | 359 uint64_t xc; local 379 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL); 380 xc_wait(xc);
|
| coretemp.c | 352 uint64_t xc; local 354 xc = xc_unicast(0, coretemp_refresh_xcall, sc, edata, sc->sc_ci); 355 xc_wait(xc);
|
| tsc.c | 388 uint64_t xc; local 390 xc = xc_broadcast(0, tsc_apply_cpu, (void *)true, NULL); 391 xc_wait(xc); 397 uint64_t xc; local 399 xc = xc_broadcast(0, tsc_apply_cpu, (void *)false, NULL); 400 xc_wait(xc);
|
| powernow.c | 905 uint64_t status, xc; local 911 xc = xc_broadcast(0, (xcfunc_t)x86_msr_xcall, &msr, NULL); 912 xc_wait(xc);
|
| /src/external/gpl2/rcs/dist/src/ |
| rcsfcmp.c | 162 register int xc, uc; local 185 Igeteof_(xfp, xc, xeof=true;) 189 if (xc != uc) 195 xc = 0; 201 if (xc != KDELIM) { 203 Igeteof_(xfp, xc, xeof=true;) 211 Igeteof_(xfp, xc, xeof=true;) 215 if (xc != uc) 217 switch (xc) { 221 *tp++ = xc; [all...] |
| /src/sys/arch/arm/cortex/ |
| a9ptmr.c | 280 uint64_t xc; local 288 xc = xc_broadcast(0, a9ptmr_update_freq_cb, NULL, NULL); 289 xc_wait(xc);
|
| a9tmr.c | 273 uint64_t xc; local 283 xc = xc_broadcast(0, a9tmr_update_freq_cb, NULL, NULL); 284 xc_wait(xc);
|
| /src/sys/dev/tprof/ |
| tprof_armv8.c | 296 uint64_t xc = xc_broadcast(0, armv8_pmu_init_cpu, NULL, NULL); local 297 xc_wait(xc);
|
| tprof_x86_amd.c | 274 uint64_t xc; local 282 xc = xc_broadcast(0, tprof_amd_establish_cpu, sc, NULL); 283 xc_wait(xc); 291 uint64_t xc; local 293 xc = xc_broadcast(0, tprof_amd_disestablish_cpu, sc, NULL); 294 xc_wait(xc);
|
| tprof_x86_intel.c | 277 uint64_t xc; local 285 xc = xc_broadcast(0, tprof_intel_establish_cpu, sc, NULL); 286 xc_wait(xc); 294 uint64_t xc; local 296 xc = xc_broadcast(0, tprof_intel_disestablish_cpu, sc, NULL); 297 xc_wait(xc);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| schema_check.c | 358 ObjectClass *xc = NULL; local 361 xc = socs[j]; 369 if ( xc->soc_kind == LDAP_SCHEMA_AUXILIARY && 370 is_object_subclass( oc, xc ) ) 372 xc = NULL; 378 if( xc != NULL ) { 671 ObjectClass *xc = NULL; local 675 xc = socs[j]; 677 if( xc == NULL ) { 685 if( xc->soc_kind != LDAP_SCHEMA_STRUCTURAL ) [all...] |
| /src/sys/dev/acpi/ |
| acpi_cpu_tstate.c | 753 uint64_t xc; local 755 xc = xc_broadcast(0, acpicpu_tstate_set_xcall, &percent, NULL); 756 xc_wait(xc);
|
| /src/sys/dev/i2c/ |
| xc3028.c | 81 xc3028_name(struct xc3028 *xc) 83 if (xc->type == XC3028L) 90 xc3028_firmware_name(struct xc3028 *xc) 92 if (xc->type == XC3028L) 99 xc3028_reset(struct xc3028 *xc) 103 if (xc->reset) 104 error = xc->reset(xc->reset_priv); 110 xc3028_get_basefw(struct xc3028 *xc) 115 for (i = 0; i < xc->nfw; i++) 489 struct xc3028 *xc; local [all...] |
| xc5k.c | 66 xc5k_reset(struct xc5k *xc) 70 if (xc->reset) 71 error = xc->reset(xc->reset_priv); 77 xc5k_firmware_upload(struct xc5k *xc, const uint8_t *fw, size_t fwlen) 94 error = xc5k_reset(xc); 116 error = xc5k_write_buffer(xc, cmd, wrlen + 2); 129 xc5k_firmware_open(struct xc5k *xc) 139 error = xc5k_read_2(xc, XC5K_REG_PRODUCT_ID, &product_id); 159 aprint_normal_dev(xc->parent, "xc5k: loading firmware '%s/%s'\n" 256 struct xc5k *xc; local [all...] |
| /src/sys/kern/ |
| subr_cpufreq.c | 305 uint64_t xc; local 310 xc = xc_unicast(0, (*cf->cf_get_freq), cf->cf_cookie, &freq, ci); 311 xc_wait(xc); 424 uint64_t xc; local 429 xc = xc_unicast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq, ci); 430 xc_wait(xc); 453 uint64_t xc; local 458 xc = xc_broadcast(0, (*cf->cf_set_freq), cf->cf_cookie, &freq); 459 xc_wait(xc);
|
| subr_xcall.c | 357 xc_state_t *xc; local 369 xc = &xc_high_pri; 372 xc = &xc_low_pri; 377 if (atomic_load_acquire(&xc->xc_donep) >= where) { 383 mutex_enter(&xc->xc_lock); 384 while (xc->xc_donep < where) { 385 cv_wait(&xc->xc_busy, &xc->xc_lock); 387 mutex_exit(&xc->xc_lock); 398 xc_state_t *xc = &xc_low_pri local 442 xc_state_t *xc = &xc_low_pri; local 489 xc_state_t *xc = & xc_high_pri; local 506 xc_state_t *xc = &xc_high_pri; local 549 xc_state_t *xc = &xc_high_pri; local [all...] |
| /src/sys/dev/fdt/ |
| cpufreq_dt.c | 98 uint64_t xc; local 148 xc = xc_broadcast(0, cpufreq_dt_change_cb, sc, NULL); 149 xc_wait(xc);
|