/linux-3.3/tools/perf/util/ |
D | sort.c | 18 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf() 60 static int hist_entry__thread_snprintf(struct hist_entry *self, char *bf, in hist_entry__thread_snprintf() 94 static int hist_entry__comm_snprintf(struct hist_entry *self, char *bf, in hist_entry__comm_snprintf() 131 static int hist_entry__dso_snprintf(struct hist_entry *self, char *bf, in hist_entry__dso_snprintf() 172 static int hist_entry__sym_snprintf(struct hist_entry *self, char *bf, in hist_entry__sym_snprintf() 217 static int hist_entry__parent_snprintf(struct hist_entry *self, char *bf, in hist_entry__parent_snprintf() 239 static int hist_entry__cpu_snprintf(struct hist_entry *self, char *bf, in hist_entry__cpu_snprintf()
|
D | color.c | 170 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 220 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 231 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 321 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent) in percent_color_snprintf()
|
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 | 70 char *dso__build_id_filename(struct dso *self, char *bf, size_t size) in dso__build_id_filename()
|
D | symbol.c | 465 int build_id__sprintf(const u8 *build_id, int len, char *bf) in build_id__sprintf() 1407 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 1469 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id() 1508 char bf[BUFSIZ]; in sysfs__read_build_id() local 2309 char bf[PATH_MAX]; in machine__get_kernel() local 2457 char bf[PATH_MAX]; in vmlinux_path__init() local
|
/linux-3.3/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 189 struct ath_buf *bf; in ath_tx_flush_tid() local 270 struct ath_buf *bf; in ath_tid_drain() local 304 struct ath_buf *bf = fi->bf; in ath_tx_set_retry() local 322 struct ath_buf *bf = NULL; in ath_tx_get_buffer() local 339 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer() 346 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf() 364 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames() 397 struct ath_buf *bf, struct list_head *bf_q, in ath_tx_complete_aggr() 622 static bool ath_lookup_legacy(struct ath_buf *bf) in ath_lookup_legacy() 644 static u32 ath_lookup_rate(struct ath_softc *sc, struct ath_buf *bf, in ath_lookup_rate() [all …]
|
D | recv.c | 74 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link() 145 struct ath_buf *bf; in ath_rx_edma_buf_link() local 193 struct ath_buf *bf; in ath_rx_remove_buffer() local 210 struct ath_buf *bf; in ath_rx_edma_cleanup() local 244 struct ath_buf *bf; in ath_rx_edma_init() local 327 struct ath_buf *bf; in ath_rx_init() local 392 struct ath_buf *bf; in ath_rx_cleanup() local 483 struct ath_buf *bf, *tbf; in ath_startrecv() local 667 struct ath_buf *bf; in ath_edma_get_buffers() local 716 struct ath_buf *bf; in ath_edma_get_next_rx_buf() local [all …]
|
D | beacon.c | 71 struct ath_buf *bf, int rateidx) in ath_beacon_setup() 133 struct ath_buf *bf; in ath_beacon_generate() local 226 struct ath_buf *bf; in ath_beacon_alloc() local 326 struct ath_buf *bf; in ath_beacon_return() local 356 struct ath_buf *bf = NULL; in ath_beacon_tasklet() local
|
/linux-3.3/drivers/net/wireless/ath/ath5k/ |
D | base.c | 596 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_setup() 663 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup() 777 struct ath5k_buf *bf; in ath5k_desc_alloc() local 839 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb() 853 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb() 871 struct ath5k_buf *bf; in ath5k_desc_free() local 1034 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs() local 1084 struct ath5k_buf *bf; in ath5k_rx_start() local 1457 struct ath5k_buf *bf; in ath5k_tasklet_rx() local 1525 struct ath5k_buf *bf; in ath5k_tx_queue() local [all …]
|
D | debug.c | 829 struct ath5k_buf *bf, *bf0; in read_file_queue() local 976 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() 994 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local 1015 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-3.3/drivers/uwb/ |
D | beacon.c | 263 struct uwb_beacon_frame *bf, in __uwb_beca_add() 312 struct uwb_beacon_frame *bf) in uwb_beacon_print() 335 struct uwb_beacon_frame *bf; in uwb_bce_print_IEs() local 362 struct uwb_beacon_frame *bf; in uwb_verify_beacon() local 395 struct uwb_beacon_frame *bf; in uwbd_evt_handle_rc_beacon() local
|
/linux-3.3/drivers/net/ethernet/mellanox/mlx4/ |
D | pd.c | 136 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_alloc() 206 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_free()
|
/linux-3.3/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-3.3/drivers/gpu/drm/nouveau/ |
D | nouveau_util.c | 35 nouveau_bitfield_print(const struct nouveau_bitfield *bf, u32 value) in nouveau_bitfield_print()
|
/linux-3.3/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-3.3/drivers/media/dvb/frontends/ |
D | zl10036.c | 49 u8 br, bf; member 206 u8 br, bf; in zl10036_set_bandwidth() local
|
/linux-3.3/fs/xfs/ |
D | xfs_ioctl32.c | 54 xfs_flock64_t *bf, in xfs_compat_flock64_copyin() 591 struct xfs_flock64 bf; in xfs_file_compat_ioctl() local
|
/linux-3.3/tools/perf/util/ui/browsers/ |
D | map.c | 15 static int ui_entry__read(const char *title, char *bf, size_t size, int width) in ui_entry__read()
|
D | hists.c | 375 char *bf, size_t bfsize) in callchain_list__sym_name() 830 static int hists__browser_title(struct hists *self, char *bf, size_t size, in hists__browser_title() 1090 char bf[256], unit; in perf_evsel_menu__write() local
|
/linux-3.3/drivers/video/ |
D | vt8500lcdfb.c | 136 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-3.3/drivers/video/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 | 187 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-3.3/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
|