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

1 2

  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.c 95 async_unit *au = u->au; local
96 LOCK (&au->lock);
98 au->thread = __gthread_self ();
101 /* Main loop. At this point, au->lock is always held. */
102 WAIT_SIGNAL_MUTEX (&au->work, au->tail != NULL, &au->lock);
103 LOCK (&au->lock);
104 ctq = au->head
233 async_unit *au; local
    [all...]
file_pos.c 224 if (ASYNC_IO && u->au)
226 if (async_wait (&(fpp->common), u->au))
231 LOCK (&u->au->io_lock);
291 if (ASYNC_IO && u->au && needs_unlock)
292 UNLOCK (&u->au->io_lock);
321 if (ASYNC_IO && u->au)
323 if (async_wait (&(fpp->common), u->au))
328 LOCK (&u->au->io_lock);
415 if (ASYNC_IO && u->au && needs_unlock)
416 UNLOCK (&u->au->io_lock)
    [all...]
close.c 72 if (ASYNC_IO && u && u->au)
73 if (async_wait (&(clp->common), u->au))
inquire.c 348 if (!ASYNC_IO || u->au == NULL)
352 LOCK (&(u->au->lock));
357 *(iqp->pending) = id > u->au->id.low;
361 *(iqp->pending) = ! u->au->empty;
363 UNLOCK (&(u->au->lock));
  /src/sys/dev/i2c/
