Searched refs:bmd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ddgst.c79 const char *file,BIO *bmd,const char *hmac_key, int non_fips_allow);
90 BIO *bmd=NULL; local
299 bmd=BIO_new(BIO_f_md());
313 if ((in == NULL) || (bmd == NULL))
388 BIO_get_md_ctx(bmd,&md_ctx);
395 BIO_get_md_ctx(bmd,&md_ctx);
400 if (!BIO_set_md(bmd,md))
407 inp=BIO_push(bmd,in);
413 siglen,"","(stdin)",bmd,hmac_key,non_fips_allow);
440 siglen,tmp,argv[i],bmd,hmac_ke
465 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *title, const char *file,BIO *bmd,const char *hmac_key,int non_fips_allow) argument
[all...]
/macosx-10.10.1/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp93 IOBufferMemoryDescriptor * bmd = local
104 if (bmd) {
105 generateDMAAddresses(bmd);
109 fLowMemory = bmd;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOLib.cpp491 IOBufferMemoryDescriptor * bmd; local
498 bmd = IOBufferMemoryDescriptor::inTaskWithPhysicalMask(
500 if (!bmd)
507 bmd->release();
510 entry->virtualAddr = (mach_vm_address_t) bmd->getBytesNoCopy();
511 entry->md = bmd;
518 *physicalAddress = bmd->getPhysicalAddress();
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim2066 for bmd in g:netrw_bookmarklist
2957 for bmd in g:netrw_bookmarklist
2958 " call Decho('silent! menu '.g:NetrwMenuPriority.".2.".cnt." ".g:NetrwTopLvlMenu.'Bookmark.'.bmd.' :e '.bmd)
2959 let bmd= escape(bmd,g:netrw_menu_escape)
2962 exe 'sil! menu '.g:NetrwMenuPriority.".2.".cnt." ".g:NetrwTopLvlMenu.'Bookmarks.'.bmd.' :e '.bmd."\<cr>"
2965 exe 'sil! menu '.g:NetrwMenuPriority.".8.2.".cnt." ".g:NetrwTopLvlMenu.'Bookmarks\ and\ History.Bookmark\ Delete.'.bmd.' '.cnt."mB"
/macosx-10.10.1/emacs-93/emacs/
H A Dconfigure9335 for bmd in `echo ${x_includes} | sed -e "s/:/ /g"`; do
9336 if test -d "${bmd}/X11/bitmaps"; then
9337 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9339 if test -d "${bmd}/bitmaps"; then
9340 bmd_acc="${bmd_acc}:${bmd}/bitmaps"

Completed in 309 milliseconds