Searched refs:inpp (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c58 struct fileinfo **inpp; local
60 inpp = &inphash[feblock % listmax];
61 for (inp = *inpp; inp; inp = inp->fe_nexthash) {
80 inp->fe_nexthash = *inpp;
81 *inpp = inp;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass3.c52 struct inoinfo **inpp, *inp; local
62 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
63 inp = *inpp;
99 * first ancestor of *inpp with questionable
H A Dinode.c826 struct inoinfo **inpp; local
835 inpp = &inphead[inum % numdirs];
836 inp->i_nextlist = *inpp;
837 *inpp = inp;
876 struct inoinfo **inpp; local
880 for (inpp = &inpsort[inplast - 1]; inpp >= inpsort; inpp--) {
881 free((void *)(*inpp));
H A Dpass2.c54 struct inoinfo **inpp, *inp; local
145 for (inpp = inpsort; inpp < inpend; inpp++) {
146 inp = *inpp;
234 for (inpp = inpsort; inpp < inpend; inpp++) {
235 inp = *inpp;
H A Ddir.c77 struct inoinfo **inpp, *inp; local
84 for (inpp = inpsort; inpp < inpend; inpp++) {
85 inp = *inpp;
/illumos-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl24 # void md5_block_asm_host_order(MD5_CTX *ctx, const void *inpp,
164 void md5_block_asm_host_order(MD5_CTX *ctx, const void *inpp,
/illumos-gate/usr/src/common/crypto/sha1/amd64/
H A Dsha1-x86_64.pl56 # void sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t blocks);
235 sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t blocks)
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c61 void md5_block_asm_host_order(MD5_CTX *ctx, const void *inpp,
248 MD5Update(MD5_CTX *ctx, const void *inpp, unsigned int input_len) argument
257 const unsigned char *input = (const unsigned char *)inpp;
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c77 void sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t num_blocks);

Completed in 118 milliseconds