| /src/usr.bin/tip/ |
| acu.c | 94 disconnect(NULL); 160 disconnect(const char *reason) function
|
| tip.h | 70 extern char *DI; /* disconnect string */ 215 #define DISCONNECT 23 271 void disconnect(const char *);
|
| cmds.c | 647 disconnect(msg); 661 dismsg = value(DISCONNECT);
|
| /src/usr.bin/ftp/ |
| extern.h | 119 void disconnect(int, char **);
|
| cmdtab.c | 202 { "close", H(disconhelp), 0, 1, 1, CMPL0 disconnect }, 208 { "disconnect", H(disconhelp), 0, 1, 1, CMPL0 disconnect },
|
| cmds.c | 1771 disconnect(0, NULL); 1774 disconnect(0, NULL); 1795 disconnect(int argc, char *argv[]) function
|
| fetch.c | 2082 disconnect(0, NULL); 2394 disconnect(0, NULL); 2421 disconnect(0, NULL);
|
| /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/ |
| connection.h | 199 // Callback to inform of a disconnect 227 // Routine to disconnect from a service 299 // Callback to notify that peer has requested disconnect 300 VCHI_CONNECTION_DISCONNECT disconnect; member in struct:opaque_vchi_connection_api_t
|
| /src/sys/dev/usb/ |
| uhub.c | 80 SDT_PROBE_DEFINE3(usb, hub, explore, disconnect, 702 * the disconnect. 712 SDT_PROBE3(usb, hub, explore, disconnect, 722 SDT_PROBE3(usb, hub, explore, disconnect,
|
| /src/sys/dev/ic/ |
| osiop.c | 752 printf("%s: Inhibiting disconnect: 0x%02x\n", 887 int disconnect, i; local 922 disconnect = (xs->xs_control & XS_CTL_REQSENSE) == 0 && 925 ds->msgout[0] = MSG_IDENTIFY(lun, disconnect); 1334 /* Disconnect */ 1336 printf("%s: Disconnect with no active command?\n", 1361 * by the phase change interrupt. If the disconnect 1396 * If data transfer was interrupted by disconnect, curaddr
|