Home
last modified time | relevance | path

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

1234

/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.c374 param_set_arc_u64(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_u64()
388 param_set_arc_min(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_min()
394 param_set_arc_max(const char *buf, zfs_kernel_param_t *kp) in param_set_arc_max()
400 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/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/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.c160 const struct krb *kp; in krb4_print() local
166 #define IS_LENDIAN(kp) ((GET_U_1((kp)->type) & 0x01) != 0) in krb4_print() argument
167 #define KTOHSP(kp, cp) (IS_LENDIAN(kp) ? GET_LE_U_2(cp) : GET_BE_U_2(cp)) in krb4_print() argument
230 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()
754 struct noise_keypair *kp; in noise_keypair_smr_free() local
762 noise_keypair_put(struct noise_keypair *kp) in noise_keypair_put()
[all …]
/freebsd/sys/cddl/dev/kinst/
H A Dkinst.c151 kinst_probe_create(struct kinst_probe *kp, linker_file_t lf) in kinst_probe_create()
228 struct kinst_probe *kp = parg; in kinst_destroy() local
240 struct kinst_probe *kp = parg; in kinst_enable() local
255 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/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
694 kvm_argv(kvm_t *kd, const struct kinfo_proc *kp, int env, int nchr) in kvm_argv()
771 kvm_getargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getargv()
777 kvm_getenvv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getenvv()
/freebsd/lib/libprocstat/
H A Dlibprocstat.c407 getctty(kvm_t *kd, struct kinfo_proc *kp) in getctty()
796 struct kinfo_file *kif, *kp, *kf; in kinfo_getfile_core() local
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()
2044 procstat_getgroups(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getgroups()
2122 procstat_getumask(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getumask()
2139 procstat_getrlimit_kvm(kvm_t *kd, struct kinfo_proc *kp, int which, in procstat_getrlimit_kvm()
2271 procstat_getpathname(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getpathname()
2293 procstat_getosrel_kvm(kvm_t *kd, struct kinfo_proc *kp, int *osrelp) in procstat_getosrel_kvm()
2492 procstat_getauxv(struct procstat *procstat, struct kinfo_proc *kp, in procstat_getauxv()
[all …]
/freebsd/contrib/ncurses/form/
H A Dfty_enum.c78 char **kp = (char **)0; in Generic_Enum_Type() local
167 char **kp = ap->kwds; in Copy_Enum_Type() local
201 char **kp = ap->kwds; in Free_Enum_Type() local
/freebsd/sys/geom/bde/
H A Dg_bde_crypt.c233 g_bde_max_sector(struct g_bde_key *kp) in g_bde_max_sector()
273 struct g_bde_key *kp; in g_bde_map_sector() local
/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/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
H A Dkinfo_getvmobject.c40 struct kinfo_vmobject *kvo, *list, *kp; in kinfo_getvmobject_impl() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_ldlib_asm.S265 #define kp R9 macro
304 kp = clb(mantd) define
310 kp = add(kp, #-1) define
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c163 swrun_OS_get_proc_status(const struct kinfo_proc *kp) in swrun_OS_get_proc_status()
202 kinfo_proc_to_swrun_entry(const struct kinfo_proc *kp, in kinfo_proc_to_swrun_entry()
325 struct kinfo_proc *plist, *kp; in swrun_OS_get_procs() local

1234