HomeSort by: relevance | last modified time | path
    Searched refs:al (Results 1 - 25 of 125) sorted by relevancy

1 2 3 4 5

  /src/lib/libc/arch/x86_64/string/
strncmp.S 26 movb (%rdi),%al
27 testb %al,%al
29 cmpb %al,(%rsi)
36 movb (%rdi),%al
37 testb %al,%al
39 cmpb %al,(%rsi)
46 movb (%rdi),%al
47 testb %al,%a
    [all...]
  /src/tests/lib/csu/arch/i386/
h_initfini_align.S 10 setz %al
11 movzbl %al, %eax
  /src/common/lib/libc/arch/i386/string/small/
strcmp.S 42 cmpb 0(%ecx), %al
44 testb %al, %al
47 subb 0(%ecx), %al
48 movsbl %al, %eax
strcpy.S 43 testb %al, %al
  /src/sys/arch/x86/include/
i8259.h 91 movb $(0x60|IRQ_SLAVE),%al /* specific EOI for IRQ2 */ ;\
92 outb %al,$IO_ICU1
95 movb $(0x60|(num%8)),%al /* specific EOI */ ;\
96 outb %al,$ICUADDR
102 movb $(0x60|(num%8)),%al /* specific EOI */ ;\
103 outb %al,$IO_ICU1
110 movb $(0x60|(num%8)),%al /* specific EOI */ ;\
111 outb %al,$IO_ICU2 /* do the second ICU first */ ;\
112 movb $(0x60|IRQ_SLAVE),%al /* specific EOI for IRQ2 */ ;\
113 outb %al,$IO_ICU
    [all...]
  /src/sys/arch/i386/stand/lib/
message32.S 53 outb %al, %dx
56 test $0x40, %al
60 test %al, %al
74 andb $0x0f, %al
75 addb $0x30, %al /* 30..3f - clear AF */
78 addb $0xc0, %al /* f0..f9, 00..05 */
79 adcb $0x40, %al /* 30..39, 41..46 */
81 movb %al,(%edi)
dump_eax.S 47 andb $0x0f, %al
48 addb $0x30, %al /* 30..3f - clear AF */
51 addb $0xc0, %al /* f0..f9, 00..05 */
52 adcb $0x40, %al /* 30..39, 41..46 */
54 mov %al,(%di)
message.S 47 * %al = character
58 outb %al, %dx
61 test $0x40, %al
69 testb %al, %al
  /src/usr.sbin/mailwrapper/
