Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 3082) sorted by relevance

12345678910>>...124

/dragonfly/contrib/tcpdump/
H A Dextract.h88 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
94 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
100 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
106 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4()
112 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8()
273 #define EXTRACT_BE_U_2(p) \ argument
276 #define EXTRACT_BE_S_2(p) \ argument
279 #define EXTRACT_BE_U_4(p) \ argument
284 #define EXTRACT_BE_S_4(p) \ argument
289 #define EXTRACT_BE_U_8(p) \ argument
[all …]
H A Daddrtoname.h67 get_linkaddr_string(netdissect_options *ndo, const uint8_t *p, in get_linkaddr_string()
76 get_etheraddr_string(netdissect_options *ndo, const uint8_t *p) in get_etheraddr_string()
84 get_le64addr_string(netdissect_options *ndo, const u_char *p) in get_le64addr_string()
101 get_ipaddr_string(netdissect_options *ndo, const u_char *p) in get_ipaddr_string()
109 get_ip6addr_string(netdissect_options *ndo, const u_char *p) in get_ip6addr_string()
116 #define GET_LINKADDR_STRING(p, type, len) get_linkaddr_string(ndo, (const u_char *)(p), type, len) argument
117 #define GET_ETHERADDR_STRING(p) get_etheraddr_string(ndo, (const u_char *)(p)) argument
118 #define GET_LE64ADDR_STRING(p) get_le64addr_string(ndo, (const u_char *)(p)) argument
120 #define GET_IPADDR_STRING(p) get_ipaddr_string(ndo, (const u_char *)(p)) argument
121 #define GET_IP6ADDR_STRING(p) get_ip6addr_string(ndo, (const u_char *)(p)) argument
/dragonfly/sys/sys/
H A Datomic_common.h73 #define atomic_load_bool(p) \ argument
75 #define atomic_store_bool(p, v) \ argument
87 #define atomic_load_bool(p) \ argument
89 #define atomic_store_bool(p, v) \ argument
105 #define atomic_store_char(p, v) \ argument
109 #define atomic_store_int(p, v) \ argument
113 #define atomic_store_8(p, v) \ argument
115 #define atomic_store_16(p, v) \ argument
117 #define atomic_store_32(p, v) \ argument
122 #define atomic_store_64(p, v) \ argument
[all …]
/dragonfly/contrib/libpcap/
H A Dextract.h77 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2()
83 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2()
89 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4()
242 #define EXTRACT_BE_U_2(p) \ argument
245 #define EXTRACT_BE_S_2(p) \ argument
248 #define EXTRACT_BE_U_4(p) \ argument
253 #define EXTRACT_BE_S_4(p) \ argument
258 #define EXTRACT_BE_U_8(p) \ argument
267 #define EXTRACT_BE_S_8(p) \ argument
291 #define EXTRACT_BE_U_3(p) \ argument
[all …]
H A Dpcap.c975 char *p; local
2256 pcap_t *p; local
2443 pcap_t *p; local
2486 pcap_t *p; local
2764 pcap_t *p; local
2870 pcap_t *p; local
3451 pcap_file(pcap_t *p)
3458 pcap_fileno(pcap_t *p)
3478 pcap_fileno(pcap_t *p)
4065 pcap_close(pcap_t *p)
[all …]
H A Dsavefile.c99 sf_setnonblock(pcap_t *p, int nonblock _U_) in sf_setnonblock()
115 sf_stats(pcap_t *p, struct pcap_stat *ps _U_) in sf_stats()
124 sf_stats_ex(pcap_t *p, int *size _U_) in sf_stats_ex()
132 sf_setbuff(pcap_t *p, int dim _U_) in sf_setbuff()
140 sf_setmode(pcap_t *p, int mode _U_) in sf_setmode()
148 sf_setmintocopy(pcap_t *p, int size _U_) in sf_setmintocopy()
190 sf_setuserbuffer(pcap_t *p, int size _U_) in sf_setuserbuffer()
206 sf_live_dump_ended(pcap_t *p, int sync _U_) in sf_live_dump_ended()
241 sf_cleanup(pcap_t *p) in sf_cleanup()
343 pcap_t *p; in pcap_open_offline_with_tstamp_precision() local
[all …]
H A Dpcap-airpcap.c304 airpcap_set_datalink(pcap_t *p, int dlt) in airpcap_set_datalink()
338 airpcap_getnonblock(pcap_t *p) in airpcap_getnonblock()
450 airpcap_setbuff(pcap_t *p, int dim) in airpcap_setbuff()
465 airpcap_setmode(pcap_t *p, int mode) in airpcap_setmode()
491 airpcap_getevent(pcap_t *p) in airpcap_getevent()
571 airpcap_get_airpcap_handle(pcap_t *p) in airpcap_get_airpcap_handle()
724 airpcap_cleanup(pcap_t *p) in airpcap_cleanup()
736 airpcap_breakloop(pcap_t *p) in airpcap_breakloop()
754 airpcap_activate(pcap_t *p) in airpcap_activate()
936 airpcap_can_set_rfmon(pcap_t *p) in airpcap_can_set_rfmon()
[all …]
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/ena_defs/
H A Dena_eth_io_defs.h418 static inline uint32_t get_ena_eth_io_tx_desc_length(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_length()
448 static inline uint32_t get_ena_eth_io_tx_desc_phase(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_phase()
458 static inline uint32_t get_ena_eth_io_tx_desc_first(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_first()
468 static inline uint32_t get_ena_eth_io_tx_desc_last(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_last()
498 static inline uint32_t get_ena_eth_io_tx_desc_DF(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_DF()
503 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF()
508 static inline uint32_t get_ena_eth_io_tx_desc_tso_en(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_tso_en()
748 static inline uint8_t get_ena_eth_io_tx_cdesc_phase(const struct ena_eth_io_tx_cdesc *p) in get_ena_eth_io_tx_cdesc_phase()
758 static inline uint8_t get_ena_eth_io_rx_desc_phase(const struct ena_eth_io_rx_desc *p) in get_ena_eth_io_rx_desc_phase()
768 static inline uint8_t get_ena_eth_io_rx_desc_first(const struct ena_eth_io_rx_desc *p) in get_ena_eth_io_rx_desc_first()
[all …]
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_eth_io_defs.h419 static inline uint32_t get_ena_eth_io_tx_desc_length(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_length()
449 static inline uint32_t get_ena_eth_io_tx_desc_phase(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_phase()
459 static inline uint32_t get_ena_eth_io_tx_desc_first(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_first()
469 static inline uint32_t get_ena_eth_io_tx_desc_last(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_last()
499 static inline uint32_t get_ena_eth_io_tx_desc_DF(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_DF()
504 static inline void set_ena_eth_io_tx_desc_DF(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_DF()
509 static inline uint32_t get_ena_eth_io_tx_desc_tso_en(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_tso_en()
749 static inline uint8_t get_ena_eth_io_tx_cdesc_phase(const struct ena_eth_io_tx_cdesc *p) in get_ena_eth_io_tx_cdesc_phase()
759 static inline uint8_t get_ena_eth_io_rx_desc_phase(const struct ena_eth_io_rx_desc *p) in get_ena_eth_io_rx_desc_phase()
769 static inline uint8_t get_ena_eth_io_rx_desc_first(const struct ena_eth_io_rx_desc *p) in get_ena_eth_io_rx_desc_first()
[all …]
/dragonfly/usr.sbin/ppp/
H A Dphysical.c156 struct physical *p; in physical_Create() local
276 physical_Raw(struct physical *p) in physical_Raw()
285 physical_Offline(struct physical *p) in physical_Offline()
293 physical_Lock(struct physical *p) in physical_Lock()
311 physical_Unlock(struct physical *p) in physical_Unlock()
320 physical_Close(struct physical *p) in physical_Close()
376 physical_Destroy(struct physical *p) in physical_Destroy()
572 struct physical *p; in iov2physical() local
960 physical_Found(struct physical *p) in physical_Found()
986 physical_Open(struct physical *p) in physical_Open()
[all …]
H A Dprompt.c84 prompt_Display(struct prompt *p) in prompt_Display()
135 struct prompt *p = descriptor2prompt(d); in prompt_UpdateSet() local
166 struct prompt *p = descriptor2prompt(d); in prompt_IsSet() local
172 prompt_ShowHelp(struct prompt *p) in prompt_ShowHelp()
185 struct prompt *p = descriptor2prompt(d); in prompt_Read() local
416 prompt_TtyInit(struct prompt *p) in prompt_TtyInit()
449 prompt_TtyCommandMode(struct prompt *p) in prompt_TtyCommandMode()
489 prompt_TtyOldMode(struct prompt *p) in prompt_TtyOldMode()
504 prompt_pgrp(struct prompt *p) in prompt_pgrp()
548 prompt_Continue(struct prompt *p) in prompt_Continue()
[all …]
/dragonfly/contrib/mdocml/
H A Dterm.c59 term_free(struct termp *p) in term_free()
80 term_end(struct termp *p) in term_end()
94 term_flushln(struct termp *p) in term_flushln()
412 endline(struct termp *p) in endline()
436 term_newln(struct termp *p) in term_newln()
451 term_vspace(struct termp *p) in term_vspace()
465 term_fontlast(struct termp *p) in term_fontlast()
499 term_fontpopq(struct termp *p, int i) in term_fontpopq()
509 term_fontpop(struct termp *p) in term_fontpop()
764 bufferc(struct termp *p, char c) in bufferc()
[all …]
H A Dterm_ascii.c68 struct termp *p; in ascii_init() local
185 struct termp *p; in terminal_sepline() local
197 ascii_width(const struct termp *p, int c) in ascii_width()
210 ascii_letter(struct termp *p, int c) in ascii_letter()
217 ascii_begin(struct termp *p) in ascii_begin()
224 ascii_end(struct termp *p) in ascii_end()
231 ascii_endline(struct termp *p) in ascii_endline()
244 ascii_advance(struct termp *p, size_t len) in ascii_advance()
376 locale_width(const struct termp *p, int c) in locale_width()
406 locale_endline(struct termp *p) in locale_endline()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Di915_syncmap.c99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno()
118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx()
156 struct i915_syncmap *p; in i915_syncmap_is_later() local
201 struct i915_syncmap *p; in __sync_alloc_leaf() local
219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local
227 __sync_child(p)[idx] = child; in __sync_set_child() local
232 struct i915_syncmap *p = *root; in __sync_set() local
299 __sync_child(p->parent)[idx] = next; in __sync_set() local
355 struct i915_syncmap *p = *root; in i915_syncmap_set() local
369 static void __sync_free(struct i915_syncmap *p) in __sync_free()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c12 #define Ppmd7_GetPtr(p, ptr) (ptr) argument
13 #define Ppmd7_GetContext(p, ptr) (ptr) argument
21 #define Ppmd7_GetBinSumm(p) \ argument
87 static void Ppmd7_Construct(CPpmd7 *p) in Ppmd7_Construct()
118 static void Ppmd7_Free(CPpmd7 *p) in Ppmd7_Free()
177 static void GlueFreeBlocks(CPpmd7 *p) in GlueFreeBlocks()
319 static void RestartModel(CPpmd7 *p) in RestartModel()
454 static void UpdateModel(CPpmd7 *p) in UpdateModel()
603 static void Rescale(CPpmd7 *p) in Rescale()
692 static void NextContext(CPpmd7 *p) in NextContext()
[all …]
H A Darchive_endian.h64 unsigned char const *p = (unsigned char const *)pp; in archive_be16dec() local
78 unsigned char const *p = (unsigned char const *)pp; in archive_be32dec() local
94 unsigned char const *p = (unsigned char const *)pp; in archive_be64dec() local
102 unsigned char const *p = (unsigned char const *)pp; in archive_le16dec() local
116 unsigned char const *p = (unsigned char const *)pp; in archive_le32dec() local
140 unsigned char *p = (unsigned char *)pp; in archive_be16enc() local
149 unsigned char *p = (unsigned char *)pp; in archive_be32enc() local
160 unsigned char *p = (unsigned char *)pp; in archive_be64enc() local
169 unsigned char *p = (unsigned char *)pp; in archive_le16enc() local
178 unsigned char *p = (unsigned char *)pp; in archive_le32enc() local
[all …]
H A Darchive_ppmd8.c64 void Ppmd8_Construct(CPpmd8 *p) in Ppmd8_Construct()
92 void Ppmd8_Free(CPpmd8 *p) in Ppmd8_Free()
146 static void GlueFreeBlocks(CPpmd8 *p) in GlueFreeBlocks()
346 static void RestartModel(CPpmd8 *p) in RestartModel()
799 static void UpdateModel(CPpmd8 *p) in UpdateModel()
968 static void Rescale(CPpmd8 *p) in Rescale()
1075 void Ppmd8_Update1(CPpmd8 *p) in Ppmd8_Update1()
1090 void Ppmd8_Update1_0(CPpmd8 *p) in Ppmd8_Update1_0()
1100 void Ppmd8_UpdateBin(CPpmd8 *p) in Ppmd8_UpdateBin()
1108 void Ppmd8_Update2(CPpmd8 *p) in Ppmd8_Update2()
[all …]
/dragonfly/bin/sh/
H A Dmemalloc.h70 #define STARTSTACKSTR(p) p = stackblock() argument
71 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) argument
73 #define USTPUTC(c, p) (*p++ = (c)) argument
81 #define STACKSTRNUL(p) (p == sstrend ? (p = growstackstr(), *p = '\0') : (*p = '\0')) argument
82 #define STUNPUTC(p) (--p) argument
83 #define STTOPC(p) p[-1] argument
84 #define STADJUST(amount, p) (p += (amount)) argument
85 #define grabstackstr(p) stalloc((char *)p - stackblock()) argument
86 #define ungrabstackstr(s, p) stunalloc((s)) argument
87 #define STPUTBIN(s, len, p) p = stputbin((s), (len), p) argument
[all …]
/dragonfly/tools/tools/net80211/w00t/ap/
H A Dap.c105 void send_frame(struct params *p, void *buf, int len) in send_frame()
153 void send_beacon(struct params *p) in send_beacon()
187 void send_pres(struct params *p, char *mac) in send_pres()
235 void send_auth(struct params* p, char *mac) in send_auth()
285 void send_assoc(struct params *p, char *mac) in send_assoc()
382 void send_cts(struct params *p, char *mac) in send_cts()
653 void read_wifi(struct params *p) in read_wifi()
706 void read_tap(struct params *p) in read_tap()
770 int retransmit(struct params *p) in retransmit()
789 void next_event(struct params *p) in next_event()
[all …]
/dragonfly/sys/dev/misc/kbd/
H A Datkbdc.c385 kbdc_lock(KBDC p, int lock) in kbdc_lock()
397 kbdc_data_ready(KBDC p) in kbdc_data_ready()
778 read_kbd_data(KBDC p) in read_kbd_data()
840 read_aux_data(KBDC p) in read_aux_data()
1011 reset_kbd(KBDC p) in reset_kbd()
1050 reset_aux_dev(KBDC p) in reset_aux_dev()
1098 test_controller(KBDC p) in test_controller()
1126 test_kbd_port(KBDC p) in test_kbd_port()
1152 test_aux_port(KBDC p) in test_aux_port()
1275 enable_aux_mux(KBDC p) in enable_aux_mux()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dhash.c92 Node *p; in dellist() local
145 removenode (Node *p) in removenode()
166 Node *head, *p, *n; in mergelists() local
186 Node *p; in getnode() local
213 delnode (Node *p) in delnode()
228 freenode_mem (Node *p) in freenode_mem()
251 freenode (Node *p) in freenode()
322 addnode (List *list, Node *p) in addnode()
348 Node *head, *p; in findnode() local
374 Node *head, *p; in findnode_fn() local
[all …]
/dragonfly/crypto/openssh/
H A Dsshbuf-getput-basic.c217 const u_char *p; in sshbuf_get_string_direct() local
309 u_char *p; in sshbuf_get_stringb() local
328 u_char *p; in sshbuf_put() local
363 u_char *p; in sshbuf_putfv() local
394 u_char *p; in sshbuf_put_u64() local
406 u_char *p; in sshbuf_put_u32() local
418 u_char *p; in sshbuf_put_u16() local
430 u_char *p; in sshbuf_put_u8() local
456 u_char *p = NULL; in sshbuf_poke_u64() local
468 u_char *p = NULL; in sshbuf_poke_u32() local
[all …]
/dragonfly/usr.sbin/pciconf/
H A Dcap.c50 cap_power(int fd, struct pci_conf *p, uint8_t ptr) in cap_power()
64 cap_agp(int fd, struct pci_conf *p, uint8_t ptr) in cap_agp()
125 cap_msi(int fd, struct pci_conf *p, uint8_t ptr) in cap_msi()
144 cap_pcix(int fd, struct pci_conf *p, uint8_t ptr) in cap_pcix()
218 cap_ht(int fd, struct pci_conf *p, uint8_t ptr) in cap_ht()
285 cap_vendor(int fd, struct pci_conf *p, uint8_t ptr) in cap_vendor()
345 cap_debug(int fd, struct pci_conf *p, uint8_t ptr) in cap_debug()
484 cap_msix(int fd, struct pci_conf *p, uint8_t ptr) in cap_msix()
514 cap_pciaf(int fd, struct pci_conf *p, uint8_t ptr) in cap_pciaf()
525 list_caps(int fd, struct pci_conf *p) in list_caps()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dprdbg.c563 pr_empty_type (void *p) in pr_empty_type()
573 pr_void_type (void *p) in pr_void_type()
696 pr_pointer_type (void *p) in pr_pointer_type()
792 pr_reference_type (void *p) in pr_reference_type()
900 pr_offset_type (void *p) in pr_offset_type()
1023 pr_const_type (void *p) in pr_const_type()
1033 pr_volatile_type (void *p) in pr_volatile_type()
1194 pr_end_struct_type (void *p) in pr_end_struct_type()
1573 pr_class_end_method (void *p) in pr_class_end_method()
1584 pr_end_class_type (void *p) in pr_end_class_type()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dprdbg.c561 pr_empty_type (void *p) in pr_empty_type()
571 pr_void_type (void *p) in pr_void_type()
694 pr_pointer_type (void *p) in pr_pointer_type()
790 pr_reference_type (void *p) in pr_reference_type()
898 pr_offset_type (void *p) in pr_offset_type()
1021 pr_const_type (void *p) in pr_const_type()
1031 pr_volatile_type (void *p) in pr_volatile_type()
1192 pr_end_struct_type (void *p) in pr_end_struct_type()
1571 pr_class_end_method (void *p) in pr_class_end_method()
1582 pr_end_class_type (void *p) in pr_end_class_type()
[all …]

12345678910>>...124