/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link() 71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink() 116 struct ath_rxbuf *bf; in ath_rx_edma_buf_link() local 142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma() local 158 struct ath_rxbuf *bf; in ath_rx_remove_buffer() local 175 struct ath_rxbuf *bf; in ath_rx_edma_cleanup() local 203 struct ath_rxbuf *bf; in ath_rx_edma_init() local 275 struct ath_rxbuf *bf; in ath_rx_init() local 336 struct ath_rxbuf *bf; in ath_rx_cleanup() local 440 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local [all …]
|
D | xmit.c | 139 struct ath_buf *bf) in ath_set_rates() 203 struct ath_buf *bf; in ath_tx_tid_change_state() local 231 struct ath_buf *bf; in ath_tx_flush_tid() local 285 struct ath_buf *bf) in ath_tx_addto_baw() 308 struct ath_buf *bf; in ath_tid_drain() local 334 struct ath_buf *bf = fi->bf; in ath_tx_set_retry() local 352 struct ath_buf *bf = NULL; in ath_tx_get_buffer() local 369 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer() 376 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf() 395 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames() [all …]
|
D | beacon.c | 73 struct ath_buf *bf, int rateidx) in ath9k_beacon_setup() 117 struct ath_buf *bf; in ath9k_beacon_generate() local 221 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot() local 324 struct ath_buf *bf = NULL; in ath9k_beacon_tasklet() local
|
D | init.c | 283 struct ath_buf *bf; in ath_descdma_setup() local 314 struct ath_rxbuf *bf; in ath_descdma_setup() local
|
D | ath9k.h | 176 struct ath_buf *bf; member 207 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU) argument 208 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) argument
|
D | debug.h | 291 struct ath_buf *bf, in ath_debug_stat_tx()
|
D | debug.c | 784 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
D | main.c | 2109 struct ath_buf *bf; in ath9k_tx_last_beacon() local
|
D | ar9003_eeprom.c | 2966 int bf, factor, plus; in interpolate() local
|
/linux-4.4.14/tools/perf/util/ |
D | sort.c | 28 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf() 70 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() 109 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 152 static int _hist_entry__dso_snprintf(struct map *map, char *bf, in _hist_entry__dso_snprintf() 164 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 229 u64 ip, char level, char *bf, size_t size, in _hist_entry__sym_snprintf() 267 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf() 310 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 363 static int hist_entry__srcfile_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcfile_snprintf() 390 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf() [all …]
|
D | color.c | 45 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 94 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 105 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 185 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf() 191 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf() 202 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
|
D | annotate.c | 41 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 47 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() 93 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() 129 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf() 201 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf() 284 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf() 326 static int dec__scnprintf(struct ins *ins, char *bf, size_t size, in dec__scnprintf() 338 static int nop__scnprintf(struct ins *ins __maybe_unused, char *bf, size_t size, in nop__scnprintf() 758 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw) in disasm_line__scnprintf() 1118 char bf[BUILD_ID_SIZE * 2 + 16] = " with build id "; in symbol__annotate() local
|
D | evsel.c | 292 static int perf_evsel__add_modifiers(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__add_modifiers() 328 static int perf_evsel__hw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__hw_name() 354 static int perf_evsel__sw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__sw_name() 360 static int __perf_evsel__bp_name(char *bf, size_t size, u64 addr, u64 type) in __perf_evsel__bp_name() 378 static int perf_evsel__bp_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__bp_name() 439 char *bf, size_t size) in __perf_evsel__hw_cache_type_op_res_name() 451 static int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size) in __perf_evsel__hw_cache_name() 478 static int perf_evsel__hw_cache_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__hw_cache_name() 484 static int perf_evsel__raw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__raw_name() 492 char bf[128]; in perf_evsel__name() local
|
D | top.c | 24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf()
|
D | build-id.c | 82 int build_id__sprintf(const u8 *build_id, int len, char *bf) in build_id__sprintf() 148 static char *build_id__filename(const char *sbuild_id, char *bf, size_t size) in build_id__filename() 158 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size) in dso__build_id_filename()
|
D | symbol-minimal.c | 29 static int read_build_id(void *note_data, size_t note_len, void *bf, in read_build_id() 82 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id()
|
D | util.h | 297 static inline int path__join(char *bf, size_t size, in path__join() 303 static inline int path__join3(char *bf, size_t size, in path__join3()
|
D | symbol.h | 140 static inline int __symbol__join_symfs(char *bf, size_t size, const char *path) in __symbol__join_symfs() 145 #define symbol__join_symfs(bf, path) __symbol__join_symfs(bf, sizeof(bf), path) argument
|
D | symbol-elf.c | 349 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 428 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id() 467 char bf[BUFSIZ]; in sysfs__read_build_id() local
|
D | event.c | 68 char bf[4096]; in perf_event__get_comm_ids() local 253 char bf[BUFSIZ]; in perf_event__synthesize_mmap_events() local
|
D | util.c | 544 void *bf = NULL, *nbf; in filename__read_str() local
|
D | callchain.c | 774 char *bf, size_t bfsize, bool show_dso) in callchain_list__sym_name()
|
D | evlist.c | 1506 char bf; in perf_evlist__prepare_workload() local 1618 char bf = 0; in perf_evlist__start_workload() local
|
D | machine.c | 283 char *machine__mmap_name(struct machine *machine, char *bf, size_t size) in machine__mmap_name() 675 char bf[PATH_MAX]; in machine__get_kernel() local
|
D | header.c | 77 int write_padded(int fd, const void *bf, size_t count, size_t count_aligned) in write_padded() 2512 char bf[128]; in perf_evsel__prepare_tracepoint_event() local
|
D | symbol.c | 1866 char bf[PATH_MAX]; in vmlinux_path__init() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | base.c | 629 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_setup() 698 struct ath5k_buf *bf, int idx) in ath5k_get_rate() 714 struct ath5k_buf *bf, int idx) in ath5k_get_rate_hw_value() 732 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup() 857 struct ath5k_buf *bf; in ath5k_desc_alloc() local 919 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb() 933 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb() 951 struct ath5k_buf *bf; in ath5k_desc_free() local 1114 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs() local 1164 struct ath5k_buf *bf; in ath5k_rx_start() local [all …]
|
D | debug.c | 837 struct ath5k_buf *bf, *bf0; in read_file_queue() local 1082 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() 1100 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local 1121 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf()
|
D | debug.h | 161 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) {} in ath5k_debug_printtxbuf()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 47 xfs_dir2_data_free_t *bf; /* bestfree table */ in __xfs_dir3_data_check() local 354 struct xfs_dir2_data_free *bf, /* bestfree table pointer */ in xfs_dir2_data_freefind() 469 struct xfs_dir2_data_free *bf, /* bestfree table pointer */ in xfs_dir2_data_freeremove() 516 struct xfs_dir2_data_free *bf; in xfs_dir2_data_freescan() local 582 struct xfs_dir2_data_free *bf; in xfs_dir3_data_init() local 737 struct xfs_dir2_data_free *bf; in xfs_dir2_data_make_free() local 924 struct xfs_dir2_data_free *bf; in xfs_dir2_data_use_free() local
|
D | xfs_dir2_leaf.c | 393 struct xfs_dir2_data_free *bf; in xfs_dir2_block_to_leaf() local 636 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leaf_addname() local 1361 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leaf_removename() local 1623 struct xfs_dir2_data_free *bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_trim_data() local
|
D | xfs_dir2_node.c | 1172 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leafn_remove() local 1668 struct xfs_dir2_data_free *bf; in xfs_dir2_node_addname_int() local
|
D | xfs_dir2_block.c | 183 struct xfs_dir2_data_free *bf; in xfs_dir2_block_need_space() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-trace.c | 299 static size_t __syscall_arg__scnprintf_strarray(char *bf, size_t size, in __syscall_arg__scnprintf_strarray() 312 static size_t syscall_arg__scnprintf_strarray(char *bf, size_t size, in syscall_arg__scnprintf_strarray() 325 static size_t syscall_arg__scnprintf_strhexarray(char *bf, size_t size, in syscall_arg__scnprintf_strhexarray() 339 static size_t syscall_arg__scnprintf_fd_at(char *bf, size_t size, in syscall_arg__scnprintf_fd_at() 357 static size_t syscall_arg__scnprintf_hex(char *bf, size_t size, in syscall_arg__scnprintf_hex() 365 static size_t syscall_arg__scnprintf_int(char *bf, size_t size, in syscall_arg__scnprintf_int() 373 static size_t syscall_arg__scnprintf_mmap_prot(char *bf, size_t size, in syscall_arg__scnprintf_mmap_prot() 404 static size_t syscall_arg__scnprintf_mmap_flags(char *bf, size_t size, in syscall_arg__scnprintf_mmap_flags() 447 static size_t syscall_arg__scnprintf_mremap_flags(char *bf, size_t size, in syscall_arg__scnprintf_mremap_flags() 472 static size_t syscall_arg__scnprintf_madvise_behavior(char *bf, size_t size, in syscall_arg__scnprintf_madvise_behavior() [all …]
|
D | builtin-top.c | 254 char bf[160]; in perf_top__print_sym_table() local
|
D | builtin-record.c | 56 static int record__write(struct record *rec, void *bf, size_t size) in record__write()
|
/linux-4.4.14/tools/perf/ui/stdio/ |
D | hist.c | 44 char bf[1024]; in ipchain__fprintf_graph() local 169 char bf[1024]; in callchain__fprintf_graph() local 219 char bf[1024]; in __callchain__fprintf_flat() local 352 char *bf, size_t bfsz, FILE *fp) in hist_entry__fprintf() 382 char bf[96]; in hists__fprintf() local
|
/linux-4.4.14/drivers/uwb/ |
D | beacon.c | 266 struct uwb_beacon_frame *bf, in __uwb_beca_add() 315 struct uwb_beacon_frame *bf) in uwb_beacon_print() 338 struct uwb_beacon_frame *bf; in uwb_bce_print_IEs() local 365 struct uwb_beacon_frame *bf; in uwb_verify_beacon() local 398 struct uwb_beacon_frame *bf; in uwbd_evt_handle_rc_beacon() local
|
D | lc-dev.c | 151 struct uwb_beacon_frame *bf; in uwb_dev_BPST_show() local
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_reg_def.h | 165 } bf; member 177 } bf; member 189 } bf; member 200 } bf; member 211 } bf; member 260 } bf; member 271 } bf; member
|
D | crypto4xx_sa.h | 49 } bf; member 109 } bf; member 167 } bf; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | enum.c | 42 nvkm_snprintbf(char *data, int size, const struct nvkm_bitfield *bf, u32 value) in nvkm_snprintbf()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() 244 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_free()
|
D | mlx4_en.h | 273 struct mlx4_bf bf; member
|
/linux-4.4.14/scripts/kconfig/ |
D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() 153 char bf[16384]; in message__add() local
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 121 struct sk_buff *skb, bool bf) in mlx5e_get_inline_hdr_size() 170 bool bf = false; in mlx5e_sq_xmit() local
|
D | uar.c | 128 struct mlx5_bf *bf; in mlx5_alloc_uuars() local
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | zl10036.c | 49 u8 br, bf; member 206 u8 br, bf; in zl10036_set_bandwidth() local
|
D | zl10039.c | 194 u8 bf; in zl10039_set_params() local
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.c | 46 xfs_flock64_t *bf, in xfs_compat_flock64_copyin() 587 struct xfs_flock64 bf; in xfs_file_compat_ioctl() local
|
D | xfs_ioctl.c | 619 xfs_flock64_t *bf) in xfs_ioc_space() 1552 xfs_flock64_t bf; in xfs_file_ioctl() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | vt8500lcdfb.c | 140 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | goldfishfb.c | 72 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | wm8505fb.c | 187 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | pxa168fb.c | 477 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | nuc900fb.c | 293 struct fb_bitfield *bf) in chan_to_field()
|
D | amba-clcd.c | 329 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | sa1100fb.c | 247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | sm712fb.c | 823 struct fb_bitfield *bf) in chan_to_field()
|
D | s3c2410fb.c | 479 struct fb_bitfield *bf) in chan_to_field()
|
D | jz4740_fb.c | 238 struct fb_bitfield *bf) in jzfb_convert_color_to_hw()
|
D | imxfb.c | 247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | atmel_lcdfb.c | 774 static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf) in chan_to_field()
|
D | mxsfb.c | 262 static inline unsigned chan_to_field(unsigned chan, struct fb_bitfield *bf) in chan_to_field()
|
D | cyber2000fb.c | 265 static inline u32 convert_bitfield(u_int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | s3c-fb.c | 726 struct fb_bitfield *bf) in chan_to_field()
|
D | hyperv_fb.c | 579 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf) in chan_to_field()
|
D | sm501fb.c | 902 struct fb_bitfield *bf) in chan_to_field()
|
D | pxafb.c | 130 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | mx3fb.c | 1021 static u32 chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 150 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | gxfb_core.c | 185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | lxfb_core.c | 292 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | cthw20k1.c | 100 } bf; member 127 } bf; member 152 } bf; member 599 } bf; member 760 } bf; member 775 } bf; member 821 } bf; member
|
D | cthw20k2.c | 100 } bf; member 127 } bf; member 152 } bf; member 598 } bf; member 751 } bf; member 791 } bf; member 812 } bf; member
|
/linux-4.4.14/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 351 u32 bf[32]; in sun4i_hash_final() local
|
/linux-4.4.14/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 312 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/net/dccp/ |
D | options.c | 26 u64 dccp_decode_value_var(const u8 *bf, const u8 len) in dccp_decode_value_var()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 605 char bf[1024], *alloc_str; in hist_browser__show_callchain() local 1212 char bf[64]; in hist_browser__dump() local 1269 char *bf, size_t size) in hists__browser_title() 2117 char bf[256], unit; in perf_evsel_menu__write() local
|
D | annotate.c | 123 char bf[256]; in annotate_browser__write() local
|
/linux-4.4.14/drivers/net/wireless/ |
D | wl3501_cs.c | 382 void *bf, int size) in wl3501_get_mib_value() 456 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local 752 static u16 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) in wl3501_receive()
|
/linux-4.4.14/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 74 struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | sm750.c | 386 struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.c | 468 static int __parse_bitfield_probe_arg(const char *bf, in __parse_bitfield_probe_arg()
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 692 struct ippp_buf_queue *bf, *bl; in isdn_ppp_poll() local 735 struct ippp_buf_queue *bf, *bl; in isdn_ppp_fill_rq() local
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 531 static unsigned int chan_to_field(unsigned chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-dbg.c | 545 u16 *bf; in fill_bandwidth_buffer() local
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-wl1273.c | 1866 int bf = radio->rangelow; in wl1273_fm_vidioc_log_status() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 206 struct mlx5_bf *bf; member
|
D | qp.c | 2596 struct mlx5_bf *bf = qp->bf; in mlx5_ib_post_send() local
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 728 u8 bf[0x1]; member
|