Searched refs:store (Results 151 - 175 of 300) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dparams.c488 pattr->mattr.store = param_attr_store;
661 if (!attribute->store)
664 ret = attribute->store(attribute, mk->mod, buf, len);
671 .store = module_attr_store,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A DMakefile.in62 DBM_CF = dbminit.c delete.c fetch.c store.c seq.c close.c
75 DBM_OF = dbminit.o delete.o fetch.o store.o seq.o close.o
85 DBM_LOF = dbminit.lo delete.lo fetch.lo store.lo seq.lo close.lo
247 store.o: autoconf.h gdbmdefs.h proto.h extern.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead31.S96 .long 0xb2b10000 # store facility list
109 stap __LC_CPUID+4 # store cpu address
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dround.S371 movel %d6,LOCAL_LO(%a0) |store ls mant into memory
377 movel %d0,LOCAL_HI(%a0) |store ms mant into memory
392 movew %d0,LOCAL_EX(%a0) |store ms mant
393 movel %d1,LOCAL_HI(%a0) |store exp
541 movel %d2,LOCAL_HI(%a0) |store new LOCAL_HI
542 movel %d1,LOCAL_LO(%a0) |store new LOCAL_LO
582 clrl LOCAL_HI(%a0) |store LOCAL_HI = 0
583 movel %d2,LOCAL_LO(%a0) |store LOCAL_LO
H A Dsint.S37 | 4. Normalize the rounded result; store in fp0.
229 | normalize the rounded result and store value in fp0
H A Dkernel_ex.S50 | store properly signed inf (use sign of etemp) into fp0
175 fmovemx (%a0),%fp0-%fp0 |store result in fp0
313 st STORE_FLG(%a6) |do not store a result
348 st STORE_FLG(%a6) |do not store a result
412 bnes not_ext |if not round extended, store
431 fmovemx (%a0),%fp0-%fp0 |store result in fp0
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscsi_sysfs.c139 * Create the actual show/store functions and data structures.
414 * Create the actual show/store functions and data structures.
676 /* override null show/store with default */
679 if (!attr->store)
680 attr->store = base_attr->store;
882 /* override null show/store with default */
885 if (!attr->store)
886 attr->store = base_attr->store;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2W.s137 STD w,56(%sp) ; store w on stack
479 FSTD fm,-24(%sp) ; store m[0]
480 FSTD fm_1,-56(%sp) ; store m[1]
484 FSTD lt_temp,-16(%sp) ; store lt[0]
485 FSTD lt_temp_1,-48(%sp) ; store lt[1]
489 FSTD ht_temp,-8(%sp) ; store ht[0]
490 FSTD ht_temp_1,-40(%sp) ; store ht[1]
533 FSTD fm,-24(%sp) ; store m
536 FSTD lt_temp,-16(%sp) ; store lt
539 FSTD ht_temp,-8(%sp) ; store h
[all...]
H A Dpa-risc2.s490 FSTD fm,-24(%sp) ; store m[0]
491 FSTD fm_1,-56(%sp) ; store m[1]
495 FSTD lt_temp,-16(%sp) ; store lt[0]
496 FSTD lt_temp_1,-48(%sp) ; store lt[1]
500 FSTD ht_temp,-8(%sp) ; store ht[0]
501 FSTD ht_temp_1,-40(%sp) ; store ht[1]
544 FSTD fm,-24(%sp) ; store m
547 FSTD lt_temp,-16(%sp) ; store lt
550 FSTD ht_temp,-8(%sp) ; store ht
1022 FSTD ftemp1,-24(%sp) ; store
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2W.s137 STD w,56(%sp) ; store w on stack
479 FSTD fm,-24(%sp) ; store m[0]
480 FSTD fm_1,-56(%sp) ; store m[1]
484 FSTD lt_temp,-16(%sp) ; store lt[0]
485 FSTD lt_temp_1,-48(%sp) ; store lt[1]
489 FSTD ht_temp,-8(%sp) ; store ht[0]
490 FSTD ht_temp_1,-40(%sp) ; store ht[1]
533 FSTD fm,-24(%sp) ; store m
536 FSTD lt_temp,-16(%sp) ; store lt
539 FSTD ht_temp,-8(%sp) ; store h
[all...]
H A Dpa-risc2.s490 FSTD fm,-24(%sp) ; store m[0]
491 FSTD fm_1,-56(%sp) ; store m[1]
495 FSTD lt_temp,-16(%sp) ; store lt[0]
496 FSTD lt_temp_1,-48(%sp) ; store lt[1]
500 FSTD ht_temp,-8(%sp) ; store ht[0]
501 FSTD ht_temp_1,-40(%sp) ; store ht[1]
544 FSTD fm,-24(%sp) ; store m
547 FSTD lt_temp,-16(%sp) ; store lt
550 FSTD ht_temp,-8(%sp) ; store ht
1022 FSTD ftemp1,-24(%sp) ; store
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/block/
H A Dgenhd.c391 if (disk_attr->store)
392 ret = disk_attr->store(disk, page, count);
398 .store = &disk_attr_store,
454 .store = disk_uevent_store
503 .store = disk_fail_store,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstore.h1 /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
91 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
115 const STORE_METHOD *STORE_get_method(STORE *store);
116 const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth);
124 /* This is the directory store. It does everything except revoking and updating,
127 /* This is the file store. It does everything except revoking and updating,
129 to it with the store operation, and it will only get cached certificates. */
133 /* Store functions take a type code for the type of data they should store
149 /* Some store function
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dstore.h1 /* crypto/store/store.h -*- mode:C; c-file-style: "eay" -*- */
91 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void));
115 const STORE_METHOD *STORE_get_method(STORE *store);
116 const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth);
124 /* This is the directory store. It does everything except revoking and updating,
127 /* This is the file store. It does everything except revoking and updating,
129 to it with the store operation, and it will only get cached certificates. */
133 /* Store functions take a type code for the type of data they should store
149 /* Some store function
[all...]
H A Dx509_vfy.h207 int X509_STORE_set_depth(X509_STORE *store, int depth);
397 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dunaligned.c2 * unaligned.c: Unaligned load/store trap handling with special
29 store, /* st, std, sth, stsh */ enumerator in enum:direction
38 "load", "store", "both", "fpload", "fpstore", "invalid"
53 return store;
318 printk("Unsupported unaligned load/store trap for kernel "
321 "unaligned load/store.", regs);
374 case store:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Ds_client.c237 X509_STORE *store = NULL; local
520 store = SSL_CTX_get_cert_store(ctx);
521 X509_STORE_set_flags(store, vflags);
H A Dapps.c1284 X509_STORE *store; local
1286 if(!(store = X509_STORE_new())) goto end;
1287 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
1296 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
1306 return store;
1308 X509_STORE_free(store);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/mac80211/
H A Dieee80211.c1335 struct ieee80211_tx_stored_packet *store = local
1357 memcpy(&store->control, control,
1359 store->skb = skb;
1360 store->extra_frag = tx.u.tx.extra_frag;
1361 store->num_extra_frag = tx.u.tx.num_extra_frag;
1362 store->last_frag_hwrate = tx.u.tx.last_frag_hwrate;
1363 store->last_frag_rate = tx.u.tx.last_frag_rate;
1364 store->last_frag_rate_ctrl_probe = tx.u.tx.probe_last_frag;
1382 struct ieee80211_tx_stored_packet *store; local
1394 store
1424 struct ieee80211_tx_stored_packet *store; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vfy.h207 int X509_STORE_set_depth(X509_STORE *store, int depth);
397 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_core.c218 new_ct->attr.store = wf_store_control;
331 new_sr->attr.store = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S370 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
588 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
620 # exceptional operand and plave it in the fsave state frame, and store #
828 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
860 # exceptional operand and plave it in the fsave state frame, and store #
1103 # store_fpreg() - store opclass 0 or 2 result to FP regfile #
1235 mov.l %d0,EXC_OPWORD(%a6) # store OPWORD and EXTWORD
1326 # fcmp and ftst do not store any result.
1333 bsr.l store_fpreg # store the result
1871 # fcmp and ftst do not store an
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dsparccpuid.S22 ! This routine wipes registers, but not the backing store [which
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A DMakefile8 dm-snapshot-objs := dm-snap.o dm-exception-store.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_move.S48 move.w %d0,%d1 | store data size twice in %d1

Completed in 303 milliseconds

1234567891011>>