Searched refs:hex2mem (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/common/ |
D | kgdb.c | 161 hex2mem(char *buf, char *mem, int count) in hex2mem() function 418 hex2mem(ptr, remcomRegBuffer, length/2); in handle_exception() 442 hex2mem(ptr, (char *)addr, length); in handle_exception() 501 hex2mem(ptr, remcomRegBuffer, length/2); in handle_exception()
|
/external/iproute2/include/ |
D | utils.h | 110 int hex2mem(const char *buf, uint8_t *mem, int count);
|
/external/iproute2/ip/ |
D | ipl2tp.c | 654 if (hex2mem(*argv, p->cookie, p->cookie_len) < 0) in parse_args() 665 if (hex2mem(*argv, p->peer_cookie, p->peer_cookie_len) < 0) in parse_args()
|
/external/iproute2/tc/ |
D | m_action.c | 242 if (hex2mem(*argv, act_ck, slen / 2) < 0) in parse_action()
|
/external/iproute2/lib/ |
D | utils.c | 1009 int hex2mem(const char *buf, uint8_t *mem, int count) in hex2mem() function
|