Home
last modified time | relevance | path

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

12

/dflybsd-src/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
/dflybsd-src/contrib/libedit/src/
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
H A Dcommon.c121 wchar_t *cp, *p, *kp; in ed_delete_prev_word() local
196 wchar_t *kp, *cp; in ed_kill_line() local
/dflybsd-src/usr.bin/window/
H A Dwwinit.c50 char *kp; in wwinit() local
340 wwaddcap(const char *cap, char **kp) in wwaddcap()
362 wwaddcap1(const char *cap, char **kp) in wwaddcap1()
H A Dmain.c54 const char *kp; in main() local
/dflybsd-src/sys/net/wg/
H A Dwg_noise.c541 struct noise_keypair *kp; in noise_remote_index_lookup() local
686 struct noise_keypair *kp; in noise_remote_keypairs_clear() local
713 struct noise_keypair *kp; in noise_remote_expire_current() local
734 struct noise_keypair *kp, *ret = NULL; in noise_keypair_lookup() local
755 struct noise_keypair *kp, *ret = NULL; in noise_keypair_current() local
777 noise_keypair_received_with(struct noise_keypair *kp) in noise_keypair_received_with()
812 noise_keypair_ref(struct noise_keypair *kp) in noise_keypair_ref()
819 noise_keypair_put(struct noise_keypair *kp) in noise_keypair_put()
836 noise_keypair_drop(struct noise_keypair *kp) in noise_keypair_drop()
856 noise_keypair_remote(struct noise_keypair *kp) in noise_keypair_remote()
[all …]
/dflybsd-src/lib/libc/db/test/
H A Ddbtest.c346 get(DB *dbp, DBT *kp) in get()
372 getdata(DB *dbp, DBT *kp, DBT *dp) in getdata()
387 put(DB *dbp, DBT *kp, DBT *dp) in put()
402 rem(DB *dbp, DBT *kp) in rem()
438 seq(DB *dbp, DBT *kp) in seq()
/dflybsd-src/usr.bin/pkill/
H A Dpkill.c70 #define PSKIP(kp) ((kp)->kp_pid == mypid || \ argument
136 struct kinfo_proc *kp; in main() local
599 show_process(const struct kinfo_proc *kp) in show_process()
622 killact(const struct kinfo_proc *kp) in killact()
659 grepact(const struct kinfo_proc *kp) in grepact()
/dflybsd-src/sys/kern/
H A Dkern_kinfo.c117 fill_kinfo_proc(struct proc *p, struct kinfo_proc *kp) in fill_kinfo_proc()
286 fill_kinfo_proc_kthread(struct thread *td, struct kinfo_proc *kp) in fill_kinfo_proc_kthread()
H A Dkern_ktr.c606 struct ktr_entry *kp; in DB_SHOW_COMMAND() local
665 db_mach_vtrace(int cpu, struct ktr_entry *kp, int idx) in db_mach_vtrace()
/dflybsd-src/test/debug/
H A Dpsinfo.c102 struct kinfo_proc *kp; in main() local
164 dumpproc(kvm_t *kd, struct kinfo_proc *kp) in dumpproc()
H A Dkshowprocs.c62 struct kinfo_proc *kp; in main() local
/dflybsd-src/contrib/nvi2/common/
H A Dkey.c103 KEYLIST *kp; in v_key_init() local
146 KEYLIST *kp; in v_keyval() local
324 KEYLIST k, *kp; in v_key_val() local
/dflybsd-src/lib/libkvm/
H A Dkvm_proc.c766 struct kinfo_proc kp; in proc_verify() local
787 kvm_doargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr, in kvm_doargv()
829 kvm_getargv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getargv()
903 kvm_getenvv(kvm_t *kd, const struct kinfo_proc *kp, int nchr) in kvm_getenvv()
H A Dkvm_file.c105 const struct kinfo_proc *kp = &kproc[i]; in kvm_deadfiles() local
/dflybsd-src/usr.bin/w/
H A Dw.c94 struct kinfo_proc *kp; member
109 struct kinfo_proc *kp; /* `most interesting' proc */ member
126 struct kinfo_proc *kp; in main() local
/dflybsd-src/sys/net/wg/selftest/
H A Dcounter.c42 struct noise_keypair kp; in noise_counter_selftest() local
/dflybsd-src/contrib/awk/
H A Dlex.c490 static int binsearch(char *w, const Keyword *kp, int n) in binsearch()
510 const Keyword *kp; in word() local
/dflybsd-src/contrib/nvi2/ex/
H A Dex_usage.c138 VIKEYS const *kp; in ex_viusage() local
/dflybsd-src/sys/vm/
H A Dvm_kern.c108 kmem_alloc_swapbacked(kmem_anon_desc_t *kp, vm_size_t size, vm_subsys_t id) in kmem_alloc_swapbacked()
138 kmem_free_swapbacked(kmem_anon_desc_t *kp) in kmem_free_swapbacked()
/dflybsd-src/contrib/nvi2/vi/
H A Dvi.c457 VIKEYS const *kp; in v_cmd() local
1092 VIKEYS const *kp) in v_alias()
H A Dvs_line.c39 u_char *kp; in vs_line() local
/dflybsd-src/lib/libtelnet/
H A Denc_des.c407 cfb64_keyid(int dir, unsigned char *kp, int *lenp) in cfb64_keyid()
413 ofb64_keyid(int dir, unsigned char *kp, int *lenp) in ofb64_keyid()
419 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) in fb64_keyid()
/dflybsd-src/contrib/tcsh-6/
H A Ded.chared.c181 Char *cp, *kp = NULL; in c_delafter() local
222 Char *cp, *kp = NULL; in c_delbefore() local
895 Char *dp, *cp, *kp; in c_push_kill() local
2245 Char *kp, *cp; in e_yank_kill() local
2281 Char *kp, *cp; in e_yank_pop() local
2954 Char *cp, *kp; in v_action() local
3732 Char *kp, *cp; in v_undo() local
/dflybsd-src/crypto/libressl/tls/
H A Dtls_config.c155 struct tls_keypair *kp, *nkp; in tls_config_free() local
190 struct tls_keypair *kp; in tls_config_keypair_add() local
208 struct tls_keypair *kp; in tls_config_clear_keys() local

12