au8522.c 60 au8522_reset(struct au8522 *au)
62 return au8522_write_1(au, 0xa4, 1 << 5);
66 au8522_read_1(struct au8522 *au, uint16_t reg, uint8_t *val)
73 error = iic_exec(au->i2c, I2C_OP_WRITE, au->i2c_addr,
77 return iic_exec(au->i2c, I2C_OP_READ, au->i2c_addr,
82 au8522_write_1(struct au8522 *au, uint16_t reg, uint8_t val)
89 return iic_exec(au->i2c, I2C_OP_WRITE, au->i2c_addr
219 struct au8522 *au; local
    [all...]
  /src/lib/libc/rpc/
auth_unix.c 114 struct audata *au; local
119 au = NULL;
127 au = mem_alloc(sizeof(*au));
129 if (au == NULL) {
135 auth->ah_private = au;
136 auth->ah_verf = au->au_shcred = _null_auth;
137 au->au_shfaults = 0;
138 au->au_origcred.oa_base = NULL;
157 au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs)
243 struct audata *au; local
255 struct audata *au; local
287 struct audata *au = AUTH_PRIVATE(auth); local
331 struct audata *au; local
358 struct audata *au; local
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 12 au BufRead match.pd setf gcc-match
15 au BufRead *.[1-3][0-9][0-9]r.* setf gcc-rtl
18 au BufRead *.[0-2][0-9][0-9][ti].* setf gimple
  /src/sys/arch/mips/cavium/dev/
octeon_cop2var.h 56 #define __octeon_cop2_aes_set_key_au_vaddr64(au, AU) \
58 octeon_cop2_aes_set_key_##au##_vaddr64(uint64_t key, uint32_t klen) \
67 CNASM_##AU##LD(tmp0, 0, key) \
72 CNASM_##AU##LD(tmp1, 8, key) \
77 CNASM_##AU##LD(tmp2, 16, key) \
82 CNASM_##AU##LD(tmp3, 24, key) \
95 #define __octeon_cop2_aes_set_key_au_ptr(au, AU, ptr) \
97 octeon_cop2_aes_set_key_##au(ptr key, uint32_t klen)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 715 FLO_union_type au, bu;
717 au.value = arg_a;
720 unpack_d (&au, &a);
735 FLO_union_type au, bu;
737 au.value = arg_a;
740 unpack_d (&au, &a);
921 FLO_union_type au, bu;
923 au.value = arg_a;
926 unpack_d (&au, &a);
1039 FLO_union_type au, bu
    [all...]
  /src/external/bsd/mdocml/dist/
gmdiff 54 diff -au $DIFFOPT /tmp/roff.out /tmp/mandoc.out 2>&1
  /src/sbin/routed/rtquery/
rtquery.c 398 memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN);
405 NA0.au.a_md5.md5_keyid = (int8_t)keyid;
406 NA0.au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
407 NA0.au.a_md5.md5_seqno = 0;
409 NA0.au.a_md5.md5_pkt_len = htons(cc);
417 MD5Final(NA2.au.au_pw, &md5_ctx);
734 qstring(na->au.au_pw,
746 ntohs(na->au.a_md5.md5_pkt_len),
747 na->au.a_md5.md5_keyid,
748 na->au.a_md5.md5_auth_len
    [all...]
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.fr 58 {Ce disque correspond au disque du BIOS suivant :
91 ('Non' vous ram�nera au menu d'�dition des partitions.)}
msg.md.de 89 {Der NetBSD Teil der Festplatte liegt au�erhalb des vom BIOS dieser Maschine
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocPBQP.cpp 133 void getAnalysisUsage(AnalysisUsage &au) const override;
543 void RegAllocPBQP::getAnalysisUsage(AnalysisUsage &au) const {
544 au.setPreservesCFG();
545 au.addRequired<AAResultsWrapperPass>();
546 au.addPreserved<AAResultsWrapperPass>();
547 au.addRequired<SlotIndexes>();
548 au.addPreserved<SlotIndexes>();
549 au.addRequired<LiveIntervals>();
550 au.addPreserved<LiveIntervals>();
551 //au.addRequiredID(SplitCriticalEdgesID)
    [all...]
SlotIndexes.cpp 37 void SlotIndexes::getAnalysisUsage(AnalysisUsage &au) const {
38 au.setPreservesAll();
39 MachineFunctionPass::getAnalysisUsage(au);
ProcessImplicitDefs.cpp 45 void getAnalysisUsage(AnalysisUsage &au) const override;
57 void ProcessImplicitDefs::getAnalysisUsage(AnalysisUsage &AU) const {
58 AU.setPreservesCFG();
59 AU.addPreserved<AAResultsWrapperPass>();
60 MachineFunctionPass::getAnalysisUsage(AU);
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 659 if (u && u->au)
661 if (u->au->error.has_error)
664 if (__gthread_equal (u->au->thread, __gthread_self ()))
666 u->au->error.has_error = 1;
667 u->au->error.cmp = cmp;
668 u->au->error.family = family;
669 u->au->error.message = message;
  /src/usr.sbin/sysinst/arch/prep/
msg.md.de 57 {Der NetBSD Teil der Festplatte liegt au�erhalb des vom BIOS dieser Maschine
  /src/include/protocols/
routed.h 108 } au; member in struct:netauth
  /src/sbin/routed/
input.c 966 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
972 if (NA->au.a_md5.md5_keyid != ap->keyid)
975 len = ntohs(NA->au.a_md5.md5_pkt_len);
993 if (NA->au.a_md5.md5_auth_len
998 NA->au.a_md5.md5_auth_len,
1020 if (!memcmp(hash, na2->au.au_pw, sizeof(hash)))
trace.c 957 qstring(NA->au.au_pw,
970 ntohs(NA->au.a_md5.md5_pkt_len),
971 NA->au.a_md5.md5_keyid,
972 NA->au.a_md5.md5_auth_len,
973 (int)ntohl(NA->au.a_md5.md5_seqno),
974 (int)ntohs(NA->au.a_md5.rsvd[0]),
975 (int)ntohs(NA->au.a_md5.rsvd[1]));
982 i < (int)sizeof(NA->au.au_pw);
985 NA->au.au_pw[i]);
output.c 283 memcpy(na->au.au_pw, ap->key, sizeof(na->au.au_pw));
289 na->au.a_md5.md5_keyid = ap->keyid;
290 na->au.a_md5.md5_auth_len = RIP_AUTH_MD5_KEY_LEN;
291 na->au.a_md5.md5_seqno = htonl(clk.tv_sec);
312 na->au.a_md5.md5_pkt_len = htons(len);
316 MD5Final(na2->au.au_pw, &md5_ctx);
  /src/usr.sbin/sysinst/arch/i386/
msg.md.fr 80 {Ce disque correspond au disque du BIOS suivant :
128 ('Non' vous ram�nera au menu d'�dition des partitions.)}
138 {Vous avez ajout� une partition �tendue au menu de boot, mais il semble que
143 ('non' vous ram�nera au menu d'�dition des partitions.)}
  /src/usr.sbin/sysinst/arch/ofppc/
msg.md.de 57 {Der NetBSD Teil der Festplatte liegt au�erhalb des vom BIOS dieser Maschine
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 67 u16 ru, gu, bu, au; member in struct:color_conversion
129 * 10 bit fields (ay, au)
195 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
205 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200,
215 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200,
225 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200,
235 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200,
245 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200,
255 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200,
265 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200
    [all...]

Completed in 53 milliseconds

1 2