Searched refs:dn (Results 176 - 200 of 257) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn.h4 #include <linux/dn.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/store/
H A Dstr_lib.c1197 X509_NAME *dn; member in union:STORE_attr_info_st::__anon4937
1291 return attrs->values[code].dn;
1349 X509_NAME *dn)
1356 if ((attrs->values[code].dn = X509_NAME_dup(dn)))
1418 X509_NAME *dn)
1426 OPENSSL_free(attrs->values[code].dn);
1427 attrs->values[code].dn = NULL;
1430 return STORE_ATTR_INFO_set_dn(attrs, code, dn);
1759 if (X509_NAME_cmp(a->values[i].dn,
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/store/
H A Dstr_lib.c1269 X509_NAME *dn; member in union:STORE_attr_info_st::__anon7154
1365 return attrs->values[code].dn;
1427 X509_NAME *dn)
1437 if ((attrs->values[code].dn = X509_NAME_dup(dn)))
1501 X509_NAME *dn)
1511 OPENSSL_free(attrs->values[code].dn);
1512 attrs->values[code].dn = NULL;
1515 return STORE_ATTR_INFO_set_dn(attrs, code, dn);
1809 if (X509_NAME_cmp(a->values[i].dn,
1426 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1500 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/store/
H A Dstr_lib.c1197 X509_NAME *dn; member in union:STORE_attr_info_st::__anon4588
1291 return attrs->values[code].dn;
1349 X509_NAME *dn)
1356 if ((attrs->values[code].dn = X509_NAME_dup(dn)))
1418 X509_NAME *dn)
1426 OPENSSL_free(attrs->values[code].dn);
1427 attrs->values[code].dn = NULL;
1430 return STORE_ATTR_INFO_set_dn(attrs, code, dn);
1759 if (X509_NAME_cmp(a->values[i].dn,
1348 STORE_ATTR_INFO_set_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
1417 STORE_ATTR_INFO_modify_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code, X509_NAME *dn) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c1331 struct device_node *dn; local
1334 dn = dev->of_node;
1335 if (!dn)
1337 cp = of_get_property(dn, "compatible", NULL);
1369 struct device_node *dn; local
1372 dn = dev->of_node;
1373 if (!dn)
1375 cp = of_get_property(dn, "compatible", NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dns87415.c141 bit = 1 << (20 + (drive->dn & 1) + (hwif->channel << 1));
142 other = 1 << (20 + (1 - (drive->dn & 1)) + (hwif->channel << 1));
H A Dpalm_bk3710.c193 int is_slave = drive->dn & 1;
210 int is_slave = drive->dn & 1;
H A Dsiimage.c118 u8 unit = drive->dn & 1;
257 u8 unit = drive->dn & 1;
307 u8 mode = 0, unit = drive->dn & 1;
H A Dalim15x3.c56 int shift = 4 * (drive->dn & 1);
70 u8 unit = drive->dn & 1, udma;
H A Dpdc202xx_new.c135 u8 adj = (drive->dn & 1) ? 0x08 : 0x00;
173 u8 adj = (drive->dn & 1) ? 0x08 : 0x00;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcaif_socket.c142 if (cf_sk->layer.dn && cf_sk->layer.dn->modemcmd)
143 cf_sk->layer.dn->modemcmd(cf_sk->layer.dn, mode);
544 if (cf_sk->layer.dn != NULL)
545 ret = cf_sk->layer.dn->transmit(cf_sk->layer.dn, pkt);
996 cf_sk->layer.dn = NULL;
H A Dchnl_net.c217 result = priv->chnl.dn->transmit(priv->chnl.dn, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl566 print "\t--extendeddn|-e [value]\n\t\tDisplay extended dn (LDAP_SERVER_EXTENDED_DN_OID)\n";
969 $entry_store{$entry->dn} = $entry;
977 if ( !exists $entry_store{$entry_new->dn}) {
983 my $entry_old = $entry_store{$entry_new->dn};
1448 # setup extended dn control
1581 print "\nfound entry: ".$entry->dn."\n".("-" x 80)."\n";
1633 if (!$async_entry->dn) {
1634 print "very weird. entry has no dn\n";
1638 printf("\ngot changenotify for dn: [%s]\n%s\n", $async_entry->dn, ("
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.cpp587 LifeCellBox *c, *up, *dn, *lf, *rt; local
608 dn = c->m_dn;
631 if (!dn)
633 dn = LinkBox(c->m_x, c->m_y + 8);
634 dn->m_up = c;
637 dn->m_on[0] += t2;
821 c->m_dn = dn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dsocket.c690 struct mISDN_devrename dn; local
691 if (copy_from_user(&dn, (void __user *)arg,
692 sizeof(dn))) {
696 dev = get_mdevice(dn.id);
698 err = device_rename(&dev->dev, dn.name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpkcs11.c838 char *dn = NULL; local
887 (dn = pkcs11_certificate_dn (
914 dn,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnet_ads.c54 d_printf("{search,dn,sid}\n");
1193 char *dn, *ou_str; local
1197 if ((asprintf(&dn, "%s,%s", ou_str, ads->config.bind_path)) == -1) {
1202 rc = ads_search_dn(ads, &res, dn, NULL);
1209 rc = ads_create_machine_acct( ads, global_myname(), dn );
1216 SAFE_FREE( dn );
2276 "\nnet ads dn <dn> <attributes...>\n"\
2280 "Example: net ads dn 'CN=administrator,CN=Users,DC=my,DC=domain' sAMAccountName\n\n"
2295 const char *dn; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dspider_net.c1908 struct device_node *dn; local
1932 dn = pci_device_to_OF_node(card->pdev);
1933 if (!dn)
1936 fw_prop = of_get_property(dn, "firmware", &fw_size);
2300 struct device_node *dn; local
2334 dn = pci_device_to_OF_node(card->pdev);
2335 if (!dn)
2338 mac = of_get_property(dn, "local-mac-address", NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c87 #include <net/dn.h>
230 struct dn_dev *dn = dst->neighbour ? local
233 if (dn && dn->use_long == 0)
577 struct dn_dev *dn = (struct dn_dev *)dev->dn_ptr; local
583 if (dn == NULL)
645 if (dn->parms.state != DN_DEV_S_RU)
670 if (dn->parms.state != DN_DEV_S_RU)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmtools.h125 char *unix_normalize (doscp_t *cp, char *ans, struct dos_name_t *dn);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/OS400/
H A Dos400sys.c1066 Curl_ldap_simple_bind_s_a(void * ld, char * dn, char * passwd) argument
1076 if(dn) {
1077 i = strlen(dn);
1082 QadrtConvertA2E(edn, dn, i, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_eckd.c140 int dn, kn; local
150 dn = ceil_quot(dl + 6, 232) + 1;
154 9 + ceil_quot(dl + 6 * dn, 34));
156 return 1729 / (10 + 9 + ceil_quot(dl + 6 * dn, 34));
158 dn = ceil_quot(dl + 6, 232) + 1;
162 ceil_quot(dl + 6 * dn, 34));
164 return 1420 / (18 + 7 + ceil_quot(dl + 6 * dn, 34));
318 int dn, d; local
327 dn = ceil_quot(reclen + 6, 232);
328 d = 9 + ceil_quot(reclen + 6 * (dn
568 int dn, d; local
2204 int dn, d; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmds_client.h328 struct dentry *dn, int mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dmpc85xx_ds.c139 node = hose->dn;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dinode.c715 struct device_node *dn; local
719 dn = of_find_node_by_path("/spu-isolation");
720 if (!dn)
723 loader = of_get_property(dn, "loader", &size);

Completed in 137 milliseconds

1234567891011