mailwrapper.c 51 initarg(struct arglist *al)
53 al->argc = 0;
54 al->maxc = 10;
55 if ((al->argv = malloc(al->maxc * sizeof(char *))) == NULL)
68 addarg(struct arglist *al, const char *arg, int copy)
70 if (al->argc == al->maxc) {
71 al->maxc <<= 1;
72 if ((al->argv = realloc(al->argv
90 struct arglist al; local in function:main
    [all...]
  /src/tests/lib/csu/arch/x86_64/
h_initfini_align.S 11 sete %al
12 movzbl %al, %eax
  /src/regress/lib/libc/ieeefp/testfloat/arch/i386/
systmodes.S 74 movb 4(%esp),%al
76 cmpb $32,%al
79 cmpb $64,%al
82 cmpb $80,%al
86 movb $0,%al
  /src/usr.sbin/traceroute/
ifaddrlist.c 95 struct ifaddrlist *al = NULL; local in function:ifaddrlist
101 if (reallocarr(&al, maxal, sizeof(*al)) != 0)
122 if (reallocarr(&al, maxal, sizeof(*al)) != 0)
126 al[i].addr = sin->sin_addr.s_addr;
127 if ((al[i].device = strdup(ifa->ifa_name)) == NULL)
131 if (reallocarr(&al, i, sizeof(*al)) != 0)
134 *ipaddrp = al;
    [all...]
  /src/common/lib/libc/arch/i386/string/
strcmp.S 25 movb (%ebx),%al
29 testb %al,%al
31 cmpb %al,%dl
62 movb (%ebx),%al
66 testb %al,%al
68 cmpb %al,%dl
72 movzbl %al,%eax
memcpy.S 96 movb 2(%esi),%al
97 movb %al,2(%edi)
99 1: movb (%esi),%al
100 movb %al,(%edi)
125 movb 2(%esi),%al
126 movb %al,2(%edi)
130 1: movb (%esi),%al
131 movb %al,(%edi)
  /src/common/lib/libc/arch/x86_64/string/
strcmp.S 20 movb (%rdi),%al
24 testb %al,%al
26 cmpb %al,%dl
59 movb (%rdi),%al
63 testb %al,%al
65 cmpb %al,%dl
69 movzbq %al,%rax
  /src/usr.sbin/rpcbind/
rpcb_stat.c 106 rpcbs_addrlist *al; local in function:rpcbs_getaddr
111 for (al = inf[rtype].addrinfo; al; al = al->next) {
113 if(al->netid == NULL)
115 if ((al->prog == prog) && (al->vers == vers) &&
116 (strcmp(al->netid, netid) == 0)) {
118 al->failure++
    [all...]
  /src/sys/dev/acpi/acpica/
OsdSynch.c 258 struct acpi_lock *al; local in function:AcpiOsCreateLock
263 al = malloc(sizeof(*al), M_ACPI, M_NOWAIT);
264 if (al == NULL)
267 mutex_init(&al->al_slock, MUTEX_DEFAULT, IPL_VM);
270 "created lock %p\n", al));
272 *OutHandle = (ACPI_HANDLE) al;
284 struct acpi_lock *al = (void *) Handle; local in function:AcpiOsDeleteLock
286 if (al == NULL)
289 mutex_destroy(&al->al_slock)
305 struct acpi_lock *al = (void *) Handle; local in function:AcpiOsAcquireLock
323 struct acpi_lock *al = (void *) Handle; local in function:AcpiOsReleaseLock
    [all...]
  /src/sys/arch/atari/stand/installboot/
disklabel.c 133 struct ahdilabel al; local in function:ahdi_label
137 memset(&al, 0, sizeof(al));
138 if ((e = ahdi_getparts(fd, AHDI_BBLOCK, AHDI_BBLOCK, &al)) != 0)
144 if (al.bslst == 0 || al.bslend == 0)
146 if (al.nsecs == 0 || al.nparts == 0)
148 if (al.nparts > AHDI_MAXPARTS)
149 warnx("Too many AHDI partitions (%u).", al.nparts)
    [all...]
  /src/lib/libm/arch/i387/
s_finite.S 17 setne %al
26 setne %al
s_finitef.S 17 setne %al
25 setne %al
  /src/usr.bin/config/
util.c 337 struct attrlist *al; local in function:attrlist_create
339 al = emalloc(sizeof(*al));
340 al->al_next = NULL;
341 al->al_this = NULL;
342 return al;
348 struct attrlist *al; local in function:attrlist_cons
350 al = attrlist_create();
351 al->al_next = next;
352 al->al_this = a
    [all...]
  /src/sys/crypto/blowfish/arch/i386/
bf_enc_686.S 90 movb %ch, %al
96 movb %ch, %al
109 movb %dh, %al
115 movb %dh, %al
128 movb %ch, %al
134 movb %ch, %al
147 movb %dh, %al
153 movb %dh, %al
166 movb %ch, %al
172 movb %ch, %al
    [all...]
  /src/sys/arch/amd64/acpi/
acpi_wakecode.S 97 movb $0xc0,%al
98 outb %al,$0x42
99 movb $0x04,%al
100 outb %al,$0x42
101 inb $0x61,%al
102 orb $0x3,%al
103 outb %al,$0x61
134 inb $0x61,%al
135 andb $0xfc,%al
136 outb %al,$0x6
    [all...]
  /src/sys/arch/i386/acpi/
acpi_wakecode.S 94 movb $0xc0,%al
95 outb %al,$0x42
96 movb $0x04,%al
97 outb %al,$0x42
98 inb $0x61,%al
99 orb $0x3,%al
100 outb %al,$0x61
130 inb $0x61,%al
131 andb $0xfc,%al
132 outb %al,$0x6
    [all...]
  /src/sys/arch/i386/stand/bootxx/
pbr.S 87 #define set_err(err) movb $err, %al
163 1: movb 4(%di), %al /* mbrp_type */
167 cmpb $MBR_PTYPE_FAT12, %al
169 cmpb $MBR_PTYPE_FAT16S, %al
171 cmpb $MBR_PTYPE_FAT16B, %al
173 cmpb $MBR_PTYPE_FAT32, %al
175 cmpb $MBR_PTYPE_FAT32L, %al
177 cmpb $MBR_PTYPE_FAT16L, %al
180 cmpb $MBR_PTYPE_NETBSD, %al
188 10: cmpb $MBR_PTYPE_EXT, %al
    [all...]

Completed in 27 milliseconds

1 2 3 4 5