Home
last modified time | relevance | path

Searched refs:tohex (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Duuid_to_string.c43 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()
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()
108 tohex(&w, 2, u->node[4]); in uuid_to_string()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_service_stash.h52 tohex(krb5_data, krb5_data *);
H A Dmapfile-vers90 tohex;
H A Dldap_service_stash.c194 tohex(in, ret) in tohex() function
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.h65 extern int tohex(krb5_data, krb5_data *);
H A Dkdb5_ldap_services.c1723 errcode = tohex(pwd, &hex);
2054 ret = tohex(pwd, &hexpasswd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1299 tohex(stateid->other, sizeof (stateid->other))); in _detail_stateid()
1383 tohex(crtp->createhow4_u.createverf, in detail_createhow4()
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()
2883 tohex(res->READDIR4res_u.resok4.cookieverf, in dtlres_readdir()
[all …]
H A Dsnoop.h303 extern char *tohex(char *p, int len);
H A Dsnoop_tcp.c338 opt[0], len - 2, tohex((char *)&opt[2], len - 2)); in print_tcpoptions()
H A Dsnoop_rpc.c274 tohex(char *p, int len) in tohex() function
H A Dsnoop_ip.c659 tohex((char *)&opt[2], len - 2)); in print_ipoptions()