Searched defs:inl (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dio.h42 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
224 #define inl(port) \ macro
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c139 unsigned char *in, int inl)
145 if (inl == 0)
147 if ((ctx->num+inl) < ctx->length) {
148 (void) memcpy(&(ctx->enc_data[ctx->num]), in, inl);
149 ctx->num += inl;
156 inl -= i;
165 while (inl >= ctx->length) {
168 inl -= ctx->length;
175 if (inl != 0)
176 (void) memcpy(&(ctx->enc_data[0]), in, inl);
138 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
319 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c215 char inl[0]; member in union:grub_btrfs_extent_data::__anon387
998 if ((grub_ssize_t) elemsize < ((char *) &data->extent->inl
1067 if (grub_zlib_decompress (data->extent->inl, data->extsize -
1068 ((grub_uint8_t *) data->extent->inl
1076 if (grub_btrfs_lzo_decompress(data->extent->inl, data->extsize -
1077 ((grub_uint8_t *) data->extent->inl
1084 grub_memcpy (buf, data->extent->inl + extoff, csize);

Completed in 35 milliseconds