Searched refs:si (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dexample.h55 int add_signed_time(PKCS7_SIGNER_INFO *si);
56 ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si);
57 int get_signed_seq2string(PKCS7_SIGNER_INFO *si, char **str1, char **str2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsa1100_ir.c72 #define IS_FIR(si) ((si)->speed >= 4000000)
79 static int sa1100_irda_rx_alloc(struct sa1100_irda *si) argument
81 if (si->rxskb)
84 si->rxskb = alloc_skb(HPSIR_MAX_RXLEN + 1, GFP_ATOMIC);
86 if (!si->rxskb) {
95 skb_reserve(si->rxskb, 1);
97 si->rxbuf_dma = dma_map_single(si->dev, si
107 sa1100_irda_rx_dma_start(struct sa1100_irda *si) argument
130 sa1100_irda_set_speed(struct sa1100_irda *si, int speed) argument
208 __sa1100_irda_set_power(struct sa1100_irda *si, unsigned int state) argument
217 sa1100_set_power(struct sa1100_irda *si, unsigned int state) argument
228 sa1100_irda_startup(struct sa1100_irda *si) argument
275 sa1100_irda_shutdown(struct sa1100_irda *si) argument
298 struct sa1100_irda *si; local
323 struct sa1100_irda *si; local
364 struct sa1100_irda *si = netdev_priv(dev); local
458 sa1100_irda_fir_error(struct sa1100_irda *si, struct net_device *dev) argument
537 struct sa1100_irda *si = netdev_priv(dev); local
598 struct sa1100_irda *si = netdev_priv(dev); local
652 struct sa1100_irda *si = netdev_priv(dev); local
725 struct sa1100_irda *si = netdev_priv(dev); local
767 struct sa1100_irda *si = netdev_priv(dev); local
830 struct sa1100_irda *si = netdev_priv(dev); local
889 struct sa1100_irda *si; local
985 struct sa1100_irda *si = netdev_priv(dev); local
[all...]
H A Dpxaficp_ir.c126 static inline void pxa_irda_disable_clk(struct pxa_irda *si) argument
128 if (si->cur_clk)
129 clk_disable(si->cur_clk);
130 si->cur_clk = NULL;
133 static inline void pxa_irda_enable_firclk(struct pxa_irda *si) argument
135 si->cur_clk = si->fir_clk;
136 clk_enable(si->fir_clk);
139 static inline void pxa_irda_enable_sirclk(struct pxa_irda *si) argument
141 si
149 pxa_irda_fir_dma_rx_start(struct pxa_irda *si) argument
158 pxa_irda_fir_dma_tx_start(struct pxa_irda *si) argument
170 pxa_irda_set_mode(struct pxa_irda *si, int mode) argument
186 pxa_irda_set_speed(struct pxa_irda *si, int speed) argument
266 struct pxa_irda *si = netdev_priv(dev); local
356 struct pxa_irda *si = netdev_priv(dev); local
398 pxa_irda_fir_irq_eif(struct pxa_irda *si, struct net_device *dev, int icsr0) argument
466 struct pxa_irda *si = netdev_priv(dev); local
505 struct pxa_irda *si = netdev_priv(dev); local
565 struct pxa_irda *si = netdev_priv(dev); local
608 pxa_irda_startup(struct pxa_irda *si) argument
635 pxa_irda_shutdown(struct pxa_irda *si) argument
668 struct pxa_irda *si = netdev_priv(dev); local
749 struct pxa_irda *si = netdev_priv(dev); local
779 struct pxa_irda *si; local
793 struct pxa_irda *si; local
828 struct pxa_irda *si; local
937 struct pxa_irda *si = netdev_priv(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dslot_map.c62 static int __ocfs2_node_num_to_slot(struct ocfs2_slot_info *si,
65 static void ocfs2_invalidate_slot(struct ocfs2_slot_info *si, argument
68 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots));
69 si->si_slots[slot_num].sl_valid = 0;
72 static void ocfs2_set_slot(struct ocfs2_slot_info *si, argument
75 BUG_ON((slot_num < 0) || (slot_num >= si->si_num_slots));
77 si->si_slots[slot_num].sl_valid = 1;
78 si->si_slots[slot_num].sl_node_num = node_num;
82 static void ocfs2_update_slot_info_extended(struct ocfs2_slot_info *si) argument
88 for (b = 0; b < si
107 ocfs2_update_slot_info_old(struct ocfs2_slot_info *si) argument
122 ocfs2_update_slot_info(struct ocfs2_slot_info *si) argument
137 struct ocfs2_slot_info *si = osb->slot_info; local
166 ocfs2_update_disk_slot_extended(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) argument
184 ocfs2_update_disk_slot_old(struct ocfs2_slot_info *si, int slot_num, struct buffer_head **bh) argument
202 ocfs2_update_disk_slot(struct ocfs2_super *osb, struct ocfs2_slot_info *si, int slot_num) argument
252 __ocfs2_node_num_to_slot(struct ocfs2_slot_info *si, unsigned int node_num) argument
268 __ocfs2_find_empty_slot(struct ocfs2_slot_info *si, int preferred) argument
293 struct ocfs2_slot_info *si = osb->slot_info; local
305 struct ocfs2_slot_info *si = osb->slot_info; local
319 __ocfs2_free_slot_info(struct ocfs2_slot_info *si) argument
343 struct ocfs2_slot_info *si = osb->slot_info; local
355 ocfs2_map_slot_buffers(struct ocfs2_super *osb, struct ocfs2_slot_info *si) argument
425 struct ocfs2_slot_info *si; local
466 struct ocfs2_slot_info *si = osb->slot_info; local
476 struct ocfs2_slot_info *si; local
522 struct ocfs2_slot_info *si = osb->slot_info; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_att.c64 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
66 return X509at_get_attr_count(si->signedAttrs);
69 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
71 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, argument
77 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
82 return X509at_get_attr(si->signedAttrs, loc);
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
87 return X509at_delete_attr(si
90 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
97 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
106 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
129 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
134 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
140 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
146 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
151 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
156 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
163 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
172 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
181 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
191 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
H A Dcms_sd.c114 CMS_SignerInfo *si; local
143 si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
144 if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER) {
145 if (si->version < 3)
146 si->version = 3;
149 } else if (si->version < 1)
150 si->version = 1;
160 static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si) argument
169 if (sitmp == si)
173 if (OBJ_cmp(si
248 cms_sd_asn1_ctrl(CMS_SignerInfo *si, int cmd) argument
271 CMS_SignerInfo *si = NULL; local
413 cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t) argument
443 CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si) argument
448 CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si) argument
466 CMS_SignerInfo *si; local
486 CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer) argument
499 CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
506 CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) argument
515 CMS_SignerInfo *si; local
557 CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer, X509_ALGOR **pdig, X509_ALGOR **psig) argument
571 CMS_SignerInfo_get0_signature(CMS_SignerInfo *si) argument
576 cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain) argument
661 CMS_SignerInfo *si; local
673 CMS_SignerInfo_sign(CMS_SignerInfo *si) argument
740 CMS_SignerInfo_verify(CMS_SignerInfo *si) argument
812 CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain) argument
886 CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_att.c64 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
66 return X509at_get_attr_count(si->signedAttrs);
69 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
71 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, argument
77 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
82 return X509at_get_attr(si->signedAttrs, loc);
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
87 return X509at_delete_attr(si
90 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
97 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
106 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
129 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
134 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
140 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
146 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
151 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
156 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
163 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
172 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
181 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
191 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
H A Dcms_sd.c114 CMS_SignerInfo *si; local
143 si = sk_CMS_SignerInfo_value(sd->signerInfos, i);
144 if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER) {
145 if (si->version < 3)
146 si->version = 3;
149 } else if (si->version < 1)
150 si->version = 1;
160 static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si) argument
169 if (sitmp == si)
173 if (OBJ_cmp(si
248 cms_sd_asn1_ctrl(CMS_SignerInfo *si, int cmd) argument
271 CMS_SignerInfo *si = NULL; local
413 cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t) argument
443 CMS_SignerInfo_get0_pkey_ctx(CMS_SignerInfo *si) argument
448 CMS_SignerInfo_get0_md_ctx(CMS_SignerInfo *si) argument
466 CMS_SignerInfo *si; local
486 CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer) argument
499 CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
506 CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) argument
515 CMS_SignerInfo *si; local
557 CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer, X509_ALGOR **pdig, X509_ALGOR **psig) argument
571 CMS_SignerInfo_get0_signature(CMS_SignerInfo *si) argument
576 cms_SignerInfo_content_sign(CMS_ContentInfo *cms, CMS_SignerInfo *si, BIO *chain) argument
661 CMS_SignerInfo *si; local
673 CMS_SignerInfo_sign(CMS_SignerInfo *si) argument
740 CMS_SignerInfo_verify(CMS_SignerInfo *si) argument
812 CMS_SignerInfo_verify_content(CMS_SignerInfo *si, BIO *chain) argument
886 CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_amule_lib_standalone.cpp48 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
49 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
53 char *str_hash = si->var->value.str_val;
55 si = get_scope_item(g_current_scope, "__param_1");
56 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
60 char *cmd_name = si->var->value.str_val;
61 si = get_scope_item(g_current_scope, "__param_2");
62 PHP_VAR_NODE *opt_param = si
84 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
113 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
142 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
172 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
236 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
248 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
269 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
325 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
344 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
361 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
[all...]
H A Dphp_amule_lib.cpp51 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
52 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
56 char *str_hash = si->var->value.str_val;
58 si = get_scope_item(g_current_scope, "__param_1");
59 if ( !si || (si->var->value.type != PHP_VAL_STRING)) {
63 char *cmd_name = si->var->value.str_val;
64 si = get_scope_item(g_current_scope, "__param_2");
65 PHP_VAR_NODE *opt_param = si
90 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
121 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
154 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
185 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
469 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
514 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
536 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
605 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
634 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
663 PHP_SCOPE_ITEM *si = get_scope_item(g_current_scope, "__param_0"); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dipforward_solaris.c34 struct strioctl si; local
47 si.ic_cmd = ND_GET;
48 si.ic_timout = 0;
49 si.ic_len = strlen (buf) + 1;
50 si.ic_dp = (caddr_t) buf;
52 ret = ioctl (fd, I_STR, &si);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.c257 static int convert_in_un_remote(struct socket_info *si, const struct sockaddr_in *in, struct sockaddr_un *un, argument
276 switch (si->type) {
322 static int convert_in_un_alloc(struct socket_info *si, const struct sockaddr_in *in, struct sockaddr_un *un, argument
338 switch (si->type) {
385 ((struct sockaddr_in *)si->myname)->sin_port = htons(prt);
408 static int sockaddr_convert_to_un(struct socket_info *si, const struct sockaddr *in_addr, socklen_t in_len, argument
418 switch (si->type) {
427 return convert_in_un_alloc(si, (const struct sockaddr_in *)in_addr, out_addr, bcast);
429 return convert_in_un_remote(si, (const struct sockaddr_in *)in_addr, out_addr, bcast);
439 static int sockaddr_convert_from_un(const struct socket_info *si, argument
782 swrap_dump_packet(struct socket_info *si, const struct sockaddr *addr, enum swrap_packet_type type, const void *buf, size_t len) argument
1058 struct socket_info *si; local
1189 swrap_auto_bind(struct socket_info *si) argument
1259 struct socket_info *si = find_socket_info(s); local
1300 struct socket_info *si = find_socket_info(s); local
1327 struct socket_info *si = find_socket_info(s); local
1340 struct socket_info *si = find_socket_info(s); local
1360 struct socket_info *si = find_socket_info(s); local
1374 struct socket_info *si = find_socket_info(s); local
1390 struct socket_info *si = find_socket_info(s); local
1414 struct socket_info *si = find_socket_info(s); local
1441 struct socket_info *si = find_socket_info(s); local
1498 struct socket_info *si = find_socket_info(s); local
1524 struct socket_info *si = find_socket_info(s); local
1546 struct socket_info *si = find_socket_info(s); local
1566 struct socket_info *si = find_socket_info(fd); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dscan.c51 static int paranoid_check_si(struct ubi_device *ubi, struct ubi_scan_info *si);
53 #define paranoid_check_si(ubi, si) 0
62 * @si: scanning information
71 static int add_to_list(struct ubi_scan_info *si, int pnum, int ec, argument
76 if (list == &si->free) {
78 si->free_peb_count += 1;
79 } else if (list == &si->erase) {
81 si->erase_peb_count += 1;
82 } else if (list == &si->corr) {
84 si
180 add_volume(struct ubi_scan_info *si, int vol_id, int pnum, const struct ubi_vid_hdr *vid_hdr) argument
378 ubi_scan_add_used(struct ubi_device *ubi, struct ubi_scan_info *si, int pnum, int ec, const struct ubi_vid_hdr *vid_hdr, int bitflips) argument
536 ubi_scan_find_sv(const struct ubi_scan_info *si, int vol_id) argument
591 ubi_scan_rm_volume(struct ubi_scan_info *si, struct ubi_scan_volume *sv) argument
622 ubi_scan_erase_peb(struct ubi_device *ubi, const struct ubi_scan_info *si, int pnum, int ec) argument
668 ubi_scan_get_free_peb(struct ubi_device *ubi, struct ubi_scan_info *si) argument
724 process_eb(struct ubi_device *ubi, struct ubi_scan_info *si, int pnum) argument
899 check_what_we_have(struct ubi_device *ubi, struct ubi_scan_info *si) argument
980 struct ubi_scan_info *si; local
1098 ubi_scan_destroy_si(struct ubi_scan_info *si) argument
1156 paranoid_check_si(struct ubi_device *ubi, struct ubi_scan_info *si) argument
[all...]
H A Dscan.h158 int ubi_scan_add_used(struct ubi_device *ubi, struct ubi_scan_info *si,
161 struct ubi_scan_volume *ubi_scan_find_sv(const struct ubi_scan_info *si,
165 void ubi_scan_rm_volume(struct ubi_scan_info *si, struct ubi_scan_volume *sv);
167 struct ubi_scan_info *si);
168 int ubi_scan_erase_peb(struct ubi_device *ubi, const struct ubi_scan_info *si,
171 void ubi_scan_destroy_si(struct ubi_scan_info *si);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/uddi2/
H A Dexample1.cpp62 for (std::vector<uddi2__serviceInfo*>::const_iterator si = sl->serviceInfos->serviceInfo.begin(); si != sl->serviceInfos->serviceInfo.end(); ++si)
65 std::cout << "serviceKey=" << (*si)->serviceKey << std::endl << "businessKey=" << (*si)->businessKey << std::endl;
68 for (std::vector<uddi2__name*>::const_iterator n = (*si)->name.begin(); n != (*si)->name.end(); ++n)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/uddi2/
H A Dexample1.cpp62 for (std::vector<uddi2__serviceInfo*>::const_iterator si = sl->serviceInfos->serviceInfo.begin(); si != sl->serviceInfos->serviceInfo.end(); ++si)
65 std::cout << "serviceKey=" << (*si)->serviceKey << std::endl << "businessKey=" << (*si)->businessKey << std::endl;
68 for (std::vector<uddi2__name*>::const_iterator n = (*si)->name.begin(); n != (*si)->name.end(); ++n)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils_priv.h68 /* misc si info needed by some of the routines */
128 #define PCI(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
129 ((si)->pub.buscoretype == PCI_CORE_ID))
131 #define PCIE_GEN1(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
132 ((si)->pub.buscoretype == PCIE_CORE_ID))
134 #define PCIE_GEN2(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \
135 ((si)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dsainfo.c116 delsainfo(si)
117 struct sainfo *si;
122 delsainfoalg(si->algs[i]);
124 if (si->idsrc)
125 vfree(si->idsrc);
126 if (si->iddst)
127 vfree(si->iddst);
129 racoon_free(si);
140 remsainfo(si)
141 struct sainfo *si;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_attr.c70 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, argument
80 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
84 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si)
89 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
130 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) argument
132 if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType))
136 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
140 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) argument
147 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
151 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_attr.c70 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, argument
80 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
84 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si)
89 cap = PKCS7_get_signed_attribute(si, NID_SMIMECapabilities);
130 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) argument
132 if (PKCS7_get_signed_attribute(si, NID_pkcs9_contentType))
136 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
140 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) argument
147 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
151 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Ddriver.c83 struct siginfo si; local
119 si.si_signo = signalcode >> 24;
120 si.si_errno = 0;
121 si.si_code = signalcode & 0xffffff;
122 si.si_addr = (void __user *) regs->iaoq[0];
123 force_sig_info(si.si_signo, &si, current);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmb_signing.c138 static BOOL set_smb_signing_real_common(struct smb_sign_info *si) argument
140 if (si->mandatory_signing) {
144 si->doing_signing = True;
162 static void null_sign_outgoing_message(char *outbuf, struct smb_sign_info *si) argument
174 static BOOL null_check_incoming_message(char *inbuf, struct smb_sign_info *si, BOOL must_be_ok) argument
183 static void null_free_signing_context(struct smb_sign_info *si) argument
195 static BOOL null_set_signing(struct smb_sign_info *si) argument
197 si->signing_context = NULL;
199 si->sign_outgoing_message = null_sign_outgoing_message;
200 si
210 free_signing_context(struct smb_sign_info *si) argument
221 signing_good(char *inbuf, struct smb_sign_info *si, BOOL good, uint32 seq, BOOL must_be_ok) argument
327 client_sign_outgoing_message(char *outbuf, struct smb_sign_info *si) argument
379 client_check_incoming_message(char *inbuf, struct smb_sign_info *si, BOOL must_be_ok) argument
440 simple_free_signing_context(struct smb_sign_info *si) argument
520 temp_sign_outgoing_message(char *outbuf, struct smb_sign_info *si) argument
535 temp_check_incoming_message(char *inbuf, struct smb_sign_info *si, BOOL foo) argument
544 temp_free_signing_context(struct smb_sign_info *si) argument
612 struct smb_sign_info *si = &cli->sign_info; local
637 struct smb_sign_info *si = &cli->sign_info; local
664 srv_sign_outgoing_message(char *outbuf, struct smb_sign_info *si) argument
706 srv_check_incoming_message(char *inbuf, struct smb_sign_info *si, BOOL must_be_ok) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-irq.c71 struct slice_data *si = cpu_data[cpu].data; local
79 si->level_to_irq[level] = irq;
89 struct slice_data *si = cpu_data[cpu].data; local
92 if (si->level_to_irq[i] == irq) {
162 struct slice_data *si = cpu_data[cpu].data; local
164 irq = si->level_to_irq[swlevel];
177 struct slice_data *si = cpu_data[cpu].data; local
189 irq = si->level_to_irq[swlevel];
209 struct slice_data *si = cpu_data[cpu].data; local
211 set_bit(bit, si
227 struct slice_data *si = cpu_data[cpu].data; local
402 struct slice_data *si = cpu_data[cpu].data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dsig.c112 signal_reset (struct signal_info *si) argument
114 if (si)
116 si->signal_received = 0;
117 si->signal_text = NULL;
118 si->hard = false;
123 print_signal (const struct signal_info *si, const char *title, int msglevel) argument
125 if (si)
127 const char *hs = (si->hard ? "hard" : "soft");
128 const char *type = (si->signal_text ? si
156 signal_restart_status(const struct signal_info *si) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dswapfile.c68 __try_to_reclaim_swap(struct swap_info_struct *si, unsigned long offset) argument
70 swp_entry_t entry = swp_entry(si->type, offset);
129 static int discard_swap(struct swap_info_struct *si) argument
137 se = &si->first_swap_extent;
141 err = blkdev_issue_discard(si->bdev, start_block,
148 list_for_each_entry(se, &si->first_swap_extent.list, list) {
152 err = blkdev_issue_discard(si->bdev, start_block,
166 static void discard_swap_cluster(struct swap_info_struct *si, argument
169 struct swap_extent *se = si->curr_swap_extent;
187 si
210 scan_swap_map(struct swap_info_struct *si, unsigned char usage) argument
441 struct swap_info_struct *si; local
484 struct swap_info_struct *si; local
1049 find_next_to_unuse(struct swap_info_struct *si, unsigned int prev) argument
1090 struct swap_info_struct *si = swap_info[type]; local
1694 struct swap_info_struct *si; local
1717 struct swap_info_struct *si = v; local
1744 struct swap_info_struct *si = v; local
2126 struct swap_info_struct *si = swap_info[type]; local
2252 struct swap_info_struct *si; local
2315 struct swap_info_struct *si; local
2414 swap_count_continued(struct swap_info_struct *si, pgoff_t offset, unsigned char count) argument
2495 free_swap_count_continuations(struct swap_info_struct *si) argument
[all...]

Completed in 336 milliseconds

1234567891011>>