Searched refs:storage (Results 1 - 25 of 47) sorted by relevance

12

/barrelfish-master/lib/storage/
H A Dstorage.c10 #include <storage/storage.h>
H A Dvsa.c11 #include <storage/vsa.h>
12 #include <storage/vsic.h>
/barrelfish-master/include/storage/
H A Dstorage.h13 #include <storage/vsa.h>
14 #include <storage/vsic.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dex_data.c407 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
417 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
418 if(!storage)
421 storage[i] = sk_CRYPTO_EX_DATA_FUNCS_value(item->meth,i);
425 if((mx > 0) && !storage)
432 if(storage[i] && storage[i]->new_func)
435 storage[i]->new_func(obj,ptr,ad,i,
436 storage[i]->argl,storage[
450 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
497 CRYPTO_EX_DATA_FUNCS **storage = NULL; local
[all...]
/barrelfish-master/lib/tenaciousd/
H A Dbuild.sh8 ln -sf $ARRAKIS_SRC/include/storage
H A Daio_vsic.c21 #include <storage/vsic.h>
22 #include <storage/vsa.h>
H A Dram_vsic.c20 #include <storage/vsic.h>
21 #include <storage/vsa.h>
H A Dqueue.c19 #include <storage/storage.h>
128 // Queue already exists -- initialize from storage
H A Dlog.c19 #include <storage/storage.h>
111 // Log already exists -- initialize from storage
/barrelfish-master/usr/bench/tenaciousd_bench/
H A Dtenaciousd_bench.c13 #include <storage/storage.h>
/barrelfish-master/usr/drivers/megaraid/
H A Dmain.c7 #include <storage/storage.h>
H A Dvsic_vfs.c17 #include <storage/vsic.h>
18 #include <storage/vsa.h>
H A Dmegaraid_vsic.c33 #include <storage/vsic.h>
34 #include <storage/vsa.h>
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsarrays.tex85 \bipref{bag_create/1}{../bips/kernel/storage/bag_create-1.html},
87 \bipref{bag_enter/2}{../bips/kernel/storage/bag_enter-2.html},
89 \bipref{bag_retrieve/2}{../bips/kernel/storage/bag_retrieve-2.html} or
90 \bipref{bag_dissolve/2}{../bips/kernel/storage/bag_dissolve-2.html}.
130 \bipref{shelf_create/2}{../bips/kernel/storage/shelf_create-2.html} or
131 \bipref{shelf_create/3}{../bips/kernel/storage/shelf_create-3.html}.
133 \bipref{shelf_set/3}{../bips/kernel/storage/shelf_set-3.html}
135 \bipref{shelf_get/3}{../bips/kernel/storage/shelf_get-3.html}.
152 \bipref{shelf_inc/2}{../bips/kernel/storage/shelf_inc-2.html} to
176 \bipref{store_create/1}{../bips/kernel/storage/store_creat
[all...]
H A Dumsmemory.tex113 \item [non-logical storage:]
125 \bipref{erase_array/1}{../bips/kernel/storage/erase_array-1.html},
127 \bipref{bag_abolish/1}{../bips/kernel/storage/bag_abolish-1.html},
128 \bipref{shelf_abolish/1}{../bips/kernel/storage/shelf_abolish-1.html}).
H A Dumsporting.tex235 \bipref{storage}{../bips/kernel/storage/index.html} facilities
/barrelfish-master/lib/vfs/
H A Dvfs_blockdevfs_megaraid.c14 #include <storage/vsic.h>
15 #include <storage/vsa.h>
/barrelfish-master/usr/skb/octopus/
H A Dskb_query.c308 struct skb_ec_terms* sr, pword storage, pword recipient)
317 pword subscribe_term = ec_term(add_subscription, storage, id_term,
346 pword storage = ec_atom(ec_did("trigger", 0)); local
350 store_template(drs, &sr, storage, subscriber_term);
447 pword storage = ec_atom(ec_did("ps", 0)); local
452 store_template(drs, &sr, storage, subscriber_term);
474 pword storage = ec_atom(ec_did("ps", 0)); local
476 pword delete_subscription_term = ec_term(delete_subscription, storage,
507 pword storage = ec_atom(ec_did("ps", 0)); local
511 pword find_subs_term = ec_term(find_subscriber, storage, object_ter
307 store_template(struct oct_reply_state* drs, struct skb_ec_terms* sr, pword storage, pword recipient) argument
[all...]
H A Dpredicates.c333 char* storage; local
334 res = ec_get_string(ec_arg(1), &storage);
335 if (strcmp(storage, "trigger") == 0) {
380 char* storage; local
381 res = ec_get_string(ec_arg(1), &storage);
382 if (strcmp(storage, "trigger") == 0) {
427 char* storage = NULL; local
428 res = ec_get_string(ec_arg(1), &storage);
429 if (strcmp(storage, "trigger") == 0) {
/barrelfish-master/lib/ahci/
H A Dstorage_vsic.c15 #include <storage/vsic.h>
/barrelfish-master/lib/openssl-1.0.0d/demos/engines/rsaref/
H A Dbuild.com67 ; Allocate extra storage at end of vector to allow for expansion.
/barrelfish-master/doc/015-disk-driver-arch/
H A Dconclusion.tex2 driver and supporting code for data storage and retrieval.
H A Drelated.tex29 \ac{atapi}). Other aspects of the storage system, such as filesystem or disk
/barrelfish-master/doc/012-services/
H A DServices.tex305 The storage management service manages the system's storage
306 infrastructure and provides abstractions for persistent storage. This
327 suspend, wakeup, etc.), thread scheduling and thread local storage.
739 management, bus management, drivers, storage management) to determine
776 programs it starts. The storage management service is used to fetch
781 The SKB relies on the storage management service to read its startup
786 The storage management service needs access to appropriate storage
797 % the apropriate caps which it then uses to access the storage service
[all...]
/barrelfish-master/lib/cxx/unwind/
H A DUnwind-sjlj.c60 # error Unable to create thread local storage

Completed in 191 milliseconds

12