Home
last modified time | relevance | path

Searched refs:hex2mem (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/common/
Dkgdb.c161 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/
Dutils.h110 int hex2mem(const char *buf, uint8_t *mem, int count);
/external/iproute2/ip/
Dipl2tp.c654 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/
Dm_action.c242 if (hex2mem(*argv, act_ck, slen / 2) < 0) in parse_action()
/external/iproute2/lib/
Dutils.c1009 int hex2mem(const char *buf, uint8_t *mem, int count) in hex2mem() function