Searched refs:tohex (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Duuid_to_string.c43 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 Dldap_service_stash.h54 tohex(krb5_data, krb5_data *);
H A Dldap_service_stash.c196 tohex(in, ret) function
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.h67 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.c1298 tohex(stateid->other, sizeof (stateid->other)));
1382 tohex(crtp->createhow4_u.createverf,
1914 args->cookie, tohex(args->cookieverf, NFS4_VERIFIER_SIZE),
1925 tohex(args->cookieverf, NFS4_VERIFIER_SIZE));
2036 tohex(args->client.verifier, NFS4_VERIFIER_SIZE));
2039 tohex(args->client.id.id_val, args->client.id.id_len));
2056 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE));
2066 tohex(args->setclientid_confirm, NFS4_VERIFIER_SIZE));
2119 /* XXX use tohex()? */
2514 tohex(re
[all...]
H A Dsnoop.h266 extern char *tohex(char *p, int len);
H A Dsnoop_tcp.c321 tohex((char *)&opt[2], len - 2));
H A Dsnoop_rpc.c274 tohex(char *p, int len) function
H A Dsnoop_ip.c659 tohex((char *)&opt[2], len - 2));

Completed in 104 milliseconds