Searched refs:pstore (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap-persistent.c92 struct pstore { struct
162 static int alloc_area(struct pstore *ps)
198 static void free_area(struct pstore *ps)
230 static int chunk_io(struct pstore *ps, void *area, chunk_t chunk, int rw,
267 static chunk_t area_location(struct pstore *ps, chunk_t area)
276 static int area_io(struct pstore *ps, int rw)
290 static void zero_memory_area(struct pstore *ps)
295 static int zero_disk_area(struct pstore *ps, chunk_t area)
300 static int read_header(struct pstore *ps, int *new_snapshot)
384 static int write_header(struct pstore *p
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_cert.c1253 X509_STORE **pstore; local
1255 pstore = &c->chain_store;
1257 pstore = &c->verify_store;
1258 if (*pstore)
1259 X509_STORE_free(*pstore);
1260 *pstore = store;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_cert.c1253 X509_STORE **pstore; local
1255 pstore = &c->chain_store;
1257 pstore = &c->verify_store;
1258 if (*pstore)
1259 X509_STORE_free(*pstore);
1260 *pstore = store;

Completed in 76 milliseconds