Searched refs:do_close (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/ucblib/librpcsoc/ |
H A D | rtime.c | 73 static void do_close(); 104 do_close(s); 117 do_close(s); 123 do_close(s); 130 do_close(s); 134 do_close(s); 156 do_close(s) in do_close() function
|
/titanic_50/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 303 do_close(struct sftp_conn *conn, char *handle, u_int handle_len) in do_close() function 388 do_close(conn, handle, handle_len); in do_lsreaddir() 426 do_close(conn, handle, handle_len); in do_lsreaddir() 966 do_close(conn, handle, handle_len); in do_download() 971 do_close(conn, handle, handle_len); in do_download() 973 status = do_close(conn, handle, handle_len); in do_download() 1148 do_close(conn, handle, handle_len); in do_upload() 1169 do_close(conn, handle, handle_len); in do_upload() 1178 status = do_close(conn, handle, handle_len); in do_upload()
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | sftp-client.h | 47 int do_close(struct sftp_conn *, char *, u_int);
|
/titanic_50/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 135 do_close(const char *dirpath, const char *dictname, char *argv[], int argc) in do_close() function 378 do_close(dirpath, dictname, argv, argc); in testdict()
|
/titanic_50/usr/src/lib/auditd_plugins/remote/ |
H A D | transport.c | 1270 reset_transport(boolean_t do_close, boolean_t sync_on_return) in reset_transport() argument 1286 np_data.sock_num = (do_close ? NP_CLOSE : NP_EXIT); in reset_transport()
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 4542 boolean_t do_close; in stat_thread() local 4564 do_close = B_FALSE; in stat_thread() 4571 do_close = B_TRUE; in stat_thread() 4607 do_close = B_TRUE; in stat_thread() 4610 if (do_read || do_close) in stat_thread()
|