Searched refs:cn (Results 1 - 25 of 191) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/scripts/
H A Dmonitor_data.sh31 cn=Monitor
33 cn=Monitor
35 cn=Monitor
37 cn=Monitor
42 cn=Backend 1,cn=Backends,cn=Monitor
43 cn=Entries,cn=Statistics,cn
[all...]
H A Dtest052-memberof60 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
61 dn: cn=module,cn=config
63 cn: module
82 $LDAPADD -h $LOCALHOST -p $PORT1 -D 'cn=config' -w `cat $CONFIGPWF` \
84 dn: cn=symas group example,cn=schema,cn=config
86 cn: symas group example
96 NAME 'groupA' SUP top STRUCTURAL MUST cn MA
[all...]
H A Dtest024-unique78 cn: dave
103 cn: bill
120 $LDAPSEARCH -S "" -b olcOverlay='{0}'unique,olcDatabase='{1}'$BACKEND,cn=config -D cn=config -y $CONFIGPWF -h $LOCALHOST -p $PORT1 -LLL | tr -d \\r >$TESTDIR/initial-config.ldif
122 dn: olcOverlay={0}unique,olcDatabase={1}$BACKEND,cn=config
140 $LDAPMODIFY -D cn=config -h $LOCALHOST -p $PORT1 -y $CONFIGPWF \
142 dn: olcOverlay={0}unique,olcDatabase={1}$BACKEND,cn=config
155 $LDAPMODIFY -D cn=config -h $LOCALHOST -p $PORT1 -y $CONFIGPWF \
157 dn: olcOverlay={0}unique,olcDatabase={1}$BACKEND,cn=config
170 $LDAPSEARCH -S "" -b olcOverlay='{0}'unique,olcDatabase='{1}'$BACKEND,cn
[all...]
H A Dtest051-config-undo66 $LDAPMODIFY -D cn=config -h $LOCALHOST -p $PORT1 -y $CONFIGPWF \
68 dn: cn={0}core,cn=schema,cn=config
81 $LDAPMODIFY -D cn=config -h $LOCALHOST -p $PORT1 -y $CONFIGPWF \
83 dn: cn={0}core,cn=schema,cn=config
97 $LDAPMODIFY -D "cn=manager,o=undo" -w secret -h $LOCALHOST -p $PORT1 <<EOF
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dcmp_abs.c32 mp_size_t bn, cn; local
72 cn = MPFR_LIMB_SIZE(c)-1;
77 for ( ; bn >= 0 && cn >= 0; bn--, cn--)
79 if (bp[bn] > cp[cn])
81 if (bp[bn] < cp[cn])
89 for ( ; cn >= 0; cn--)
90 if (cp[cn])
H A Dcmp2.c40 mp_size_t bn, cn; local
64 cn = (MPFR_PREC(c) - 1) / GMP_NUMB_BITS; /* # of limbs of c minus 1 */
68 while (bn >= 0 && cn >= 0 && bp[bn] == cp[cn])
71 cn--;
77 if (MPFR_LIKELY (cn < 0)) /* b = c */
81 bn = cn;
82 cn = -1;
86 if (MPFR_UNLIKELY (cn < 0))
106 MPFR_ASSERTD (cn >
[all...]
H A Dcmp.c35 mp_size_t bn, cn; local
77 cn = (MPFR_PREC(c)-1)/GMP_NUMB_BITS;
82 for ( ; bn >= 0 && cn >= 0; bn--, cn--)
84 if (bp[bn] > cp[cn])
86 if (bp[bn] < cp[cn])
92 for ( ; cn >= 0; cn--)
93 if (cp[cn])
H A Dsub1.c37 mp_size_t cancel2, an, bn, cn, cn0; local
173 cn = MPFR_LIMB_SIZE(c);
190 cp = (mpfr_limb_ptr) MPFR_TMP_ALLOC (cn * BYTES_PER_MP_LIMB);
191 MPN_COPY(cp, ap, cn);
196 cp = (mpfr_limb_ptr) MPFR_TMP_ALLOC ((cn + 1) * BYTES_PER_MP_LIMB);
197 cp[0] = mpn_rshift (cp + 1, MPFR_MANT(c), cn++, shift_c);
227 limbs cp[cn-cancel2-1] cancel2 >= 0
265 if (an + cancel2 <= cn)
268 mpn_sub_n (ap, ap, cp + cn - (an + cancel2), an);
273 ap2 = ap + an + cancel2 - cn;
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c96 prop_changenode_t *cn; local
103 for (cn = uu_list_first(clp->cl_list); cn != NULL;
104 cn = uu_list_next(clp->cl_list, cn)) {
108 cn->cn_needpost = B_FALSE;
116 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
119 if (ZFS_IS_VOLUME(cn->cn_handle)) {
123 (void) zfs_unshare_iscsi(cn->cn_handle);
131 (void) zfs_unshare_iscsi(cn
171 prop_changenode_t *cn; local
318 prop_changenode_t *cn; local
349 prop_changenode_t *cn; local
382 prop_changenode_t *cn; local
402 prop_changenode_t *cn; local
426 prop_changenode_t *cn; local
563 prop_changenode_t *cn; local
[all...]
H A Dlibzfs_config.c75 config_node_t *cn; local
78 while ((cn = uu_avl_teardown(hdl->libzfs_ns_avl,
80 nvlist_free(cn->cn_config);
81 free(cn->cn_name);
82 free(cn);
102 config_node_t *cn; local
168 while ((cn = uu_avl_teardown(hdl->libzfs_ns_avl, &cookie)) != NULL) {
169 nvlist_free(cn->cn_config);
170 free(cn->cn_name);
171 free(cn);
310 config_node_t *cn; local
352 config_node_t *cn; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dslapd.ldif5 dn: cn=config
7 cn: config
29 #dn: cn=module,cn=config
31 #cn: module
40 dn: cn=schema,cn=config
42 cn: schema
48 dn: olcDatabase=frontend,cn=config
61 #olcAccess: to dn.base="cn
[all...]
/netbsd-6-1-5-RELEASE/tests/rump/rumpvfs/
H A Dt_p2kifs.c56 struct componentname *cn; local
73 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
75 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
77 rump_pub_freecn(cn, RUMPCN_FREECRED);
80 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
83 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
85 rump_pub_freecn(cn, RUMPCN_FREECRED);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dtext_import.h25 const struct config_node *cn, struct dm_hash_table *pv_hash,
H A Dconfig.h76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
83 struct config_node *find_config_node(const struct config_node *cn,
85 const char *find_config_str(const struct config_node *cn, const char *path,
87 int find_config_int(const struct config_node *cn, const char *path, int fail);
88 float find_config_float(const struct config_node *cn, const char *path,
107 int find_config_bool(const struct config_node *cn, const char *path, int fail);
110 int get_config_uint32(const struct config_node *cn, const char *path,
113 int get_config_uint64(const struct config_node *cn, const char *path,
116 int get_config_str(const struct config_node *cn, const char *path,
123 struct config_node *clone_config_node(struct dm_pool *mem, const struct config_node *cn,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_import.h25 const struct config_node *cn, struct dm_hash_table *pv_hash,
H A Dimport_vsn1.c57 struct config_node *cn; local
63 if (!(cn = find_config_node(cft->root, CONTENTS_FIELD))) {
68 cv = cn->v;
77 if (!(cn = find_config_node(cft->root, FORMAT_VERSION_FIELD))) {
82 cv = cn->v;
107 static int _read_id(struct id *id, struct config_node *cn, const char *path) argument
111 if (!(cn = find_config_node(cn, path))) {
116 cv = cn->v;
132 struct config_node *cn; local
162 struct config_node *cn; local
298 struct config_node *cn, *sn_child = sn->child; local
375 text_import_areas(struct lv_segment *seg, const struct config_node *sn, const struct config_node *cn, struct dm_hash_table *pv_hash, uint32_t flags) argument
498 struct config_node *cn; local
638 struct config_node *vgn, *cn; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dopenssh-lpk_sun.schema9 dn: cn=schema
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dndb.conf22 index cn
H A Dslapd-acl.conf26 # normal installations should protect root dse, cn=monitor, cn=subschema
46 rootdn "cn=Manager,dc=example,dc=com"
50 #bdb#index cn,sn,uid pres,eq,sub
52 #hdb#index cn,sn,uid pres,eq,sub
58 by dn.exact="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" add
66 access to dn.exact="cn=Mark Elliot,ou=Alumni Association,ou=People,dc=example,dc=com"
67 attrs=cn val="Mark A Elliot"
68 by dn="cn=Barbara Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" read
71 access to dn.exact="cn
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/config/
H A Dconfig.h76 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton);
83 struct config_node *find_config_node(const struct config_node *cn,
85 const char *find_config_str(const struct config_node *cn, const char *path,
87 int find_config_int(const struct config_node *cn, const char *path, int fail);
88 float find_config_float(const struct config_node *cn, const char *path,
107 int find_config_bool(const struct config_node *cn, const char *path, int fail);
110 int get_config_uint32(const struct config_node *cn, const char *path,
113 int get_config_uint64(const struct config_node *cn, const char *path,
116 int get_config_str(const struct config_node *cn, const char *path,
123 struct config_node *clone_config_node(struct dm_pool *mem, const struct config_node *cn,
[all...]
H A Dconfig.c509 int write_config_node(const struct config_node *cn, putline_fn putline, void *baton) argument
516 if (!_write_config(cn, 0, &outline, 0)) {
527 struct config_node *cn; local
549 if ((cn = find_config_node(cft->root, *argv))) {
550 if (!_write_config(cn, 1, &outline, 0)) {
894 static struct config_node *_find_config_node(const struct config_node *cn, argument
900 while (cn) {
910 while (cn) {
911 if (_tok_match(cn->key, path, e)) {
914 cn_found = cn;
939 struct config_node *cn; local
950 find_config_node(const struct config_node *cn, const char *path) argument
974 find_config_str(const struct config_node *cn, const char *path, const char *fail) argument
996 find_config_int(const struct config_node *cn, const char *path, int fail) argument
1020 find_config_float(const struct config_node *cn, const char *path, float fail) argument
1099 find_config_bool(const struct config_node *cn, const char *path, int fail) argument
1109 get_config_uint32(const struct config_node *cn, const char *path, uint32_t *result) argument
1123 get_config_uint64(const struct config_node *cn, const char *path, uint64_t *result) argument
1137 get_config_str(const struct config_node *cn, const char *path, char **result) argument
1170 struct config_node *cn, *nextn, *oldn; local
1230 struct config_node *cn, *nextn, *oldn, *tn, *cn2; local
1339 clone_config_node(struct dm_pool *mem, const struct config_node *cn, int siblings) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Dmsdosfs_fat.c174 u_long cn; local
193 cn = dep->de_StartCluster;
200 if (cn == MSDOSFSROOT) {
234 fc_lookup(dep, findcn, &i, &cn);
250 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask))
252 byteoffset = FATOFS(pmp, cn);
280 prevcn = cn;
288 cn = getulong((char *)bp->b_data + bo);
290 cn = getushort((char *)bp->b_data + bo);
292 cn >>
325 u_long cn; local
382 u_long cn = pmp->pm_nxtfree; local
478 usemap_alloc(struct msdosfsmount *pmp, u_long cn) argument
486 usemap_free(struct msdosfsmount *pmp, u_long cn) argument
535 fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, u_long newcontents) argument
784 u_long len, newst, foundl, cn, l; local
929 u_long cn, readcn; local
997 u_long frcn = 0, cn, got; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dnullcons_subr.c100 nullcnprobe(struct consdev *cn) argument
103 cn->cn_pri = CN_NULL;
104 cn->cn_dev = NODEV;
112 nullcninit(struct consdev *cn) argument
145 nullcons_newdev(struct consdev *cn) argument
150 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
166 cn->cn_dev = nulltty->t_dev;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_test.c139 const unsigned char *ciphertext,int cn,
152 hexdump(stdout,"Ciphertext",ciphertext,cn);
184 if(outl+outl2 != cn)
187 outl+outl2,cn);
191 if(memcmp(out,ciphertext,cn))
194 hexdump(stderr,"Got",out,cn);
195 hexdump(stderr,"Expected",ciphertext,cn);
210 if(!EVP_DecryptUpdate(&ctx,out,&outl,ciphertext,cn))
247 const unsigned char *ciphertext,int cn,
256 test1(c,key,kn,iv,in,plaintext,pn,ciphertext,cn,encde
136 test1(const EVP_CIPHER *c,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
244 test_cipher(const char *cipher,const unsigned char *key,int kn, const unsigned char *iv,int in, const unsigned char *plaintext,int pn, const unsigned char *ciphertext,int cn, int encdec) argument
261 test_digest(const char *digest, const unsigned char *plaintext,int pn, const unsigned char *ciphertext, unsigned int cn) argument
371 int kn,in,pn,cn; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpuccn.c76 cpu_comcnprobe(struct consdev *cn, struct pci_attach_args *pa) argument
101 pucprobe_doit(struct consdev *cn) argument
113 if (cpu_comcnprobe(cn, &pa) != 0) {
184 cn->cn_pri = CN_REMOTE;
193 comgdbprobe(struct consdev *cn) argument
195 pucgdbbase = pucprobe_doit(cn);
199 comgdbinit(struct consdev *cn) argument
210 comcnprobe(struct consdev *cn) argument
212 puccnbase = pucprobe_doit(cn);
216 comcninit(struct consdev *cn) argument
[all...]

Completed in 343 milliseconds

12345678