Home
last modified time | relevance | path

Searched refs:kst (Results 1 – 12 of 12) sorted by relevance

/trueos/contrib/sendmail/libsm/
HDmemstat.c92 static kstat_t *kst;
112 kst = kstat_lookup(kc, "unix", 0,
114 if (kst == 0)
162 if (kc == NULL || kst == NULL)
164 if (kstat_read(kc, kst, NULL) == -1)
166 kn = kstat_data_lookup(kst,
/trueos/contrib/gdb/gdb/
HDamd64fbsd-nat.c221 struct kinfo_sigtramp kst; in _initialize_amd64fbsd_nat() local
228 len = sizeof (kst); in _initialize_amd64fbsd_nat()
229 if (sysctl (mib, sizeof(mib) / sizeof(mib[0]), &kst, &len, NULL, 0) == 0) in _initialize_amd64fbsd_nat()
231 amd64fbsd_sigtramp_start_addr = kst.ksigtramp_start; in _initialize_amd64fbsd_nat()
232 amd64fbsd_sigtramp_end_addr = kst.ksigtramp_end; in _initialize_amd64fbsd_nat()
/trueos/sys/ia64/ia64/
HDmachdep.c1327 uint64_t *ksttop, *kst; in exec_setregs() local
1356 kst = ksttop - 1; in exec_setregs()
1357 if (((uintptr_t)kst & 0x1ff) == 0x1f8) in exec_setregs()
1358 *kst-- = 0; in exec_setregs()
1359 *kst-- = 0; in exec_setregs()
1360 if (((uintptr_t)kst & 0x1ff) == 0x1f8) in exec_setregs()
1361 *kst-- = 0; in exec_setregs()
1362 *kst-- = imgp->ps_strings; in exec_setregs()
1363 if (((uintptr_t)kst & 0x1ff) == 0x1f8) in exec_setregs()
1364 *kst-- = 0; in exec_setregs()
[all …]
/trueos/contrib/dialog/po/
HDis.po72 msgstr "Tókst"
76 msgstr "Mistókst"
/trueos/etc/rc.d/
HDsyscons116 kk.pt154.kst) echo kz.kst;;
/trueos/share/vt/keymaps/
HDMakefile54 kz.kst.kbd \
HDINDEX.keymaps318 kz.kst.kbd:en:Kazakh
319 kz.kst.kbd:de:Kasachisch
320 kz.kst.kbd:fr:Kazakh
/trueos/tools/tools/vt/keymaps/
HDKBDFILES.map84 PT154 kk.pt154.kst.kbd kz.kst.kbd
/trueos/share/syscons/keymaps/
HDMakefile30 kk.pt154.kst.kbd kk.pt154.io.kbd \
HDINDEX.keymaps311 kk.pt154.kst.kbd:en:Kazakh PT154 codepage
312 kk.pt154.kst.kbd:de:Kasachisch PT154 codepage
313 kk.pt154.kst.kbd:fr:Kazakh PT154 code page
/trueos/sys/kern/
HDkern_proc.c2702 struct kinfo_sigtramp kst; in sysctl_kern_proc_sigtramp() local
2735 bzero(&kst, sizeof(kst)); in sysctl_kern_proc_sigtramp()
2737 kst.ksigtramp_start = (char *)sv->sv_sigcode_base; in sysctl_kern_proc_sigtramp()
2738 kst.ksigtramp_end = (char *)sv->sv_sigcode_base + in sysctl_kern_proc_sigtramp()
2741 kst.ksigtramp_start = (char *)sv->sv_psstrings - in sysctl_kern_proc_sigtramp()
2743 kst.ksigtramp_end = (char *)sv->sv_psstrings; in sysctl_kern_proc_sigtramp()
2746 error = SYSCTL_OUT(req, &kst, sizeof(kst)); in sysctl_kern_proc_sigtramp()
/trueos/contrib/groff/
HDChangeLog.116214 2000-05-31 Keith Thompson <kst@sdsc.edu>
246 2000-05-28 Keith Thompson <kst@sdsc.edu>