Searched refs:kst (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Damd64fbsd-nat.c225 struct kinfo_sigtramp kst;
232 len = sizeof (kst);
233 if (sysctl (mib, sizeof(mib) / sizeof(mib[0]), &kst, &len, NULL, 0) == 0)
235 amd64fbsd_sigtramp_start_addr = kst.ksigtramp_start;
236 amd64fbsd_sigtramp_end_addr = kst.ksigtramp_end;
221 struct kinfo_sigtramp kst; local
/freebsd-11-stable/etc/rc.d/
H A Dsyscons117 kk.pt154.kst) echo kz.kst;;
/freebsd-11-stable/share/syscons/keymaps/
H A DMakefile30 kk.pt154.kst.kbd kk.pt154.io.kbd \
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmemstat.c92 static kstat_t *kst;
112 kst = kstat_lookup(kc, "unix", 0,
114 if (kst == NULL)
162 if (kc == NULL || kst == NULL)
164 if (kstat_read(kc, kst, NULL) == -1)
166 kn = kstat_data_lookup(kst,
/freebsd-11-stable/share/vt/keymaps/
H A DMakefile54 kz.kst.kbd \
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c2871 struct kinfo_sigtramp kst; local
2904 bzero(&kst, sizeof(kst));
2906 kst.ksigtramp_start = (char *)sv->sv_sigcode_base;
2907 kst.ksigtramp_end = (char *)sv->sv_sigcode_base +
2910 kst.ksigtramp_start = (char *)sv->sv_psstrings -
2912 kst.ksigtramp_end = (char *)sv->sv_psstrings;
2915 error = SYSCTL_OUT(req, &kst, sizeof(kst));
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1403 int nat_proto, struct nat64lsn_state *kst, uint32_t *aaddr)
1430 st->u.s = kst->u.s;
1460 struct nat64lsn_state *st, kst; local
1486 kst.u.s.faddr = nat64_extract_ip4(&f_id->dst_ip6,
1488 if (kst.u.s.faddr == 0 ||
1489 nat64_check_private_ip4(&cfg->base, kst.u.s.faddr) != 0) {
1493 kst.u.s.fport = f_id->dst_port;
1494 kst.u.s.lport = f_id->src_port;
1516 kst.u.s.lport = ntohs(icmp6->icmp6_id);
1519 hval = HASH_IN4(&kst
1402 nat64lsn_create_state(struct nat64lsn_cfg *cfg, struct nat64lsn_host *nh, int nat_proto, struct nat64lsn_state *kst, uint32_t *aaddr) argument
[all...]

Completed in 239 milliseconds