| /forgerock/opendj-b2.6/src/server/org/opends/server/core/ |
| H A D | DirectoryServer.java | 777 * restart after the existing server has been shut down. 2492 // to restart the server with the last valid config... 2519 // to restart the server with the last valid config... 8475 // Force a new InternalClientConnection to be created on restart. 8561 * Causes the Directory Server to perform an in-core restart. This will 8570 public static void restart(String className, Message reason) method in class:DirectoryServer 8572 restart(className, reason, directoryServer.environmentConfig); 8578 * Causes the Directory Server to perform an in-core restart. This will 8588 public static void restart(String className, Message reason, method in class:DirectoryServer 8599 System.err.println("ERROR: Unable to perform an in-core restart [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 64 private boolean restart; field in class:ShutdownTask 94 restart = false; 125 restart = (valueString.equals("true") || valueString.equals("yes") 138 if (restart) 178 // depending on whether we're doing a restart or a shutdown. 181 if (configuredAsService && !restart) 193 else if (restart)
|
| /forgerock/opendj2/src/server/org/opends/server/core/ |
| H A D | DirectoryServer.java | 787 * restart after the existing server has been shut down. 2292 // to restart the server with the last valid config... 2319 // to restart the server with the last valid config... 8076 // Force a new InternalClientConnection to be created on restart. 8162 * Causes the Directory Server to perform an in-core restart. This will 8171 public static void restart(String className, Message reason) method in class:DirectoryServer 8173 restart(className, reason, directoryServer.environmentConfig); 8179 * Causes the Directory Server to perform an in-core restart. This will 8189 public static void restart(String className, Message reason, method in class:DirectoryServer 8200 System.err.println("ERROR: Unable to perform an in-core restart [all...] |
| /forgerock/opendj2/src/server/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 63 private boolean restart; field in class:ShutdownTask 93 restart = false; 124 restart = (valueString.equals("true") || valueString.equals("yes") 137 if (restart) 177 // depending on whether we're doing a restart or a shutdown. 180 if (configuredAsService && !restart) 192 else if (restart)
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/core/ |
| H A D | DirectoryServer.java | 778 * restart after the existing server has been shut down. 2493 // to restart the server with the last valid config... 2520 // to restart the server with the last valid config... 8475 // Force a new InternalClientConnection to be created on restart. 8561 * Causes the Directory Server to perform an in-core restart. This will 8570 public static void restart(String className, Message reason) method in class:DirectoryServer 8572 restart(className, reason, directoryServer.environmentConfig); 8578 * Causes the Directory Server to perform an in-core restart. This will 8588 public static void restart(String className, Message reason, method in class:DirectoryServer 8599 System.err.println("ERROR: Unable to perform an in-core restart [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 64 private boolean restart; field in class:ShutdownTask 94 restart = false; 125 restart = (valueString.equals("true") || valueString.equals("yes") 138 if (restart) 178 // depending on whether we're doing a restart or a shutdown. 181 if (configuredAsService && !restart) 193 else if (restart)
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/core/ |
| H A D | DirectoryServer.java | 1037 * restart after the existing server has been shut down. 2750 // to restart the server with the last valid config... 2777 // to restart the server with the last valid config... 8703 // Force a new InternalClientConnection to be created on restart. 8789 * Causes the Directory Server to perform an in-core restart. This will 8798 public static void restart(String className, Message reason) method in class:DirectoryServer 8800 restart(className, reason, directoryServer.environmentConfig); 8806 * Causes the Directory Server to perform an in-core restart. This will 8816 public static void restart(String className, Message reason, method in class:DirectoryServer 8827 System.err.println("ERROR: Unable to perform an in-core restart [all...] |
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 64 private boolean restart; field in class:ShutdownTask 94 restart = false; 125 restart = (valueString.equals("true") || valueString.equals("yes") 138 if (restart) 178 // depending on whether we're doing a restart or a shutdown. 181 if (configuredAsService && !restart) 193 else if (restart)
|
| /forgerock/opendj2-hg/src/server/org/opends/server/core/ |
| H A D | DirectoryServer.java | 787 * restart after the existing server has been shut down. 2292 // to restart the server with the last valid config... 2319 // to restart the server with the last valid config... 8076 // Force a new InternalClientConnection to be created on restart. 8162 * Causes the Directory Server to perform an in-core restart. This will 8171 public static void restart(String className, Message reason) method in class:DirectoryServer 8173 restart(className, reason, directoryServer.environmentConfig); 8179 * Causes the Directory Server to perform an in-core restart. This will 8189 public static void restart(String className, Message reason, method in class:DirectoryServer 8200 System.err.println("ERROR: Unable to perform an in-core restart [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 63 private boolean restart; field in class:ShutdownTask 93 restart = false; 124 restart = (valueString.equals("true") || valueString.equals("yes") 137 if (restart) 177 // depending on whether we're doing a restart or a shutdown. 180 if (configuredAsService && !restart) 192 else if (restart)
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/ |
| H A D | DirectoryServer.java | 886 * restart after the existing server has been shut down. 6400 // Force a new InternalClientConnection to be created on restart. 6475 * Causes the Directory Server to perform an in-core restart. This will 6484 public static void restart(String className, LocalizableMessage reason) method in class:DirectoryServer 6486 restart(className, reason, directoryServer.environmentConfig); 6490 * Causes the Directory Server to perform an in-core restart. This will 6500 public static void restart(String className, LocalizableMessage reason, method in class:DirectoryServer 6511 System.err.println("ERROR: Unable to perform an in-core restart:");
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/ |
| H A D | ShutdownTask.java | 66 private boolean restart; field in class:ShutdownTask 94 restart = false; 118 restart = valueString.equals("true") || valueString.equals("yes") 131 if (restart) 171 // depending on whether we're doing a restart or a shutdown. 174 if (configuredAsService && !restart) 186 else if (restart)
|
| /forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/impl/ |
| H A D | UpdateService.java | 117 restart, enum constant in enum:UpdateService.Action 136 case restart:
|
| /forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/ |
| H A D | UpdateManagerImpl.java | 535 new UpdateThread().restart(); 537 logger.debug("Failed to restart!", e); 736 restart(); 738 logger.debug("Failed to restart!", e); 743 protected void restart() throws BundleException { method in class:UpdateManagerImpl.UpdateThread 750 // restart now
|
| /osnet-11/usr/src/grub/grub2/grub-core/fs/ |
| H A D | cpio.c | 403 grub_uint32_t mode, int *restart) 416 *restart = 0; 467 *restart = 1; 482 *restart = 1; 556 int restart; local 557 err = handle_symlink (data, name, &path, mode, &restart); 561 if (restart) 618 int restart; local 629 if (handle_symlink (data, fn, &name, mode, &restart)) 635 if (restart) 401 handle_symlink(struct grub_cpio_data *data, const char *fn, char **name, grub_uint32_t mode, int *restart) argument [all...] |
| /osnet-11/usr/src/grub/grub2/include/grub/arc/ |
| H A D | arc.h | 163 void (*restart) (void); member in struct:grub_arc_firmware_vector
|
| /osnet-11/usr/src/cmd/sendmail/db/mp/ |
| H A D | mp_region.c | 62 int nomore, restart, ret, wrote; local 116 restart = total = 0; 135 * the region lock, restart the buffer list walk. If we neither 142 mfp, bhp, &restart, &wrote)) != 0) 157 if (restart) 190 if (restart)
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| H A D | FTP.pm | 611 sub restart subroutine 613 @_ == 2 || croak 'usage: $ftp->restart( BYTE_OFFSET )'; 1400 =item restart ( WHERE )
|
| /osnet-11/usr/src/lib/libsqlite/tool/ |
| H A D | lemon.c | 1273 int end, restart, base; local 1297 end = restart = findbreak(&errmsg[base],0,availablewidth); 1298 restart += base; 1299 while( errmsg[restart]==' ' ) restart++; 1301 base = restart;
|
| /osnet-11/usr/src/lib/nsswitch/pynss/common/ |
| H A D | nssbase.py | 802 def restart(self): function 803 """Execute svcadm restart on this service.""" 809 ret = self.svc.restart()
|