Searched refs:inpp (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | inode.c | 58 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 D | pass3.c | 52 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 D | inode.c | 826 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 D | pass2.c | 54 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 D | dir.c | 77 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 D | md5_amd64.pl | 24 # 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 D | sha1-x86_64.pl | 56 # 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 D | md5.c | 61 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 D | sha1.c | 77 void sha1_block_data_order(SHA1_CTX *ctx, const void *inpp, size_t num_blocks);
|
Completed in 92 milliseconds