Searched refs:buf_ (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/ahci/
H A Dahci_util.c209 char buf_[4096]; local
213 ahci_port_chdr_prtval(buf_, 4096, chdr);
214 AHCI_DEBUG("\n%s\n", buf_);
220 ahci_port_prd_prtval(buf_, 4096, prd);
221 AHCI_DEBUG("\nPRD %d:\n%s\n", k, buf_);
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Dpmap.c783 struct pmap_dump_info *buf_ = buf; local
810 buf_->pdpt_index = pdpt_index;
812 buf_->pdir_index = pdir_index;
813 buf_->pt_index = frame->entry;
814 buf_->cap = frame->u.frame.cap;
815 buf_->offset = frame->u.frame.offset;
816 buf_->flags = frame->u.frame.flags;
817 buf_++;
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_64/
H A Dpmap.c998 struct pmap_dump_info *buf_ = buf; local
1019 buf_->pml4_index = pml4_index;
1020 buf_->pdpt_index = pdpt_index;
1021 buf_->pdir_index = pdir_index;
1022 buf_->pt_index = frame->entry;
1023 buf_->cap = frame->u.frame.cap;
1024 buf_->offset = frame->u.frame.offset;
1025 buf_->flags = frame->u.frame.flags;
1026 buf_++;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c574 int ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
576 const unsigned char *buf=buf_;
H A Dd1_pkt.c1259 dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, int len) argument
1280 i = dtls1_write_bytes(s, type, buf_, len);
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);
/barrelfish-2018-10-04/include/openssl/
H A Dssl.h404 int (*ssl_write_bytes)(SSL *s, int type, const void *buf_, int len);

Completed in 183 milliseconds