Home
last modified time | relevance | path

Searched defs:p (Results 351 – 375 of 5370) sorted by relevance

1...<<11121314151617181920>>...215

/freebsd/contrib/tcpdump/
H A Dprint-juniper.c471 const struct pcap_pkthdr *h, const u_char *p) in juniper_ggsn_if_print()
524 const struct pcap_pkthdr *h, const u_char *p) in juniper_es_if_print()
602 const struct pcap_pkthdr *h, const u_char *p) in juniper_monitor_if_print()
641 const struct pcap_pkthdr *h, const u_char *p) in juniper_services_if_print()
682 const struct pcap_pkthdr *h, const u_char *p) in juniper_pppoe_if_print()
704 const struct pcap_pkthdr *h, const u_char *p) in juniper_ether_if_print()
727 const struct pcap_pkthdr *h, const u_char *p) in juniper_ppp_if_print()
749 const struct pcap_pkthdr *h, const u_char *p) in juniper_frelay_if_print()
771 const struct pcap_pkthdr *h, const u_char *p) in juniper_chdlc_if_print()
793 const struct pcap_pkthdr *h, const u_char *p) in juniper_pppoe_atm_if_print()
[all …]
H A Dprint-ppp.c593 const u_char *p, u_int length) in print_lcp_config_options()
806 const u_char *p, u_int length) in handle_mlppp()
830 const u_char *p, u_int length) in handle_chap()
901 const u_char *p, u_int length) in handle_pap()
1008 const u_char *p, u_int length) in print_ipcp_config_options()
1147 const u_char *p, u_int length) in print_ip6cp_config_options()
1207 const u_char *p, u_int length) in print_ccp_config_options()
1303 const u_char *p, u_int length) in print_bacp_config_options()
1361 const u_char *p, u_int length) in ppp_hdlc()
1461 u_int proto, const u_char *p, u_int length) in handle_ppp()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c255 #define TCP(p) ((struct tcphdr *)(p)) argument
256 #define SCTP(p) ((struct sctphdr *)(p)) argument
257 #define UDP(p) ((struct udphdr *)(p)) argument
258 #define ICMP(p) ((struct icmphdr *)(p)) argument
259 #define ICMP6(p) ((struct icmp6_hdr *)(p)) argument
1547 #define PULLUP_TO(_len, p, T) PULLUP_LEN(_len, p, sizeof(T)) in ipfw_chk() argument
1549 #define _PULLUP_LOCKED(_len, p, T, unlock) \ in ipfw_chk() argument
1570 #define PULLUP_LEN(_len, p, T) _PULLUP_LOCKED(_len, p, T, ) in ipfw_chk() argument
1571 #define PULLUP_LEN_LOCKED(_len, p, T) \ in ipfw_chk() argument
2022 u_int16_t *p = in ipfw_chk() local
[all …]
/freebsd/contrib/dialog/
H A Ddlg_keys.c51 LIST_BINDINGS *p, *q; in dlg_register_window() local
92 LIST_BINDINGS *p; in key_is_bound() local
123 LIST_BINDINGS *p; in dlg_register_buttons() local
178 LIST_BINDINGS *p, *q; in dlg_unregister_window() local
214 LIST_BINDINGS *p; in dlg_lookup_key() local
593 LIST_BINDINGS *p; in find_binding() local
655 LIST_BINDINGS *p, *q; in make_binding() local
749 char *p = skip_white(params); in dlg_parse_bindkey() local
932 LIST_BINDINGS *p; in dlg_dump_window_keys() local
960 LIST_BINDINGS *p; in dlg_dump_keys() local
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c385 static void manage_membership_change(struct part_conf *conf, osm_prtn_t * p, in manage_membership_change()
436 static int partition_add_all(struct part_conf *conf, osm_prtn_t * p, in partition_add_all()
454 osm_prtn_t *p = conf->p_prtn; in partition_add_port() local
510 #define STRIP_HEAD_SPACES(p) while (*(p) == ' ' || *(p) == '\t' || \ argument
512 #define STRIP_TAIL_SPACES(p) { char *q = (p) + strlen(p); \ argument
520 char *p, *q; in parse_name_token() local
560 char *p, unsigned lineno) in parse_mgroup_flags()
586 static int mgroup_create(char *p, char *mgid, unsigned lineno, struct part_conf *conf) in mgroup_create()
667 char *q, *p; in parse_part_conf() local
784 char *q, *p = line; in osm_prtn_config_parse_file() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp136 void dfsan_deallocate(void *p) { in dfsan_deallocate()
184 static const void *AllocationBegin(const void *p) { in AllocationBegin()
198 static uptr AllocationSize(const void *p) { in AllocationSize()
208 static uptr AllocationSizeFast(const void *p) { in AllocationSizeFast()
320 int __sanitizer_get_ownership(const void *p) { return AllocationSize(p) != 0; } in __sanitizer_get_ownership()
322 const void *__sanitizer_get_allocated_begin(const void *p) { in __sanitizer_get_allocated_begin()
326 uptr __sanitizer_get_allocated_size(const void *p) { return AllocationSize(p); } in __sanitizer_get_allocated_size()
328 uptr __sanitizer_get_allocated_size_fast(const void *p) { in __sanitizer_get_allocated_size_fast()
/freebsd/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c498 cd9660_rrip_PL(struct ISO_SUSP_ATTRIBUTES* p, cd9660node *node __unused) in cd9660_rrip_PL()
506 cd9660_rrip_CL(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *node __unused) in cd9660_rrip_CL()
514 cd9660_rrip_RE(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *node __unused) in cd9660_rrip_RE()
741 cd9660node_rrip_tf(struct ISO_SUSP_ATTRIBUTES *p, fsnode *_node) in cd9660node_rrip_tf()
767 cd9660_susp_sp(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *spinfo __unused) in cd9660_susp_sp()
778 cd9660_susp_st(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *stinfo __unused) in cd9660_susp_st()
788 cd9660_susp_ce(struct ISO_SUSP_ATTRIBUTES *p, cd9660node *spinfo __unused) in cd9660_susp_ce()
806 const char *p; in cd9660_rrip_add_NM() local
/freebsd/sys/geom/
H A Dgeom_ctl.c186 char *p; in gctl_copyin() local
374 void *p; in gctl_get_param_flags() local
401 char const *p; in gctl_get_asciiparam() local
422 void *p; in gctl_get_paraml_opt() local
435 void *p; in gctl_get_paraml() local
446 char const *p; in gctl_get_class() local
465 char const *p; in gctl_get_geom() local
484 char const *p; in gctl_get_provider() local
/freebsd/contrib/libfido2/openbsd-compat/
H A Dexplicit_bzero.c21 explicit_bzero(void *p, size_t n) in explicit_bzero()
37 explicit_bzero(void *p, size_t n) in explicit_bzero()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Drandom.h32 #define random_get_bytes(p, s) read_random((p), (int)(s)) argument
33 #define random_get_pseudo_bytes(p, s) arc4rand((p), (int)(s), 0) argument
/freebsd/tools/build/cross-build/include/mac/
H A Dstring.h45 #define strchrnul(p, ch) __freebsd_strchrnul(p, ch) argument
48 strchrnul(const char *p, int ch) in strchrnul()
/freebsd/contrib/sendmail/src/
H A Denvelope.c676 char **p; local
764 register char *p; local
839 register char *p; local
885 register char *p; local
1030 char *p; local
1093 register char *p; local
/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c48 fasttrap_tracepoint_install(proc_t *p, fasttrap_tracepoint_t *tp) in fasttrap_tracepoint_install()
59 fasttrap_tracepoint_remove(proc_t *p, fasttrap_tracepoint_t *tp) in fasttrap_tracepoint_remove()
78 fasttrap_tracepoint_init(proc_t *p, fasttrap_tracepoint_t *tp, uintptr_t pc, in fasttrap_tracepoint_init()
194 proc_t *p = curproc; in fasttrap_anarg() local
339 proc_t *p = curproc; in fasttrap_pid_probe() local
534 proc_t *p = curproc; in fasttrap_return_probe() local
/freebsd/contrib/smbfs/lib/smb/
H A Drap.c167 char *p = rap->r_npbuf; in smb_rap_rqparam() local
196 char *p; in smb_rap_create() local
236 char *p = rap->r_nparam; in smb_rap_setNparam() local
262 char *p = rap->r_nparam; in smb_rap_setPparam() local
283 char *p = rap->r_nparam; in smb_rap_getNparam() local
307 char *dp, *p = rap->r_nparam; in smb_rap_request() local
/freebsd/contrib/libarchive/tar/
H A Dutil.c83 const char *p; in safe_fprintf() local
223 char *p; in yes() local
345 strip_components(const char *p, int elements)
410 strip_absolute_path(struct bsdtar *bsdtar, const char *p)
594 char *p = buff + sizeof(buff); local
685 const char *p; local
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c407 cpu_exec_vmspace_reuse(struct proc *p, vm_map_t map) in cpu_exec_vmspace_reuse()
415 cpu_procctl_kpti_ctl(struct proc *p, int val) in cpu_procctl_kpti_ctl()
425 cpu_procctl_kpti_status(struct proc *p, int *val) in cpu_procctl_kpti_status()
435 cpu_procctl_la_ctl(struct proc *p, int val) in cpu_procctl_la_ctl()
461 cpu_procctl_la_status(struct proc *p, int *val) in cpu_procctl_la_status()
481 struct proc *p; in cpu_procctl() local
/freebsd/contrib/libedit/
H A Del.c191 el_pfunc_t p = va_arg(ap, el_pfunc_t); in el_wset() local
198 el_zfunc_t p = va_arg(ap, el_zfunc_t); in el_wset() local
205 el_afunc_t p = va_arg(ap, el_afunc_t); in el_wset() local
213 el_pfunc_t p = va_arg(ap, el_pfunc_t); in el_wset() local
412 el_pfunc_t *p = va_arg(ap, el_pfunc_t *); in el_wget() local
418 el_pfunc_t *p = va_arg(ap, el_pfunc_t *); in el_wget() local
/freebsd/tests/sys/vm/
H A Dmmap_test.c65 void *p; in ATF_TC_BODY() local
114 void *p; in checked_mmap() local
286 void *p; in ATF_TC_BODY() local
301 void *p; in ATF_TC_BODY() local
324 void *p; in ATF_TC_BODY() local
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c39 const unsigned char *p = *in; in read_ledword() local
167 const unsigned char *p = *in; in ossl_do_blob_header() local
289 const unsigned char *p = *in; in do_b2i_key() local
327 const unsigned char *p; in ossl_b2i_bio() local
378 const unsigned char *p = *in; in ossl_b2i_DSA_after_header() local
453 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in ossl_b2i_RSA_after_header() local
544 unsigned char *p = *out; in write_ledword() local
569 unsigned char *p; in do_i2b() local
651 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1; in check_bitlen_rsa() local
679 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1; in write_rsa() local
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_table.c243 struct pfr_kentry *p, *q; in pfr_add_addrs() local
315 struct pfr_kentry *p; in pfr_del_addrs() local
395 struct pfr_kentry *p, *q; in pfr_set_addrs() local
507 struct pfr_kentry *p; in pfr_tst_addrs() local
638 struct pfr_kentry *p; in pfr_clr_astats() local
820 struct pfr_kentry *p; in pfr_destroy_kentries() local
842 struct pfr_kentry *p; in pfr_insert_kentries() local
861 struct pfr_kentry *p; in pfr_insert_kentry() local
885 struct pfr_kentry *p; in pfr_remove_kentries() local
900 struct pfr_kentry *p; in pfr_clean_node_mask() local
[all …]
/freebsd/lib/libnetbsd/
H A Defun.c107 void *p = malloc(n); in emalloc() local
116 void *p = calloc(n, s); in ecalloc() local
123 erealloc(void *p, size_t n) in erealloc()
132 efopen(const char *p, const char *m) in efopen()
/freebsd/sys/vm/
H A Duma_dbg.c70 u_long *p = mem, *e; in trash_ctor() local
100 u_long *p = mem, *e; in trash_dtor() local
146 u_long *p = mem, *e; in mtrash_ctor() local
197 u_long *p = mem, *e; in mtrash_dtor() local
/freebsd/contrib/bmake/
H A Dcond.c162 const char *p; /* The remaining condition to parse */ member
203 const char *p = *pp; in ParseWord() local
241 const char *p = *pp, *argStart, *argEnd; in ParseFuncArg() local
384 const char *p; in CondParser_StringExpr() local
561 const char *p = par->p; in CondParser_ComparisonOp() local
631 const char *p = par->p; in CondParser_FuncCallEmpty() local
664 const char *p = par->p; in CondParser_FuncCall() local
706 const char *p; in CondParser_ComparisonOrLeaf() local
949 IsEndif(const char *p) in IsEndif()
960 const char *p = *pp + 2; in DetermineKindOfConditional() local
[all …]
/freebsd/crypto/openssl/crypto/
H A Dthreads_pthread.c96 # define ATOMIC_LOAD_N(t, p, o) __atomic_load_n(p, o) argument
97 # define ATOMIC_STORE_N(t, p, v, o) __atomic_store_n(p, v, o) argument
98 # define ATOMIC_STORE(t, p, v, o) __atomic_store(p, v, o) argument
99 # define ATOMIC_ADD_FETCH(p, v, o) __atomic_add_fetch(p, v, o) argument
100 # define ATOMIC_SUB_FETCH(p, v, o) __atomic_sub_fetch(p, v, o) argument
118 # define ATOMIC_LOAD_N(t, p, o) fallback_atomic_load_n_##t(p) in IMPL_fallback_atomic_load_n() argument
133 # define ATOMIC_STORE_N(t, p, v, o) fallback_atomic_store_n_##t(p, v) argument
144 # define ATOMIC_STORE(t, p, v, o) fallback_atomic_store_##t(p, v) argument
164 # define ATOMIC_ADD_FETCH(p, v, o) fallback_atomic_add_fetch(p, v) argument
166 static ossl_inline uint64_t fallback_atomic_sub_fetch(uint64_t *p, uint64_t v) in fallback_atomic_sub_fetch()
[all …]
/freebsd/sys/riscv/include/
H A Dparam.h40 #define STACKALIGN(p) ((uint64_t)(p) & ~STACKALIGNBYTES) argument
62 #define ALIGN(p) _ALIGN(p) argument
69 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) argument

1...<<11121314151617181920>>...215