Searched refs:store_flags (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c214 DWORD store_flags; member in struct:CAPI_CTX_st
318 "store_flags",
367 ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE;
368 ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER;
370 ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER;
371 ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE;
1355 ctx->store_flags, storename);
1454 if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE)
1583 ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c214 DWORD store_flags; member in struct:CAPI_CTX_st
318 "store_flags",
367 ctx->store_flags |= CERT_SYSTEM_STORE_LOCAL_MACHINE;
368 ctx->store_flags &= ~CERT_SYSTEM_STORE_CURRENT_USER;
370 ctx->store_flags |= CERT_SYSTEM_STORE_CURRENT_USER;
371 ctx->store_flags &= ~CERT_SYSTEM_STORE_LOCAL_MACHINE;
1355 ctx->store_flags, storename);
1454 if (ctx->store_flags & CERT_SYSTEM_STORE_LOCAL_MACHINE)
1583 ctx->store_flags = CERT_STORE_OPEN_EXISTING_FLAG |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c241 static ssize_t store_flags(struct device *dev, struct device_attribute *attr, function
316 __ATTR(flags, S_IRUGO | S_IWUSR, show_flags, store_flags),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl3945-base.c3526 static ssize_t store_flags(struct device *d, function
3550 static DEVICE_ATTR(flags, S_IWUSR | S_IRUGO, show_flags, store_flags);

Completed in 38 milliseconds