Home
last modified time | relevance | path

Searched defs:kp (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c22 kinst_emulate(struct trapframe *frame, const struct kinst_probe *kp) in kinst_emulate()
140 kinst_jump_next_instr(struct trapframe *frame, const struct kinst_probe *kp) in kinst_jump_next_instr()
149 kinst_trampoline_populate(struct kinst_probe *kp) in kinst_trampoline_populate()
186 const struct kinst_probe *kp; in kinst_invop() local
236 kinst_patch_tracepoint(struct kinst_probe *kp, kinst_patchval_t val) in kinst_patch_tracepoint()
247 kinst_instr_dissect(struct kinst_probe *kp) in kinst_instr_dissect()
294 struct kinst_probe *kp; in kinst_make_probe() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dspa_misc_os.c47 param_set_deadman_failmode(const char *val, zfs_kernel_param_t *kp) in param_set_deadman_failmode()
59 param_set_deadman_ziotime(const char *val, zfs_kernel_param_t *kp) in param_set_deadman_ziotime()
73 param_set_deadman_synctime(const char *val, zfs_kernel_param_t *kp) in param_set_deadman_synctime()
87 param_set_slop_shift(const char *buf, zfs_kernel_param_t *kp) in param_set_slop_shift()
107 param_set_active_allocator(const char *val, zfs_kernel_param_t *kp) in param_set_active_allocator()
H A Darc_os.c373 param_set_arc_u64(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_u64()
387 param_set_arc_min(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_min()
393 param_set_arc_max(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_max()
399 param_set_arc_int(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_int()
H A Dmmp_os.c29 param_set_multihost_interval(const char *val, zfs_kernel_param_t *kp) in param_set_multihost_interval()
/freebsd/sys/cddl/dev/kinst/riscv/
H A Dkinst_isa.c68 kinst_emulate(struct trapframe *frame, const struct kinst_probe *kp) in kinst_emulate()
234 kinst_jump_next_instr(struct trapframe *frame, const struct kinst_probe *kp) in kinst_jump_next_instr()
243 kinst_trampoline_populate(struct kinst_probe *kp) in kinst_trampoline_populate()
297 const struct kinst_probe *kp; in kinst_invop() local
347 kinst_patch_tracepoint(struct kinst_probe *kp, kinst_patchval_t val) in kinst_patch_tracepoint()
362 kinst_instr_dissect(struct kinst_probe *kp, int instrsize) in kinst_instr_dissect()
445 struct kinst_probe *kp; in kinst_make_probe() local
/freebsd/sys/cddl/dev/kinst/amd64/
H A Dkinst_isa.c99 kinst_riprel_disp(struct kinst_probe *kp, void *dst) in kinst_riprel_disp()
106 kinst_trampoline_populate(struct kinst_probe *kp, uint8_t *tramp) in kinst_trampoline_populate()
141 struct kinst_probe *kp; in kinst_invop() local
226 kinst_patch_tracepoint(struct kinst_probe *kp, kinst_patchval_t val) in kinst_patch_tracepoint()
239 kinst_set_disp8(struct kinst_probe *kp, uint8_t byte) in kinst_set_disp8()
245 kinst_set_disp32(struct kinst_probe *kp, uint8_t *bytes) in kinst_set_disp32()
279 kinst_instr_dissect(struct kinst_probe *kp, uint8_t **instr) in kinst_instr_dissect()
499 struct kinst_probe *kp; in kinst_make_probe() local
/freebsd/tests/sys/kern/
H A Dfdgrowtable_test.c95 old_tables(kvm_t *kd, struct kinfo_proc *kp) in old_tables()
121 struct kinfo_proc *kp; in read_kinfo() local
143 struct kinfo_proc *kp; in ATF_TC_BODY() local
172 struct kinfo_proc *kp; in ATF_TC_BODY() local
213 filedesc_refcnt(kvm_t *kd, struct kinfo_proc *kp) in filedesc_refcnt()
235 struct kinfo_proc *kp; in ATF_TC_BODY() local
/freebsd/sys/netipsec/
H A Dkeysock.c145 key_sendup0(struct keycb *kp, struct mbuf *m, int promisc) in key_sendup0()
182 struct keycb *kp; in key_sendup_mbuf() local
262 struct keycb *kp; in key_attach() local
302 struct keycb *kp = so->so_pcb; in key_detach() local
/freebsd/contrib/tcpdump/
H A Dprint-krb.c158 const struct krb *kp; in krb4_print() local
164 #define IS_LENDIAN(kp) ((GET_U_1((kp)->type) & 0x01) != 0) in krb4_print() argument
165 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print() argument
228 const struct krb *kp; in krb_print() local
/freebsd/contrib/libedit/
H A Demacs.c97 wchar_t *cp, *p, *kp; in em_delete_next_word() local
126 wchar_t *kp, *cp; in em_yank() local
162 wchar_t *kp, *cp; in em_kill_line() local
184 wchar_t *kp, *cp; in em_kill_region() local
217 wchar_t *kp, *cp; in em_copy_region() local
/freebsd/sys/dev/wg/
H A Dwg_noise.c416 struct noise_keypair *kp; in noise_remote_index_lookup() local
565 struct noise_keypair *kp; in noise_remote_keypairs_clear() local
586 struct noise_keypair *kp; in noise_remote_expire_current() local
603 struct noise_keypair *kp) in noise_add_new_keypair()
652 struct noise_keypair *kp; in noise_begin_session() local
685 struct noise_keypair *kp, *ret = NULL; in noise_keypair_lookup() local
705 struct noise_keypair *kp, *ret = NULL; in noise_keypair_current() local
720 noise_keypair_ref(struct noise_keypair *kp) in noise_keypair_ref()
727 noise_keypair_received_with(struct noise_keypair *kp) in noise_keypair_received_with()
754 struct noise_keypair *kp; in noise_keypair_smr_free() local
[all …]
/freebsd/sys/cddl/dev/kinst/
H A Dkinst.c158 kinst_probe_create(struct kinst_probe *kp, linker_file_t lf) in kinst_probe_create()
235 struct kinst_probe *kp = parg; in kinst_destroy() local
247 struct kinst_probe *kp = parg; in kinst_enable() local
262 struct kinst_probe *kp = parg; in kinst_disable() local
/freebsd/lib/libc/db/test/
H A Ddbtest.c348 get(dbp, kp) in get() argument
376 getdata(dbp, kp, dp) in getdata() argument
393 put(dbp, kp, dp) in put() argument
410 rem(dbp, kp) in rem() argument
449 seq(dbp, kp) in seq() argument
/freebsd/lib/libprocstat/
H A Dlibprocstat.c344 procstat_getfiles(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles()
407 getctty(kvm_t *kd, struct kinfo_proc *kp) in getctty()
451 procstat_getfiles_kvm(struct procstat *procstat, struct kinfo_proc *kp, int mmapped) in procstat_getfiles_kvm()
796 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile_core() local
848 procstat_getfiles_sysctl(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getfiles_sysctl()
1750 getargv(struct procstat *procstat, struct kinfo_proc *kp, size_t nchr, int env) in getargv()
1885 struct kinfo_vmentry *kiv, *kp, *kv; in kinfo_getvmmap_core() local
1938 procstat_getvmmap(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getvmmap()
1965 procstat_getgroups_kvm(kvm_t *kd, struct kinfo_proc *kp, unsigned int *cntp) in procstat_getgroups_kvm()
2044 procstat_getgroups(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getgroups()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c376 get(DB *dbp, DBT *kp) in get()
404 getdata(DB *dbp, DBT *kp, DBT *dp) in getdata()
419 put(DB *dbp, DBT *kp, DBT *dp) in put()
434 rem(DB *dbp, DBT *kp) in rem()
471 seq(DB *dbp, DBT *kp) in seq()
/freebsd/bin/pkill/
H A Dpkill.c73 #define PSKIP(kp) ((kp)->ki_pid == mypid || \ argument
140 struct kinfo_proc *kp; in main() local
627 show_process(const struct kinfo_proc *kp) in show_process()
650 killact(const struct kinfo_proc *kp) in killact()
687 grepact(const struct kinfo_proc *kp) in grepact()
/freebsd/lib/libkvm/
H A Dkvm_proc.c109 struct kinfo_proc kinfo_proc, *kp; in kvm_proclist() local
696 kvm_argv(kvm_t *kd, const struct kinfo_proc *kp, int env, int nchr) in kvm_argv()
773 kvm_getargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getargv()
779 kvm_getenvv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getenvv()
/freebsd/contrib/ncurses/form/
H A Dfty_enum.c78 char **kp = (char **)0; in Generic_Enum_Type() local
168 char **kp = ap->kwds; in Copy_Enum_Type() local
202 char **kp = ap->kwds; in Free_Enum_Type() local
/freebsd/crypto/libecc/src/ecdh/
H A Decccdh.c93 int ecccdh_gen_key_pair(ec_key_pair *kp, const ec_params *params) in ecccdh_gen_key_pair()
121 int ecccdh_import_key_pair_from_priv_key_buf(ec_key_pair *kp, const ec_params *params, const u8 *pr… in ecccdh_import_key_pair_from_priv_key_buf()
/freebsd/sys/geom/bde/
H A Dg_bde_crypt.c
/freebsd/crypto/libecc/src/sig/
H A Dec_key.c289 int ec_key_pair_import_from_priv_key_buf(ec_key_pair *kp, in ec_key_pair_import_from_priv_key_buf()
508 int ec_structured_key_pair_import_from_priv_key_buf(ec_key_pair *kp, in ec_structured_key_pair_import_from_priv_key_buf()
565 int ec_structured_key_pair_import_from_buf(ec_key_pair *kp, in ec_structured_key_pair_import_from_buf()
594 int ec_key_pair_gen(ec_key_pair *kp, const ec_params *params, in ec_key_pair_gen()
/freebsd/contrib/nvi/common/
H A Dkey.c104 KEYLIST *kp; in v_key_init() local
147 KEYLIST *kp; in v_keyval() local
334 KEYLIST k, *kp; in v_key_val() local
/freebsd/crypto/libecc/src/tests/
H A Dec_self_tests_core.c56 ATTRIBUTE_WARN_UNUSED_RET static int ec_gen_import_export_kp(ec_key_pair *kp, const ec_params *para… in ec_gen_import_export_kp()
236 ec_key_pair kp; in ec_import_export_test() local
630 ATTRIBUTE_WARN_UNUSED_RET static int ec_test_sign(u8 *sig, u8 siglen, ec_key_pair *kp, in ec_test_sign()
736 ec_key_pair kp; local
1025 ec_key_pair kp; local
1584 ec_key_pair kp; local
/freebsd/lib/libutil/
H A Dkinfo_getfile.c18 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile() local
H A Dkinfo_getvmmap.c18 struct kinfo_vmentry *kiv, *kp, *kv; in kinfo_getvmmap() local

1234