Searched defs:exist (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java176 * of this domain. If the domain does not exist, returns the default hard-coded\
200 * does not exist, take the 'empty backend' generationID.
664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument
671 while ((count> 0) && (found != exist))
1029 * @throws Exception if the entry does not exist or does not have
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java174 * of this domain. If the domain does not exist, returns the default hard-coded\
200 * does not exist, take the 'empty backend' generationID.
563 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument
570 while ((count> 0) && (found != exist))
829 * @throws Exception if the entry does not exist or does not have
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java176 * of this domain. If the domain does not exist, returns the default hard-coded\
200 * does not exist, take the 'empty backend' generationID.
664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument
671 while ((count> 0) && (found != exist))
1029 * @throws Exception if the entry does not exist or does not have
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java174 * of this domain. If the domain does not exist, returns the default hard-coded\
200 * does not exist, take the 'empty backend' generationID.
563 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument
570 while ((count> 0) && (found != exist))
829 * @throws Exception if the entry does not exist or does not have
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DReplicationTestCase.java176 * of this domain. If the domain does not exist, returns the default hard-coded\
200 * does not exist, take the 'empty backend' generationID.
664 protected Entry getEntry(DN dn, int timeout, boolean exist) throws Exception argument
671 while ((count> 0) && (found != exist))
1029 * @throws Exception if the entry does not exist or does not have
/forgerock/web-agents-v4/source/
H A Dlog.c933 int i, exist = AM_NOT_FOUND; local
952 exist = AM_SUCCESS;
956 if (exist == AM_NOT_FOUND) {
973 exist = AM_DONE;
1004 if (exist == AM_DONE) {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DReplicationTestCase.java176 * of this domain. If the domain does not exist, returns the default hard-coded\
202 * does not exist, take the 'empty backend' generationID.
555 protected Entry getEntry(final DN dn, int timeoutInMillis, final boolean exist) throws Exception argument
566 assertEquals(DirectoryServer.entryExists(dn), exist);
787 * @throws Exception if the entry does not exist or does not have
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c274 boolean_t exist, need_quotes; local
335 exist = B_FALSE;
340 if (operation == PZE_ADD && !exist) {
348 * that doesn't exist, but we can't modify a missing
351 if (operation == PZE_MODIFY && !exist) {
456 exist = B_TRUE;
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c54 int exist; local
133 exist = 0;
139 exist++;
150 if (!exist) {
/illumos-gate/usr/src/cmd/powertop/common/
H A Dbattery.c48 uint32_t exist; member in struct:battery_state
107 pt_display_acpi_power(battery_state.exist, battery_state.present_rate,
170 battery_state.exist = 1;
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c183 boolean_t exist = B_FALSE; local
186 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist);
188 if (exist)
908 * Validate that the specified list of modules exist.
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c2019 uchar_t *inq_dtype, int err, int exist)
2050 if (exist == PROP_EXIST) {
4682 * exist so it may be a driver
4692 * did exist.
2018 update_map_dev_FCP_prop(impl_map_dev_prop_t **prop_list, uchar_t *inq_dtype, int err, int exist) argument
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c201 boolean_t exist = B_FALSE; local
204 mod_hash_walk(softmac_hash, softmac_exist, &exist);
206 return (exist);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c224 int exist, local
241 exist = (stat(path, &stbuf) == 0);
246 if (!exist)
256 if (exist && !S_ISDIR(stbuf.st_mode)) {
261 exist = 0;
264 if (!exist)
269 if (exist && !S_ISREG(stbuf.st_mode)) {
274 exist = 0;
277 if (!exist)
285 if (exist
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c611 ENTRY *exist = NULL; local
618 if ((exist = hsearch(entry, ENTER)) != NULL) {
620 exist->data = (void *)attrs;
729 * do not yet exist on the system and hence are unknown
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c983 boolean_t exist = B_FALSE; local
1007 exist = B_TRUE;
1030 if (!exist)
1039 if (!exist && ret != 0)

Completed in 570 milliseconds