HomeSort by: relevance | last modified time | path
    Searched refs:cn (Results 1 - 25 of 310) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/flex/dist/tests/
options.cn 5 echo %% | $1 -cn -o /dev/null
  /src/external/bsd/openldap/dist/tests/scripts/
monitor_data.sh 28 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=Monito
    [all...]
test089-nestgroup 63 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
64 dn: cn=module,cn=config
66 cn: module
86 $LDAPADD -H $URI1 -D 'cn=config' -w `cat $CONFIGPWF` \
88 dn: olcDatabase={1}$BACKEND,cn=config
93 olcRootDN: cn=Manager,$BASEDN
98 ${indexInclude}olcDbIndex: cn pres,eq,sub
104 dn: olcOverlay={0}nestgroup,olcDatabase={1}$BACKEND,cn=config
122 -D "cn=Manager,$BASEDN" -w secret
    [all...]
test052-memberof 60 $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 MAY memberA
    [all...]
test086-delta-consumer-config 100 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
101 dn: cn=module,cn=config
103 cn: module
115 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
116 dn: cn=module,cn=config
118 cn: module
129 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
130 dn: cn=module,cn=confi
    [all...]
test083-argon2 24 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=module,cn=confi
    [all...]
test059-consumer-config 96 $LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
97 dn: cn=module,cn=config
99 cn: module
111 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
112 dn: olcOverlay=syncprov,olcDatabase={0}config,cn=config
125 # Consumers will not replicate the provider's actual cn=config.
128 # will also be a consumer for the real cn=schema,cn=config tree.
132 $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
slapd.ldif 5 dn: cn=config
7 cn: config
29 dn: cn=module,cn=config
31 cn: module
37 dn: cn=schema,cn=config
39 cn: schema
45 dn: olcDatabase=frontend,cn=config
59 #olcAccess: to dn.base="cn=Subschema" by * rea
    [all...]
  /src/external/lgpl3/mpfr/dist/src/
cmpabs.c 32 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])
cmp2.c 46 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 = -1
    [all...]
cmp.c 35 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])
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c 100 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->cn_needpost = B_FALSE
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...]
libzfs_config.c 82 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...]
  /src/sys/kern/
kern_crashme.c 113 crashme_node *cn; local
121 for (cn = first_node; cn; last = cn, cn = cn->cn_next) {
122 if (strcmp(cn->cn_name, ncn->cn_name) == 0)
125 if (!cn) {
155 crashme_node *cn, *prev = NULL; local
158 for (cn = first_node; cn; prev = cn, cn = cn->cn_next)
190 crashme_node *cn; local
    [all...]
  /src/tests/rump/rumpvfs/
t_p2kifs.c 57 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);
  /src/external/gpl2/lvm2/dist/include/
text_import.h 25 const struct config_node *cn, struct dm_hash_table *pv_hash,
config.h 76 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...]
  /src/external/gpl2/lvm2/dist/lib/format_text/
text_import.h 25 const struct config_node *cn, struct dm_hash_table *pv_hash,
  /src/crypto/external/bsd/openssh/dist/
openssh-lpk_sun.schema 9 dn: cn=schema
  /src/sys/fs/msdosfs/
msdosfs_fat.c 190 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_FIRST || cn > pmp->pm_maxcluster)
355 u_long cn; local
409 u_long cn = pmp->pm_nxtfree; local
814 u_long len, newst, foundl, cn, l; local
957 u_long cn, readcn; local
1025 u_long frcn = 0, cn, got; local
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its8444/
its8444 121 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: Daffy_Duc
    [all...]
  /src/external/bsd/openldap/dist/tests/data/
slapd-proxyauthz.conf 43 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
  /src/external/gpl2/lvm2/dist/lib/config/
config.h 76 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...]
  /src/sys/dev/
nullcons_subr.c 110 nullcnprobe(struct consdev *cn)
113 cn->cn_pri = CN_NULL;
114 cn->cn_dev = NODEV;
122 nullcninit(struct consdev *cn)
155 nullcons_newdev(struct consdev *cn)
160 if ((cn == NULL) || (cn->cn_pri != CN_NULL) || (cn->cn_dev != NODEV))
176 cn->cn_dev = nulltty->t_dev;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
common.sh 52 $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=config -H $URI1 -y $CONFIGPWF
    [all...]

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 91011>>