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

/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h68 inl(int port) function
74 "inl (%1)" /* value in %eax */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h43 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
229 #define inl(port) \ macro
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c142 unsigned char *in, int inl)
148 if (inl == 0)
150 if ((ctx->num+inl) < ctx->length) {
151 (void) memcpy(&(ctx->enc_data[ctx->num]), in, inl);
152 ctx->num += inl;
159 inl -= i;
168 while (inl >= ctx->length) {
171 inl -= ctx->length;
178 if (inl != 0)
179 (void) memcpy(&(ctx->enc_data[0]), in, inl);
141 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
322 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c154 struct nlist *inl; local
160 for (inl = list, nreq = 0; inl->n_name && inl->n_name[0]; ++inl, nreq++)
366 struct nlist *p, *inl; local
389 for (inl = list, nreq = 0; inl->n_name && inl->n_name[0]; ++inl, nre
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1509 inl(int port_address)
1516 ENTRY(inl) function
1519 inl (%dx)
1521 SET_SIZE(inl)
1525 ENTRY(inl) function
1527 inl (%dx)
1529 SET_SIZE(inl)
1548 D16 inl (%dx)
1557 D16 inl (%dx)
4400 inl (
[all...]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h219 inl(u_int port) function
223 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
727 u_int inl(u_int port);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h214 inl(u_int port) function
218 __asm __volatile("inl %w1, %0" : "=a" (data) : "Nd" (port));
807 u_int inl(u_int port);
/illumos-gate/usr/src/man/man9f/
H A DMakefile927 inl.9f \
1723 inl.9f := LINKSRC = inb.9f

Completed in 82 milliseconds