Searched refs:kc (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/
H A Dkcov.c284 struct kcov_cpu *kc; local
290 kc = mallocarray(ncpusfound, sizeof(*kc), M_DEVBUF, M_WAITOK | M_ZERO);
293 kc[i].kc_cpuid = i;
294 error = kd_init(&kc[i].kc_kd, KCOV_BUF_MAX_NMEMB);
296 TAILQ_INSERT_TAIL(&kc_list, &kc[i], kc_entry);
611 struct kcov_cpu *kc; local
614 TAILQ_FOREACH(kc, &kc_list, kc_entry) {
615 if (kc->kc_cpuid == cpuid)
616 return (kc);
647 struct kcov_cpu *kc; local
690 struct kcov_cpu *kc; local
[all...]
/openbsd-current/sys/kern/
H A Dkern_timeout.c525 struct kclock *kc; local
529 kc = &timeout_kclock[to->to_kclock];
531 KASSERT(timespeccmp(&kc->kc_lastscan, &to->to_abstime, <));
532 timespecsub(&to->to_abstime, &kc->kc_lastscan, &diff);
537 timespecadd(&to->to_abstime, &kc->kc_offset, &shifted_abstime);
572 struct kclock *kc; local
626 kc = &timeout_kclock[i];
627 timespecadd(&now, &kc->kc_offset, &kc->kc_lastscan);
628 timespecsub(&kc
675 struct kclock *kc = &timeout_kclock[to->to_kclock]; local
939 struct kclock *kc; local
992 struct kclock *kc; local
[all...]
/openbsd-current/sys/dev/wscons/
H A Dwskbdutil.c323 wskbd_get_mapentry(const struct wskbd_mapdata *mapdata, int kc, argument
353 KS_VALUE(*kp) == kc) {
399 int i, s, kc, stack_ptr; local
445 kc = KS_VALUE(*kp);
450 (*map)[kc].command = *kp;
464 fillmapentry(kp, i, &(*map)[kc]);
/openbsd-current/gnu/llvm/llvm/lib/TargetParser/
H A DHost.cpp1515 kstat_ctl_t *kc;
1519 kc = kstat_open();
1520 if (kc != NULL) {
1521 ksp = kstat_lookup(kc, const_cast<char *>("cpu_info"), -1, NULL);
1522 if (ksp != NULL && kstat_read(kc, ksp, NULL) != -1 &&
1529 kstat_close(kc);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dserver.c6219 krb5_context kc;
6223 krb5_init_context (&kc);
6226 || krb5_parse_name (kc, ((gss_buffer_t) &desc)->value, &p) != 0
6227 || krb5_aname_to_localname (kc, p, sizeof buf, buf) != 0
6228 || krb5_kuserok (kc, p, buf) != TRUE)
6232 krb5_free_principal (kc, p);
6233 krb5_free_context (kc);
6187 krb5_context kc; local
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dbreakpoint.c2965 #define kc BPSTAT_WHAT_KEEP_CHECKING
2996 kc < clr sgl shl shlr slr sn sr ss ts
3026 /* kc ss sn sgl slr clr clrs sr ts shl shlr
3029 {kc, ss, sn, sgl, slr, clr, clrs, sr, ts, shl, shlr},
3054 #undef kc
2958 #define kc macro
3047 #undef kc macro
/openbsd-current/sys/net/
H A Dpfvar.h1001 struct pfr_kentry_cost kc; member in union:pfr_kentry_all::__anon186

Completed in 286 milliseconds