HomeSort by: relevance | last modified time | path
    Searched refs:ksp (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/sparc/
driver-sparc.cc 112 kstat_t *ksp; local
130 ksp = kstat_lookup (kc, CONST_CAST2 (char *, const char *, "cpu_info"),
132 if (ksp != NULL
133 && kstat_read (kc, ksp, NULL) != -1
134 && ksp->ks_type == KSTAT_TYPE_NAMED)
136 kstat_data_lookup (ksp, CONST_CAST2 (char *, const char *, "brand"));
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
driver-sparc.cc 112 kstat_t *ksp; local
130 ksp = kstat_lookup (kc, CONST_CAST2 (char *, const char *, "cpu_info"),
132 if (ksp != NULL
133 && kstat_read (kc, ksp, NULL) != -1
134 && ksp->ks_type == KSTAT_TYPE_NAMED)
136 kstat_data_lookup (ksp, CONST_CAST2 (char *, const char *, "brand"));
  /src/external/cddl/osnet/sys/sys/
kstat.h 101 void kstat_install(kstat_t *ksp);
102 void kstat_delete(kstat_t *ksp);
  /src/external/mpl/bind/dist/lib/dns/include/dns/
keystore.h 208 #define dns_keystore_attach(ks, ksp) \
209 dns_keystore__attach(ks, ksp, __func__, __FILE__, __LINE__)
210 #define dns_keystore_detach(ksp) \
211 dns_keystore__detach(ksp, __func__, __FILE__, __LINE__)
  /src/sys/kern/
kern_malloc.c 185 return malloc(newsize, ksp, flags);
191 free(curaddr, ksp);
218 newaddr = malloc(newsize, ksp, flags);
233 free(curaddr, ksp);
  /src/external/mit/libuv/dist/src/unix/
sunos.c 654 kstat_t *ksp; local
663 ksp = kstat_lookup(kc, (char*) "unix", 0, (char*) "system_misc");
664 if (kstat_read(kc, ksp, NULL) == -1) {
667 knp = (kstat_named_t*) kstat_data_lookup(ksp, (char*) "clk_intr");
679 kstat_t *ksp; local
689 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) {
703 while ((ksp = kstat_lookup(kc, (char*) "cpu_info", lookup_instance, NULL))) {
704 if (kstat_read(kc, ksp, NULL) == -1) {
708 knp = kstat_data_lookup(ksp, (char*) "clock_MHz");
714 knp = kstat_data_lookup(ksp, (char*) "brand")
    [all...]
  /src/sys/arch/sun3/sun3x/
locore2.c 217 void *ksp = _vm_init(); local
256 return ksp;
  /src/external/bsd/byacc/dist/
lr0.c 262 Value_t *ksp; local
276 ksp = kernel_end[symbol];
277 if (!ksp)
280 ksp = kernel_base[symbol];
283 *ksp++ = (Value_t)(j + 1);
284 kernel_end[symbol] = ksp;
  /src/sys/arch/sun2/sun2/
locore2.c 284 void *ksp = _vm_init(); local
312 return ksp;
  /src/sys/arch/sun3/sun3/
locore2.c 340 void *ksp = _vm_init(); local
373 return ksp;
  /src/external/gpl2/gmake/dist/
getloadavg.c 519 kstat_t *ksp;
525 ksp = kstat_lookup (kc, "unix", 0, "system_misc");
526 if (ksp == 0 )
528 if (kstat_read (kc, ksp, 0) == -1)
532 kn = kstat_data_lookup (ksp, "avenrun_1min");
545 kn = kstat_data_lookup (ksp, "avenrun_5min");
552 kn = kstat_data_lookup (ksp, "avenrun_15min");
517 kstat_t *ksp; local
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
sysinfo.cc 580 kstat_t *ksp = kstat_lookup(kc, (char*)"cpu_info", -1, (char*)"cpu_info0");
581 if (!ksp) {
585 if (kstat_read(kc, ksp, NULL) < 0) {
590 (kstat_named_t*)kstat_data_lookup(ksp, (char*)"current_clock_Hz");
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
sysinfo.cc 541 kstat_t *ksp = kstat_lookup(kc, (char*)"cpu_info", -1, (char*)"cpu_info0");
542 if (!ksp) {
546 if (kstat_read(kc, ksp, NULL) < 0) {
551 (kstat_named_t*)kstat_data_lookup(ksp, (char*)"current_clock_Hz");
  /src/external/bsd/top/dist/machine/
m_sunos5.c 733 kstat_safe_retrieve(kstat_t **ksp,
742 ksp, *ksp, module, instance, name, buf);
744 ks = *ksp;
754 *ksp = ks;
776 * int kstat_safe_namematch(int num, kstat_t *ksp, char *name, void *buf)
779 * are copied in to "ksp", and kstat_read is called on each match using
781 * found is returned. Up to "num" kstats are copied in to "ksp", but
791 kstat_t **ksp; local
806 ksp = ksparg
    [all...]
  /src/external/cddl/osnet/dist/uts/common/os/
fm.c 137 kstat_t *ksp; local
165 ksp = kstat_create("unix", 0, "fm", "misc", KSTAT_TYPE_NAMED,
169 if (ksp != NULL) {
170 ksp->ks_data = &erpt_kstat_data;
171 kstat_install(ksp);
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-linux-offsets.h 101 #define PT_KSP offsetof(struct pt_regs, ksp)
  /src/external/gpl3/gdb/dist/gdb/
hppa-linux-offsets.h 101 #define PT_KSP offsetof(struct pt_regs, ksp)
  /src/external/gpl3/gdb.old/dist/sim/bfin/
bfin-sim.h 56 /* The KSP/USP handling wrt SP may not follow the hardware exactly (the hw
58 always operate on SP and mirror things in KSP and USP. During a CEC
66 bu32 ksp, usp, seqstat, syscfg, rets, reti, retx, retn, rete; member in struct:bfin_cpu_state
129 #define KSPREG (BFIN_CPU_STATE.ksp)
205 #define SET_KSPREG(val) _SET_CORE32REG (KSP, val)
  /src/external/gpl3/gdb/dist/sim/bfin/
bfin-sim.h 56 /* The KSP/USP handling wrt SP may not follow the hardware exactly (the hw
58 always operate on SP and mirror things in KSP and USP. During a CEC
66 bu32 ksp, usp, seqstat, syscfg, rets, reti, retx, retn, rete; member in struct:bfin_cpu_state
129 #define KSPREG (BFIN_CPU_STATE.ksp)
205 #define SET_KSPREG(val) _SET_CORE32REG (KSP, val)
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 110 kstat_install(kstat_t *ksp)
115 kstat_delete(kstat_t *ksp)
  /src/sys/arch/amiga/amiga/
amiga_init.c 844 void *ksp = pmap_bootstrap2(); local
978 return ksp;
  /src/sys/arch/atari/atari/
atari_init.c 662 void *ksp = pmap_bootstrap2(); local
693 return ksp;
  /src/sys/dev/pci/
if_mcx.c 8502 const struct mcx_kstat_ppcnt *ksp)
8508 ks = kstat_create(DEVNAME(sc), 0, ksp->ksp_name, 0, KSTAT_T_KV, 0);
8512 kvs = mallocarray(ksp->ksp_n, sizeof(*kvs),
8515 for (i = 0; i < ksp->ksp_n; i++) {
8516 const struct mcx_ppcnt *tpl = &ksp->ksp_tpl[i];
8523 ks->ks_ptr = (void *)ksp;
8525 ks->ks_datalen = ksp->ksp_n * sizeof(*kvs);
8553 struct mcx_kstat_ppcnt *ksp = ks->ks_ptr; local
8555 .ppcnt_grp = ksp->ksp_grp,
8572 for (i = 0; i < ksp->ksp_n; i++
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 5860 arc_kstat_update(kstat_t *ksp, int rw)
5862 arc_stats_t *as = ksp->ks_data;

Completed in 54 milliseconds