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

1234567891011>>

/netbsd-current/external/bsd/flex/dist/tests/
H A Doptions.cn5 echo %% | $1 -cn -o /dev/null
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dmonitor_data.sh28 cn=Monitor
30 cn=Monitor
32 cn=Monitor
34 cn=Monitor
39 cn=Backend 1,cn=Backends,cn=Monitor
40 cn=Entries,cn=Statistics,cn
[all...]
H A Dtest086-delta-consumer-config94 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
95 dn: cn=module,cn=config
97 cn: module
109 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
110 dn: cn=module,cn=config
112 cn: module
123 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
124 dn: 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
83 $LDAPADD -H $URI1 -D 'cn=config' -w `cat $CONFIGPWF` \
85 dn: cn=symas group example,cn=schema,cn=config
87 cn: symas group example
99 NAME 'groupA' SUP top STRUCTURAL MUST cn MA
[all...]
H A Dtest083-argon224 USERDN="cn=argon2,$BASEDN"
32 dn: cn=config
34 cn: config
38 dn: cn=schema,cn=config
40 cn: schema
50 dn: cn=module,cn=config
52 cn: module
61 dn: cn
[all...]
H A Dtest059-consumer-config90 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
91 dn: cn=module,cn=config
93 cn: module
105 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
106 dn: olcOverlay=syncprov,olcDatabase={0}config,cn=config
119 # Consumers will not replicate the provider's actual cn=config.
122 # will also be a consumer for the real cn=schema,cn=config tree.
126 $LDAPMODIFY -D cn
[all...]
H A Dtest062-config-delete35 # - Add syncprov overlay to the cn=config database
74 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
75 dn: cn=module,cn=config
77 cn: module
89 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
90 dn: olcOverlay=syncprov,olcDatabase={0}config,cn=config
107 $LDAPSEARCH -D cn=config -H $URI1 -y $CONFIGPWF -bcn=config -E \!sync=rp >/dev/null 2>&1
118 $LDAPDELETE -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
119 olcOverlay={0}syncprov,olcDatabase={0}config,cn
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dcmpabs.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.c46 mp_size_t bn, cn; local
83 cn = (MPFR_PREC(c) - 1) / GMP_NUMB_BITS;
90 while (bn >= 0 && cn >= 0 && bp[bn] == cp[cn])
93 cn--;
99 if (MPFR_LIKELY (cn < 0)) /* |b| = |c| */
103 Swap (bp,bn) and (cp,cn), and take the opposite sign
106 "cn = -1;" is necessary to enter the following "if"
109 bn = cn;
110 cn
[all...]
H A Dcmp.c35 mp_size_t bn, cn; local
77 cn = MPFR_LAST_LIMB (c);
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])
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c100 prop_changenode_t *cn; local
107 for (cn = uu_list_first(clp->cl_list); cn != NULL;
108 cn = uu_list_next(clp->cl_list, cn)) {
112 cn->cn_needpost = B_FALSE;
120 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
123 if (!ZFS_IS_VOLUME(cn->cn_handle)) {
131 if (zfs_unmount(cn->cn_handle, NULL,
134 cn
165 prop_changenode_t *cn; local
299 prop_changenode_t *cn; local
330 prop_changenode_t *cn; local
363 prop_changenode_t *cn; local
383 prop_changenode_t *cn; local
407 prop_changenode_t *cn; local
543 prop_changenode_t *cn; local
[all...]
H A Dlibzfs_config.c82 config_node_t *cn; local
85 while ((cn = uu_avl_teardown(hdl->libzfs_ns_avl,
87 nvlist_free(cn->cn_config);
88 free(cn->cn_name);
89 free(cn);
109 config_node_t *cn; local
175 while ((cn = uu_avl_teardown(hdl->libzfs_ns_avl, &cookie)) != NULL) {
176 nvlist_free(cn->cn_config);
177 free(cn->cn_name);
178 free(cn);
403 config_node_t *cn; local
448 config_node_t *cn; local
[all...]
/netbsd-current/sys/kern/
H A Dkern_crashme.c111 crashme_node *cn; local
119 for (cn = first_node; cn; last = cn, cn = cn->cn_next) {
120 if (strcmp(cn->cn_name, ncn->cn_name) == 0)
123 if (!cn) {
153 crashme_node *cn, *prev = NULL; local
156 for (cn
188 crashme_node *cn; local
[all...]
/netbsd-current/tests/rump/rumpvfs/
H A Dt_p2kifs.c57 struct componentname *cn; local
77 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
79 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
80 rump_pub_freecn(cn, RUMPCN_FREECRED);
83 cn = rump_pub_makecn(RUMP_NAMEI_LOOKUP, 0, pathstr, strlen(pathstr),
86 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
89 rump_pub_freecn(cn, RUMPCN_FREECRED);
/netbsd-current/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-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dtext_import.h25 const struct config_node *cn, struct dm_hash_table *pv_hash,
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dopenssh-lpk_sun.schema9 dn: cn=schema
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dndb.conf22 index cn
H A Dslapd-proxyauthz.conf43 limits dn="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" size=1
45 idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials="secret"
54 pcacheattrset 0 sn cn title uid
55 pcacheattrset 1 mail postaladdress telephonenumber cn uid
56 pcachetemplate (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@
61 pcachetemplate (cn=) 0 86400 86400 86400 180
63 pcachebind (cn=) 0 3600 sub ou=people,dc=example,dc=com
69 #indexdb#index cn,sn,uid,mail pres,eq,sub
/netbsd-current/sys/fs/msdosfs/
H A Dmsdosfs_fat.c190 u_long cn; local
209 cn = dep->de_StartCluster;
210 DPRINTF(("%s(start cluster=%lu)\n", __func__, cn));
217 if (cn == MSDOSFSROOT) {
233 DPRINTF(("%s(root, bn=%lu, cn=%u)\n", __func__,
257 msdosfs_fc_lookup(dep, findcn, &i, &cn);
258 DPRINTF(("%s(bpcluster=%lu i=%lu cn=%lu\n", __func__, pmp->pm_bpcluster,
259 i, cn));
275 if (cn >= (CLUST_RSRVD & pmp->pm_fatmask))
281 if (cn < CLUST_FIRS
355 u_long cn; local
409 u_long cn = pmp->pm_nxtfree; local
510 usemap_alloc(struct msdosfsmount *pmp, u_long cn) argument
518 usemap_free(struct msdosfsmount *pmp, u_long cn) argument
568 msdosfs_fatentry(int function, struct msdosfsmount *pmp, u_long cn, u_long *oldcontents, u_long newcontents) argument
814 u_long len, newst, foundl, cn, l; local
957 u_long cn, readcn; local
1025 u_long frcn = 0, cn, got; local
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8444/
H A Dits8444121 dn: cn=Roger Rabbit,ou=People,$BASEDN
123 cn: Roger Rabbit
126 dn: cn=Baby Herman,ou=People,$BASEDN
128 cn: Baby Herman
131 dn: cn=Jessica_Rabbit,ou=People,$BASEDN
133 cn: Jessica_Rabbit
136 dn: cn=Bugs_Bunny,ou=People,$BASEDN
138 cn: Bugs_Bunny
141 dn: cn=Daffy_Duck,ou=People,$BASEDN
143 cn
[all...]
/netbsd-current/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...]
/netbsd-current/sys/dev/
H A Dnullcons_subr.c110 nullcnprobe(struct consdev *cn) argument
113 cn->cn_pri = CN_NULL;
114 cn->cn_dev = NODEV;
122 nullcninit(struct consdev *cn) argument
155 nullcons_newdev(struct consdev *cn) argument
160 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
176 cn->cn_dev = nulltty->t_dev;
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
H A Dcommon.sh52 $LDAPSEARCH -D cn=config -H $URI1 -y $CONFIGPWF \
53 -s base -b 'cn=module{0},cn=config' 1.1 >$TESTOUT 2>&1
57 $LDAPMODIFY -v -D cn=config -H $URI1 -y $CONFIGPWF \
59 dn: cn=module{0},cn=config
66 $LDAPMODIFY -v -D cn=config -H $URI1 -y $CONFIGPWF \
68 dn: cn=module,cn=config
89 $LDAPMODIFY -v -D cn
[all...]

Completed in 249 milliseconds

1234567891011>>