Searched defs:tohex (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | uuid_to_string.c | 43 tohex(char **buf, int len, uint32_t val) function 94 tohex(&w, 8, u->time_low); 96 tohex(&w, 4, u->time_mid); 98 tohex(&w, 4, u->time_hi_and_version); 101 tohex(&w, 2, u->clock_seq_hi_and_reserved); 102 tohex(&w, 2, u->clock_seq_low); 104 tohex(&w, 2, u->node[0]); 105 tohex(&w, 2, u->node[1]); 106 tohex(&w, 2, u->node[2]); 107 tohex( [all...] |
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.c | 196 tohex(in, ret) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 274 tohex(char *p, int len) function
|
Completed in 60 milliseconds