Searched refs:debug_opaque_print (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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)); 917 debug_opaque_print(stdout, fhrecp, 1083 debug_opaque_print(stdout, args, sizeof (*args)); 1103 debug_opaque_print(stdout, &args->saa_fh, 1165 debug_opaque_print(stdout, args, sizeof (*args)); 1185 debug_opaque_print(stdout, &args->ra_fhandle, 1207 debug_opaque_print(stdou [all...] |
H A D | fhtab.h | 140 void debug_opaque_print(FILE *, void *buf, int size);
|
H A D | dbtab.c | 389 debug_opaque_print(fp, key, ksize); 393 debug_opaque_print(fp, &key[2], sizeof (int)); 395 debug_opaque_print(fp, &key[2 + sizeof (int)], sizeof (int)); 409 debug_opaque_print(fp, (void *)&linkp->dfh, sizeof (linkp->dfh)); 427 debug_opaque_print(fp, (void *)&fhrecp->fh, sizeof (fhrecp->fh)); 429 debug_opaque_print(fp, (void *)&fhrecp->dfh, sizeof (fhrecp->dfh)); 452 debug_opaque_print(fp, data, dsize); 1254 debug_opaque_print(stderr, (void *)dfh, sizeof (*dfh)); 1256 debug_opaque_print(stderr, (void *)&fhrecp->dfh, 1729 debug_opaque_print(FIL function [all...] |
Completed in 66 milliseconds