/dflybsd-src/contrib/tcpdump/ |
H A D | extract.h | 31 #define EXTRACT_U_1(p) ((uint8_t)(*(p))) argument 32 #define EXTRACT_S_1(p) ((int8_t)(*(p))) argument 88 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() 120 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8() 132 EXTRACT_IPV4_TO_HOST_ORDER(const void *p) in EXTRACT_IPV4_TO_HOST_ORDER() 208 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2() [all …]
|
H A D | addrtoname.h | 67 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
|
/dflybsd-src/sys/sys/ |
H A D | atomic_common.h | 39 #define __atomic_load_bool_relaxed(p) (*(volatile _Bool *)(p)) argument 40 #define __atomic_load_char_relaxed(p) (*(volatile u_char *)(p)) argument 41 #define __atomic_load_short_relaxed(p) (*(volatile u_short *)(p)) argument 42 #define __atomic_load_int_relaxed(p) (*(volatile u_int *)(p)) argument 43 #define __atomic_load_long_relaxed(p) (*(volatile u_long *)(p)) argument 44 #define __atomic_load_8_relaxed(p) (*(volatile uint8_t *)(p)) argument 45 #define __atomic_load_16_relaxed(p) (*(volatile uint16_t *)(p)) argument 46 #define __atomic_load_32_relaxed(p) (*(volatile uint32_t *)(p)) argument 47 #define __atomic_load_64_relaxed(p) (*(volatile uint64_t *)(p)) argument 49 #define __atomic_store_bool_relaxed(p, v) \ argument [all …]
|
/dflybsd-src/contrib/libpcap/ |
H A D | extract.h | 77 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() 95 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4() 101 EXTRACT_BE_U_8(const void *p) in EXTRACT_BE_U_8() 109 EXTRACT_BE_S_8(const void *p) in EXTRACT_BE_S_8() 187 EXTRACT_BE_U_2(const void *p) in EXTRACT_BE_U_2() 193 EXTRACT_BE_S_2(const void *p) in EXTRACT_BE_S_2() 199 EXTRACT_BE_U_4(const void *p) in EXTRACT_BE_U_4() 205 EXTRACT_BE_S_4(const void *p) in EXTRACT_BE_S_4() [all …]
|
H A D | pcap.c | 500 pcap_can_set_rfmon(pcap_t *p) in pcap_can_set_rfmon() 526 pcap_list_tstamp_types(pcap_t *p, int **tstamp_typesp) in pcap_list_tstamp_types() 588 pcap_next(pcap_t *p, struct pcap_pkthdr *h) in pcap_next() 602 pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header, in pcap_next_ex() 975 char *p; local 1675 get_substring(const char *p, size_t len, char *ebuf) 2256 pcap_t *p; local 2382 pcap_setnonblock_unactivated(pcap_t *p, int nonblock) 2389 initialize_ops(pcap_t *p) 2443 pcap_t *p; local [all …]
|
H A D | savefile.c | 99 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() 164 sf_oid_get_request(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_, in sf_oid_get_request() 173 sf_oid_set_request(pcap_t *p, bpf_u_int32 oid _U_, const void *data _U_, in sf_oid_set_request() 182 sf_sendqueue_transmit(pcap_t *p, pcap_send_queue *queue _U_, int sync _U_) in sf_sendqueue_transmit() 190 sf_setuserbuffer(pcap_t *p, int size _U_) in sf_setuserbuffer() [all …]
|
H A D | pcap-airpcap.c | 251 airpcap_setfilter(pcap_t *p, struct bpf_program *fp) in airpcap_setfilter() 304 airpcap_set_datalink(pcap_t *p, int dlt) in airpcap_set_datalink() 338 airpcap_getnonblock(pcap_t *p) in airpcap_getnonblock() 346 airpcap_setnonblock(pcap_t *p, int nonblock) in airpcap_setnonblock() 374 airpcap_stats(pcap_t *p, struct pcap_stat *ps) in airpcap_stats() 418 airpcap_stats_ex(pcap_t *p, int *pcap_stat_size) in airpcap_stats_ex() 450 airpcap_setbuff(pcap_t *p, int dim) in airpcap_setbuff() 465 airpcap_setmode(pcap_t *p, int mode) in airpcap_setmode() 477 airpcap_setmintocopy(pcap_t *p, int size) in airpcap_setmintocopy() 491 airpcap_getevent(pcap_t *p) in airpcap_getevent() [all …]
|
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/ |
H A D | ena_eth_io_defs.h | 419 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() 424 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length() 429 static inline uint32_t get_ena_eth_io_tx_desc_req_id_hi(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_req_id_hi() 434 static inline void set_ena_eth_io_tx_desc_req_id_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_req_id_hi() 439 static inline uint32_t get_ena_eth_io_tx_desc_meta_desc(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_meta_desc() 444 static inline void set_ena_eth_io_tx_desc_meta_desc(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_meta_desc() 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() 454 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_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() 464 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first() [all …]
|
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/ena_defs/ |
H A D | ena_eth_io_defs.h | 418 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() 423 static inline void set_ena_eth_io_tx_desc_length(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_length() 428 static inline uint32_t get_ena_eth_io_tx_desc_req_id_hi(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_req_id_hi() 433 static inline void set_ena_eth_io_tx_desc_req_id_hi(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_req_id_hi() 438 static inline uint32_t get_ena_eth_io_tx_desc_meta_desc(const struct ena_eth_io_tx_desc *p) in get_ena_eth_io_tx_desc_meta_desc() 443 static inline void set_ena_eth_io_tx_desc_meta_desc(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_meta_desc() 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() 453 static inline void set_ena_eth_io_tx_desc_phase(struct ena_eth_io_tx_desc *p, uint32_t val) in set_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() 463 static inline void set_ena_eth_io_tx_desc_first(struct ena_eth_io_tx_desc *p, uint32_t val) in set_ena_eth_io_tx_desc_first() [all …]
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | physical.c | 144 physical_SetDescriptor(struct physical *p) in physical_SetDescriptor() 156 struct physical *p; in physical_Create() local 235 physical_SetParity(struct physical *p, const char *str) in physical_SetParity() 256 physical_GetSpeed(struct physical *p) in physical_GetSpeed() 265 physical_SetSpeed(struct physical *p, unsigned speed) in physical_SetSpeed() 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() [all …]
|
H A D | prompt.c | 84 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 314 struct prompt *p = (struct prompt *)malloc(sizeof(struct prompt)); in prompt_Create() local 359 prompt_Destroy(struct prompt *p, int verbose) in prompt_Destroy() 378 prompt_Printf(struct prompt *p, const char *fmt,...) in prompt_Printf() 390 prompt_vPrintf(struct prompt *p, const char *fmt, va_list ap) in prompt_vPrintf() 416 prompt_TtyInit(struct prompt *p) in prompt_TtyInit() [all …]
|
/dflybsd-src/contrib/mdocml/ |
H A D | term.c | 47 term_setcol(struct termp *p, size_t maxtcol) in term_setcol() 59 term_free(struct termp *p) in term_free() 69 term_begin(struct termp *p, term_margin head, in term_begin() 80 term_end(struct termp *p) in term_end() 94 term_flushln(struct termp *p) in term_flushln() 253 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill() 350 term_field(struct termp *p, size_t vbl, size_t nbr) in term_field() 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() [all …]
|
H A D | term_ascii.c | 68 struct termp *p; in ascii_init() local 163 ascii_setwidth(struct termp *p, int iop, int width) in ascii_setwidth() 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() 261 ascii_hspan(const struct termp *p, const struct roffsu *su) in ascii_hspan() [all …]
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | i915_syncmap.c | 99 static inline u32 *__sync_seqno(struct i915_syncmap *p) in __sync_seqno() 105 static inline struct i915_syncmap **__sync_child(struct i915_syncmap *p) in __sync_child() 112 __sync_branch_idx(const struct i915_syncmap *p, u64 id) in __sync_branch_idx() 118 __sync_leaf_idx(const struct i915_syncmap *p, u64 id) in __sync_leaf_idx() 124 static inline u64 __sync_branch_prefix(const struct i915_syncmap *p, u64 id) in __sync_branch_prefix() 129 static inline u64 __sync_leaf_prefix(const struct i915_syncmap *p, u64 id) in __sync_leaf_prefix() 156 struct i915_syncmap *p; in i915_syncmap_is_later() local 201 struct i915_syncmap *p; in __sync_alloc_leaf() local 214 static inline void __sync_set_seqno(struct i915_syncmap *p, u64 id, u32 seqno) in __sync_set_seqno() 219 __sync_seqno(p)[idx] = seqno; in __sync_set_seqno() local [all …]
|
/dflybsd-src/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7.c | 12 #define Ppmd7_GetPtr(p, ptr) (ptr) argument 13 #define Ppmd7_GetContext(p, ptr) (ptr) argument 14 #define Ppmd7_GetStats(p, ctx) ((ctx)->Stats) argument 16 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument 17 #define Ppmd7_GetContext(p, offs) ((CPpmd7_Context *)Ppmd7_GetPtr((p), (offs))) argument 18 #define Ppmd7_GetStats(p, ctx) ((CPpmd_State *)Ppmd7_GetPtr((p), ((ctx)->Stats))) 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() 125 static Bool Ppmd7_Alloc(CPpmd7 *p, UInt32 size) in Ppmd7_Alloc() [all …]
|
H A D | archive_endian.h | 64 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 132 unsigned char const *p = (unsigned char const *)pp; in archive_le64dec() 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 [all …]
|
H A D | archive_ppmd8.c | 64 void Ppmd8_Construct(CPpmd8 *p) in Ppmd8_Construct() 92 void Ppmd8_Free(CPpmd8 *p) in Ppmd8_Free() 99 Bool Ppmd8_Alloc(CPpmd8 *p, UInt32 size) in Ppmd8_Alloc() 117 static void InsertNode(CPpmd8 *p, void *node, unsigned indx) in InsertNode() 126 static void *RemoveNode(CPpmd8 *p, unsigned indx) in RemoveNode() 134 static void SplitBlock(CPpmd8 *p, void *ptr, unsigned oldIndx, unsigned newIndx) in SplitBlock() 146 static void GlueFreeBlocks(CPpmd8 *p) in GlueFreeBlocks() 204 static void *AllocUnitsRare(CPpmd8 *p, unsigned indx) in AllocUnitsRare() 230 static void *AllocUnits(CPpmd8 *p, unsigned indx) in AllocUnits() 249 static void *ShrinkUnits(CPpmd8 *p, void *oldPtr, unsigned oldNU, unsigned newNU) in ShrinkUnits() [all …]
|
/dflybsd-src/bin/sh/ |
H A D | memalloc.h | 70 #define STARTSTACKSTR(p) p = stackblock() argument 71 #define STPUTC(c, p) do { if (p == sstrend) p = growstackstr(); *p++ = (c); } while(0) argument 72 #define CHECKSTRSPACE(n, p) { if ((size_t)(sstrend - p) < n) p = makestrspace(n, p); } 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 [all …]
|
/dflybsd-src/tools/tools/net80211/w00t/ap/ |
H A D | ap.c | 92 void fill_basic(struct ieee80211_frame *wh, struct params *p) in fill_basic() 105 void send_frame(struct params *p, void *buf, int len) in send_frame() 119 int fill_beacon(struct params *p, struct ieee80211_frame *wh) in fill_beacon() 153 void send_beacon(struct params *p) in send_beacon() 187 void send_pres(struct params *p, char *mac) in send_pres() 209 void read_preq(struct params *p, struct ieee80211_frame *wh, int len) in read_preq() 235 void send_auth(struct params* p, char *mac) in send_auth() 262 void read_auth(struct params *p, struct ieee80211_frame *wh, int len) in read_auth() 285 void send_assoc(struct params *p, char *mac) in send_assoc() 321 void read_assoc(struct params *p, struct ieee80211_frame *wh, int len) in read_assoc() [all …]
|
/dflybsd-src/sys/dev/misc/kbd/ |
H A D | atkbdc.c | 385 kbdc_lock(KBDC p, int lock) in kbdc_lock() 397 kbdc_data_ready(KBDC p) in kbdc_data_ready() 600 write_controller_w1r1(KBDC p, int c, int d) in write_controller_w1r1() 611 write_controller_command(KBDC p, int c) in write_controller_command() 621 write_controller_data(KBDC p, int c) in write_controller_data() 631 write_kbd_command(KBDC p, int c) in write_kbd_command() 641 write_aux_command(KBDC p, int c) in write_aux_command() 655 send_kbd_command(KBDC p, int c) in send_kbd_command() 672 send_aux_command(KBDC p, int c) in send_aux_command() 699 send_kbd_command_and_data(KBDC p, int c, int d) in send_kbd_command_and_data() [all …]
|
/dflybsd-src/contrib/cvs-1.12/src/ |
H A D | hash.c | 92 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() 276 insert_before (List *list, Node *marker, Node *p) in insert_before() 322 addnode (List *list, Node *p) in addnode() 334 addnode_at_front (List *list, Node *p) in addnode_at_front() [all …]
|
/dflybsd-src/crypto/openssh/ |
H A D | sshbuf-getput-basic.c | 37 const u_char *p = sshbuf_ptr(buf); in sshbuf_get() local 50 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u64() local 63 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u32() local 76 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u16() local 89 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u8() local 115 const u_char **p) in check_roffset() 129 const u_char *p = NULL; in sshbuf_peek_u64() local 144 const u_char *p = NULL; in sshbuf_peek_u32() local 159 const u_char *p = NULL; in sshbuf_peek_u16() local 174 const u_char *p = NULL; in sshbuf_peek_u8() local [all …]
|
/dflybsd-src/usr.sbin/pciconf/ |
H A D | cap.c | 50 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() 355 cap_subvendor(int fd, struct pci_conf *p, uint8_t ptr) in cap_subvendor() 366 cap_express(int fd, struct pci_conf *p, uint8_t ptr) in cap_express() 484 cap_msix(int fd, struct pci_conf *p, uint8_t ptr) in cap_msix() [all …]
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | prdbg.c | 535 pr_start_compilation_unit (void *p, const char *filename) in pr_start_compilation_unit() 549 pr_start_source (void *p, const char *filename) in pr_start_source() 563 pr_empty_type (void *p) in pr_empty_type() 573 pr_void_type (void *p) in pr_void_type() 583 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type() 595 pr_float_type (void *p, unsigned int size) in pr_float_type() 612 pr_complex_type (void *p, unsigned int size) in pr_complex_type() 625 pr_bool_type (void *p, unsigned int size) in pr_bool_type() 638 pr_enum_type (void *p, const char *tag, const char **names, in pr_enum_type() 696 pr_pointer_type (void *p) in pr_pointer_type() [all …]
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | prdbg.c | 533 pr_start_compilation_unit (void *p, const char *filename) in pr_start_compilation_unit() 547 pr_start_source (void *p, const char *filename) in pr_start_source() 561 pr_empty_type (void *p) in pr_empty_type() 571 pr_void_type (void *p) in pr_void_type() 581 pr_int_type (void *p, unsigned int size, bfd_boolean unsignedp) in pr_int_type() 593 pr_float_type (void *p, unsigned int size) in pr_float_type() 610 pr_complex_type (void *p, unsigned int size) in pr_complex_type() 623 pr_bool_type (void *p, unsigned int size) in pr_bool_type() 636 pr_enum_type (void *p, const char *tag, const char **names, in pr_enum_type() 694 pr_pointer_type (void *p) in pr_pointer_type() [all …]
|