HomeSort by: relevance | last modified time | path
    Searched defs:rdesc (Results 1 - 7 of 7) sorted by relevancy

  /src/games/adventure/
io.c 56 static void rdesc(int);
226 rdesc(1);
229 rdesc(2);
238 rdesc(5);
241 rdesc(6);
253 rdesc(10);
259 rdesc(12);
293 rdesc(int sect) function
336 errx(1,"rdesc called with bad section");
  /src/sys/arch/vax/boot/boot/
if_le.c 97 } *rdesc, *tdesc; variable in typeref:struct:buffdesc
173 rdesc = (struct buffdesc *)
175 initblock->ib_rdr = (RLEN << 29) | (int)rdesc;
187 rdesc[i].bd_adrflg = QW_ALLOC(BUFSIZE) | BR_OWN;
189 rdesc[i].bd_adrflg -= (int)initblock;
190 rdesc[i].bd_bcnt = -BUFSIZE;
191 rdesc[i].bd_mcnt = 0;
194 copyout((void *)rdesc, (int)rdesc - (int)initblock,
249 copyin((int)&rdesc[next_rdesc] - (int)initblock
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
wm.c 64 struct rdesc { struct
108 struct rdesc rxd[2];
141 struct rdesc *rxd;
254 volatile struct rdesc *rxd;
263 inv(rxd, sizeof(struct rdesc));
276 wbinv(rxd, sizeof(struct rdesc));
289 wbinv(rxd, sizeof(struct rdesc));
vge.c 67 struct rdesc { struct
190 struct rdesc rxd[NRXDESC];
221 struct rdesc *rxd;
348 volatile struct rdesc *rxd;
357 inv(rxd, sizeof(struct rdesc));
369 wbinv(rxd, sizeof(struct rdesc));
389 wbinv(rxd, NRXDESC * sizeof(struct rdesc));
  /src/crypto/external/apache2/openssl/dist/test/helpers/
ssltestlib.c 1128 BIO_POLL_DESCRIPTOR rdesc = { 0 }, wdesc = { 0 }; local
1143 if (!TEST_false(SSL_get_rpoll_descriptor(clientssl, &rdesc)
1150 if (!TEST_true(SSL_get_rpoll_descriptor(clientssl, &rdesc))
1152 || !TEST_int_eq(rdesc.type, BIO_POLL_DESCRIPTOR_TYPE_SOCK_FD)
1154 || !TEST_int_eq(rdesc.value.fd, cfd)
1158 if (!TEST_true(SSL_get_rpoll_descriptor(serverssl, &rdesc))
1160 || !TEST_int_eq(rdesc.type, BIO_POLL_DESCRIPTOR_TYPE_SOCK_FD)
1162 || !TEST_int_eq(rdesc.value.fd, sfd)
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 632 combination code). The two functions will share their rdesc. */
658 struct ipa_cst_ref_desc *rdesc; local
660 rdesc = ipa_refdesc_pool.allocate ();
661 rdesc->cs = cs;
662 rdesc->next_duplicate = NULL;
663 rdesc->refcount = 1;
664 jfunc->value.constant.rdesc = rdesc;
667 jfunc->value.constant.rdesc = NULL;
3772 reference description RDESC. Return true if the reference has bee
3803 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); local
3836 struct ipa_cst_ref_desc *rdesc; local
4242 struct ipa_cst_ref_desc *rdesc; local
4347 struct ipa_cst_ref_desc *rdesc = jfunc_rdesc_usable (jf); local
4492 struct ipa_cst_ref_desc *rdesc; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 529 combination code). The two functions will share their rdesc. */
555 struct ipa_cst_ref_desc *rdesc; local
557 rdesc = ipa_refdesc_pool.allocate ();
558 rdesc->cs = cs;
559 rdesc->next_duplicate = NULL;
560 rdesc->refcount = 1;
561 jfunc->value.constant.rdesc = rdesc;
564 jfunc->value.constant.rdesc = NULL;
3684 reference description RDESC. Return true if the reference has bee
3715 struct ipa_cst_ref_desc *rdesc = ipa_get_jf_constant_rdesc (jfunc); local
3748 struct ipa_cst_ref_desc *rdesc; local
4159 struct ipa_cst_ref_desc *rdesc; local
4265 struct ipa_cst_ref_desc *rdesc = jfunc_rdesc_usable (jf); local
4414 struct ipa_cst_ref_desc *rdesc; local
    [all...]

Completed in 22 milliseconds