Home
last modified time | relevance | path

Searched defs:bf (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/tools/
H A Dzynqmpbif.c110 static char *parse_dest_cpu(char *line, struct bif_entry *bf) in parse_dest_cpu()
135 static char *parse_el(char *line, struct bif_entry *bf) in parse_el()
150 static char *parse_load(char *line, struct bif_entry *bf) in parse_load()
159 static char *parse_entry(char *line, struct bif_entry *bf) in parse_entry()
168 static char *parse_offset(char *line, struct bif_entry *bf) in parse_offset()
177 static char *parse_partition_owner(char *line, struct bif_entry *bf) in parse_partition_owner()
298 static int bif_add_pmufw(struct bif_entry *bf, const char *data, size_t len) in bif_add_pmufw()
319 static int bif_add_part(struct bif_entry *bf, const char *data, size_t len) in bif_add_part()
457 static int bif_add_bit(struct bif_entry *bf) in bif_add_bit()
534 static int bif_add_bin(struct bif_entry *bf) in bif_add_bin()
[all …]
/openbmc/bmcweb/include/
H A Dsecurity_headers.hpp11 using bf = boost::beast::http::field; in addSecurityHeaders() typedef
/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape()
153 char bf[16384]; in message__add() local
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_firewall.h99 static inline int bit_test(const unsigned char * bf, int n) { in bit_test()
102 static inline void bit_set(unsigned char * bf, int n, int v) { in bit_set()
/openbmc/u-boot/drivers/gpio/
H A Dmscc_sgpio.c42 #define __M(bf) GENMASK((bf).end, (bf).beg) argument
43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) argument
44 #define __X(bf, x) (((x) >> (bf).beg) & GENMASK(((bf).end - (bf).beg), 0)) argument
/openbmc/ipmitool/lib/
H A Dipmi_mc.c181 struct bitfield_data * bf; in printf_mc_usage() local
251 struct bitfield_data * bf; in ipmi_mc_get_enables() local
290 struct bitfield_data * bf; in ipmi_mc_set_enables() local
H A Dipmi_firewall.c100 static void print_bitfield(const unsigned char * bf, int n, int invert, int loglevel) { in print_bitfield()
/openbmc/pldm/libpldmresponder/
H A Dpdr_state_sensor.hpp145 bitfield8_t* bf = reinterpret_cast<bitfield8_t*>(start + index); in generateStateSensorPDR() local
H A Dpdr_state_effecter.hpp133 bitfield8_t* bf = reinterpret_cast<bitfield8_t*>(start + index); in generateStateEffecterPDR() local
/openbmc/qemu/block/
H A Dparallels-ext.c127 ParallelsDirtyBitmapFeature bf; in parallels_load_bitmap() local
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp79 using bf = boost::beast::http::field; in start() typedef
/openbmc/u-boot/lib/
H A Dtiny-printf.c17 char *bf; /* Digit buffer */ member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1273 def matchFiles(self, bf, mc=''): argument
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp1872 bitfield8_t bf; in createRequestMsg() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c1240 int bf; in pxa3xx_nand_read_page_hwecc() local