Home
last modified time | relevance | path

Searched refs:kth (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_ktrace.c78 kth->ktr_type = type; in ktrgetheader()
113 struct ktr_header kth; in ktrsyscall() local
142 struct ktr_header kth; in ktrsysret() local
165 struct ktr_header kth; in ktrnamei() local
171 kth.ktr_buf = path; in ktrnamei()
180 struct ktr_header kth; in ktrsysctl() local
203 kth.ktr_buf = mibname; in ktrsysctl()
211 struct ktr_header kth; in ktrgenio() local
233 struct ktr_header kth; in ktrpsig() local
253 struct ktr_header kth; in ktrcsw() local
[all …]
/dragonfly/bin/ed/
H A Dsub.c114 search_and_replace(pattern_t *pat, int gflag, int kth) in search_and_replace() argument
128 if ((len = substitute_matching_text(pat, lp, gflag, kth)) < 0) in search_and_replace()
168 substitute_matching_text(pattern_t *pat, line_t *lp, int gflag, int kth) in substitute_matching_text() argument
185 if (!kth || kth == ++matchno) { in substitute_matching_text()
/dragonfly/usr.bin/kdump/
H A Dkdump.c207 dumpheader(struct ktr_header *kth) in dumpheader() argument
214 switch (kth->ktr_type) { in dumpheader()
240 sprintf(unknown, "UNKNOWN(%d)", kth->ktr_type); in dumpheader()
244 if (kth->ktr_tid || (kth->ktr_flags & KTRH_THREADED) || fixedformat) in dumpheader()
245 col = printf("%5d:%-4d", kth->ktr_pid, kth->ktr_tid); in dumpheader()
247 col = printf("%5d", kth->ktr_pid); in dumpheader()
249 col += printf(" %2d", KTRH_CPUID_DECODE(kth->ktr_flags)); in dumpheader()
250 col += printf(" %-8.*s ", MAXCOMLEN, kth->ktr_comm); in dumpheader()
253 temp = kth->ktr_time; in dumpheader()
254 timevalsub(&kth->ktr_time, &prevtime); in dumpheader()
[all …]
/dragonfly/usr.sbin/bootparamd/bootparamd/
H A DREADME15 Klas Heggemann <klas@nada.kth.se>
/dragonfly/contrib/tcpdump/
H A DCHANGES1059 Love <lha@stacken.kth.se>