Searched defs:disconnect (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDRM.java64 public void disconnect() throws Exception; method in interface:DRM
H A DLogDRM.java83 public void disconnect() throws Exception method in class:LogDRM
/illumos-gate/usr/src/cmd/tip/
H A Dacu.c61 disconnect(NOSTR);
131 disconnect(char *reason) function
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm_impl.h89 int (*disconnect)(struct link *); member in struct:link
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c109 static void startat(), stopat(), disconnect(), zero();
397 /* or else, have them go to graceful disconnect */
401 (void) signal (SIGHUP, disconnect);
406 (void) signal (SIGQUIT, disconnect);
411 (void) signal (SIGINT, disconnect);
413 (void) signal (SIGTERM, disconnect);
414 (void) signal (SIGALRM, disconnect);
486 disconnect (0); /* normal disconnect */
494 disconnect (cod function
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c273 boolean_t disconnect = B_FALSE; local
327 disconnect = B_TRUE;
338 disconnect = B_TRUE;
363 disconnect = B_TRUE;
379 disconnect = B_TRUE;
715 disconnect = B_TRUE;
765 if (disconnect) {
H A Dsmb_dispatch.c610 boolean_t disconnect = B_FALSE; local
645 disconnect = B_TRUE;
686 disconnect = B_TRUE;
697 disconnect = B_TRUE;
705 disconnect = B_TRUE;
735 disconnect = B_TRUE;
746 disconnect = B_TRUE;
811 disconnect = B_TRUE;
864 if (disconnect) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c514 int *disconnect)
555 * IDENT <pid> <locale> <disconnect flag>
569 *disconnect = atoi(&bufp[buflen]);
578 int *disconnect)
589 disconnect) == -1) {
725 int disconnect = 0; local
820 &disconnect)) != -1) {
846 event_message(clifd, clilocale, evt, disconnect);
862 evt == Z_EVT_ZONE_BOOTFAILED) && disconnect) {
513 get_client_ident(int clifd, pid_t *pid, char *locale, size_t locale_len, int *disconnect) argument
577 accept_client(int servfd, pid_t *pid, char *locale, size_t locale_len, int *disconnect) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c45 static int disconnect(struct cfga_confirm *confp);
114 } else if (!disconnect(confp)) {
352 * Cannot disconnect/connect individual devices without affecting
697 disconnect(struct cfga_confirm *confp) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1571 disconnect(0, NULL);
1574 disconnect(0, NULL);
1584 disconnect(int argc, char *argv[]) function
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c107 static int disconnect = 0; variable
283 getpid(), setlocale(LC_MESSAGES, NULL), disconnect);
1784 disconnect = 1;
1834 if (!console && disconnect != 0) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c2207 /* disconnect from terminal */
2208 disconnect(2, CurEnv);
2345 /* disconnect from our controlling tty */
2346 disconnect(2, &MainEnvelope);
3270 ** 2 -- also, disconnect from controlling terminal
3283 disconnect(droplev, e) function
3290 sm_dprintf("disconnect: In %d Out %d, e=%p\n",
3300 "disconnect level %d",
3322 "disconnect: sm_io_reopen(\"%s\") failed: %s",
3350 "disconnect
[all...]

Completed in 101 milliseconds