Searched refs:debug_opaque_print (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.c | 56 debug_opaque_print(fp, dfh, sizeof (*(dfh))); \ 63 debug_opaque_print(fp, dfh, sizeof (*(dfh))); \ 66 debug_opaque_print(fp, fh, sizeof (*(fh))); \ 551 debug_opaque_print(stdout, fh, sizeof (*fh)); in fh_lookup() 917 debug_opaque_print(stdout, fhrecp, in fh_print_absolute() 1083 debug_opaque_print(stdout, args, sizeof (*args)); in nfslog_GETATTR2_fhargs() 1103 debug_opaque_print(stdout, &args->saa_fh, in nfslog_SETATTR2_fhargs() 1165 debug_opaque_print(stdout, args, sizeof (*args)); in nfslog_READLINK2_fhargs() 1185 debug_opaque_print(stdout, &args->ra_fhandle, in nfslog_READ2_fhargs() 1207 debug_opaque_print(stdout, &args->waargs_fhandle, in nfslog_WRITE2_fhargs() [all …]
|
H A D | dbtab.c | 389 debug_opaque_print(fp, key, ksize); in debug_print_key() 393 debug_opaque_print(fp, &key[2], sizeof (int)); in debug_print_key() 395 debug_opaque_print(fp, &key[2 + sizeof (int)], sizeof (int)); in debug_print_key() 409 debug_opaque_print(fp, (void *)&linkp->dfh, sizeof (linkp->dfh)); in debug_print_linkinfo() 427 debug_opaque_print(fp, (void *)&fhrecp->fh, sizeof (fhrecp->fh)); in debug_print_fhlist() 429 debug_opaque_print(fp, (void *)&fhrecp->dfh, sizeof (fhrecp->dfh)); in debug_print_fhlist() 452 debug_opaque_print(fp, data, dsize); in debug_print_key_and_data() 1254 debug_opaque_print(stderr, (void *)dfh, sizeof (*dfh)); in db_update_primary_new_head() 1256 debug_opaque_print(stderr, (void *)&fhrecp->dfh, in db_update_primary_new_head() 1729 debug_opaque_print(FILE *fp, void *buf, int size) in debug_opaque_print() function [all …]
|
H A D | fhtab.h | 140 void debug_opaque_print(FILE *, void *buf, int size);
|