Searched refs:tohex (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | uuid_to_string.c | 43 tohex(char **buf, int len, uint32_t val) in tohex() function 94 tohex(&w, 8, u->time_low); in uuid_to_string() 96 tohex(&w, 4, u->time_mid); in uuid_to_string() 98 tohex(&w, 4, u->time_hi_and_version); in uuid_to_string() 101 tohex(&w, 2, u->clock_seq_hi_and_reserved); in uuid_to_string() 102 tohex(&w, 2, u->clock_seq_low); in uuid_to_string() 104 tohex(&w, 2, u->node[0]); in uuid_to_string() 105 tohex(&w, 2, u->node[1]); in uuid_to_string() 106 tohex(&w, 2, u->node[2]); in uuid_to_string() 107 tohex(&w, 2, u->node[3]); in uuid_to_string() [all …]
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_service_stash.h | 52 tohex(krb5_data, krb5_data *);
|
H A D | mapfile-vers | 90 tohex;
|
H A D | ldap_service_stash.c | 194 tohex(in, ret) in tohex() function
|
/illumos-gate/usr/src/cmd/krb5/ldap_util/ |
H A D | kdb5_ldap_services.h | 65 extern int tohex(krb5_data, krb5_data *);
|
H A D | kdb5_ldap_services.c | 1723 errcode = tohex(pwd, &hex); 2054 ret = tohex(pwd, &hexpasswd);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 1299 tohex(stateid->other, sizeof (stateid->other))); in _detail_stateid() 1383 tohex(crtp->createhow4_u.createverf, in detail_createhow4() 1916 args->cookie, tohex(args->cookieverf, NFS4_VERIFIER_SIZE), in sumarg_readdir() 1927 tohex(args->cookieverf, NFS4_VERIFIER_SIZE)); in dtlarg_readdir() 2037 tohex(args->client.verifier, NFS4_VERIFIER_SIZE)); in dtlarg_setclid() 2040 tohex(args->client.id.id_val, args->client.id.id_len)); in dtlarg_setclid() 2057 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE)); in sumarg_setclid_cfm() 2067 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE)); in dtlarg_setclid_cfm() 2515 tohex(res->COMMIT4res_u.resok4.writeverf, in sumres_commit() 2527 tohex(res->COMMIT4res_u.resok4.writeverf, in dtlres_commit() [all …]
|
H A D | snoop.h | 303 extern char *tohex(char *p, int len);
|
H A D | snoop_tcp.c | 338 opt[0], len - 2, tohex((char *)&opt[2], len - 2)); in print_tcpoptions()
|
H A D | snoop_rpc.c | 274 tohex(char *p, int len) in tohex() function
|
H A D | snoop_ip.c | 660 tohex((char *)&opt[2], len - 2)); in print_ipoptions()
|