Searched defs:outl (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/asm/
H A Dsunddi.h103 outl(int port, uint32_t value) function
108 "outl (%1)"
/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
224 #define outl(val,port) \ macro
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c141 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
147 *outl = 0;
181 *outl = total;
185 PEM_EncodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
195 *outl = ret;
204 int nlen, n, i, j, outl; local
241 PEM_EncodeUpdate(&ctx, p, &outl, &(data[j]), n);
242 i += outl;
245 p += outl;
248 PEM_EncodeFinal(&ctx, p, &outl);
322 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
453 PEM_DecodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
[all...]
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s1416 outl(int port_address, uint32_t val)
1423 ENTRY(outl) function
1426 outl (%dx)
1428 SET_SIZE(outl)
1435 ENTRY(outl) function
1438 outl (%dx)
1440 SET_SIZE(outl)
1459 D16 outl (%dx) /* XX64 why not outw? */
1468 D16 outl (%dx)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h276 outl(u_int port, u_int data) function
278 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
754 void outl(u_int port, u_int data);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h271 outl(u_int port, u_int data) function
273 __asm __volatile("outl %0, %w1" : : "a" (data), "Nd" (port));
834 void outl(u_int port, u_int data);
/illumos-gate/usr/src/man/man9f/
H A DMakefile1104 outl.9f \
1929 outl.9f := LINKSRC = outb.9f

Completed in 78 milliseconds