Searched refs:al (Results 1 - 25 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/mailwrapper/
H A Dmailwrapper.c58 initarg(struct arglist *al) argument
60 al->argc = 0;
61 al->maxc = 10;
62 if ((al->argv = calloc(al->maxc, sizeof (char *))) == NULL)
67 addarg(struct arglist *al, const char *arg) argument
70 if (al->argc == al->maxc) {
71 al->maxc <<= 1;
72 al
91 struct arglist al; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncmp.s42 movb (%esi),%al / slodb ; scab
43 cmpb (%edi),%al
45 testb %al,%al
50 movb 1(%esi),%al / slodb ; scab
51 cmpb 1(%edi),%al
53 testb %al,%al
58 movb 2(%esi),%al / slodb ; scab
59 cmpb 2(%edi),%al
[all...]
H A Dlock.s37 xchgb %al, (%ecx)
38 xorb $1, %al
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c81 attrlist al[8]; local
216 al[0].type = ATTR_PASSWD; al[0].next = &al[1];
217 al[1].type = ATTR_MIN; al[1].next = &al[2];
218 al[2].type = ATTR_MAX; al[2].next = &al[
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dsio.S31 movb $SIO_FMT|0x80,%al # Set format
32 outb %al,(%dx) # and DLAB
37 movb $SIO_FMT,%al # Clear
38 outb %al,(%dx) # DLAB
40 movb $0x3,%al # Set RTS,
41 outb %al,(%dx) # DTR
52 movb $1, %al # Exhausted all tries
61 sio_putc.1: inb (%dx),%al # Transmitter
62 testb $0x20,%al # buffer empty?
67 outb %al,(
[all...]
H A Dgptldr.S125 inb $0x64,%al # Get status
126 testb $0x2,%al # Busy?
128 movb $0xd1,%al # Command: Write
129 outb %al,$0x64 # output port
130 seta20.2: inb $0x64,%al # Get status
131 testb $0x2,%al # Busy?
133 movb $0xdf,%al # Enable
134 outb %al,$0x60 # A20
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dlock.s36 xchgb %al, (%rdi)
37 xorb $1, %al
H A Dmemchr.s67 cmpb %cl, %al / if the first byte is %al
69 cmpb %ch, %al / if the second byte is %al
72 cmpb %cl, %al / if the third byte is %al
74 cmpb %ch, %al / if the fourth is %al
83 cmpb (%rdi), %al / if a byte in (%rdi) is %al
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Drelocater_tramp.S75 movb $SEL_SDATA, %al
136 dec %al
150 in $0x21,%al # Save master
152 in $0xa1,%al # Save slave
154 movb $0x11,%al # ICW1 to
155 outb %al,$0x20 # master,
156 outb %al,$0xa0 # slave
157 movb %bl,%al # ICW2 to
158 outb %al,$0x21 # master
159 movb %bh,%al # ICW
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c56 struct ifaddrlist *ifaddrlist = NULL, *al = NULL; local
129 al = ifaddrlist;
132 (void) strlcpy(al->device, lifrp->lifr_name, LIFNAMSIZ);
140 al->flags = lifrp->lifr_flags;
148 al->index = lifrp->lifr_index;
159 al->addr.addr = sin->sin_addr;
162 al->addr.addr6 = sin6->sin6_addr;
164 al++;
179 if (al == NULL) {
184 al
[all...]
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c98 rpcbs_addrlist *al; local
109 for (s = al = inf[rtype].addrinfo; al; al = al->next) {
110 if ((al->prog == prog) && (al->vers == vers) &&
111 (strcmp(al->netid, netid) == 0)) {
115 atomic_add_int((uint_t *)&al->failure, 1);
117 atomic_add_int((uint_t *)&al
[all...]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.s369 movb $0xb, %al
376 movb %al, %bl
381 movb $0xff, %al
389 cmpb $0xff, %al
395 movb %al, %cl
402 cmpb %al, %cl
417 cmpb $0xff, %al
433 movb $CYRIX_CCR3, %al
462 cmpb $0xff, %al
475 movb %al,
[all...]
H A Dcpr_wakecode.s285 D16 movb $0xd1, %al
291 D16 movb $0x61, %al
314 D16 movb $0xd2, %al
320 D16 movb $0x62, %al
331 D16 movb $0xd3, %al
337 D16 movb $0x63, %al
355 D16 movb $0xd4, %al
361 D16 movb $0x64, %al
386 D16 movb $0xd5, %al
392 D16 movb $0x65, %al
[all...]
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetauuser.c65 char **name, **al, **ne, *al_str, *ne_str; local
80 al = __ns_ldap_getAttr(result->entry, _AU_ALWAYS);
81 if (al == NULL || al[0] == NULL || (strlen(al[0]) < 1))
84 al_str = al[0];
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S152 orb $0x1, %al # protected
185 andb $~0x1, %al # protected
225 putstr: lodsb # load %al from %ds:(%si)
226 testb %al,%al # stop at null
231 int $0x10 # call BIOS, print char in %al
245 inb $0x64,%al # Get status
246 testb $0x2,%al # Busy?
248 movb $0xd1,%al # Command: Write
249 outb %al,
[all...]
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.h49 ACPI_BUFFER al[TZ_NUM_LEVELS]; member in struct:thermal_zone
/illumos-gate/usr/src/lib/pam_modules/authtok_get/
H A Dauthtok_get.c230 attrlist al[1]; local
286 (void) memset(&al, 0, sizeof (al));
287 al[0].type = ATTR_PASSWD;
288 al[0].next = NULL;
290 res = __get_authtoken_attr(user, pwu_rep, al);
296 (al[0].data.val_s == NULL || al[0].data.val_s[0] == '\0')) {
322 if (al[0].data.val_s != NULL) {
323 (void) memset(al[
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.h76 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) printf al
78 #define DPRINT(l1, cl, al)
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S271 movb (%bx),%al # Load type
272 test %al, %al # skip empty partition
305 subb $0x80-0x1,%al # Does next
306 cmpb NHRDRV,%al # drive exist? (from BIOS?)
316 xorb %al,%al # Drive 0
323 print_drive: addb $'0'|0x80,%al # Save next
324 movb %al,_NXTDRV(%bp) # drive number
342 beep: movb $ASCII_BEL,%al # Inpu
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dasm.S180 /* zero %al */
181 xorb %al, %al
526 1: lodsb (%si), %al
528 cmpb $0x2E, %al
530 cmpb $0x36, %al
532 cmpb $0x3E, %al
534 cmpb $0x26, %al
536 cmpb $0x64, %al
538 cmpb $0x67, %al
[all...]
H A Dstart_eltorito.S184 mov ABS(RetryCount), %al
186 cmp $2, %al /* Only 2 attempts left */
191 cmp $3, %al
204 mov %dl, %al
219 * %ah = 0xe %al = character
229 or %al, %al
252 and $0x0F, %al
253 cmp $10, %al
255 .low: add $('0'), %al
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S145 MOV_MEM_TO_AL(ABS(boot_drive)) /* movb ABS(boot_drive), %al */
146 cmpb $GRUB_INVALID_DRIVE, %al
148 movb %al, %dl
178 MOV_MEM_TO_AL(ABS(force_lba)) /* movb ABS(force_lba), %al */
179 testb %al, %al
218 * %al = 0x0 on success; err code on failure
257 movb %dh, %al
264 movb %ch, %al
272 movb %dl, %al
[all...]
/illumos-gate/usr/src/lib/libc/amd64/fp/
H A D_base_il.s64 setne %al /* Boolean FP exception indicator for *pe. */
105 setne %al /* Boolean FP exception indicator for *pe. */
/illumos-gate/usr/src/boot/lib/libstand/
H A Darp.c78 struct arp_list *al; local
95 for (i = 0, al = arp_list; i < arp_num; ++i, ++al)
96 if (addr.s_addr == al->addr.s_addr)
97 return (al->ea);
123 al->addr = addr;
143 MACPY(ah->arp_sha, al->ea);
146 return (al->ea);
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S36 xorb %al, %al

Completed in 115 milliseconds

12345