Searched refs:get_handle (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stackdepot.cpp | 48 static StackDepotHandle get_handle(u32 id); 211 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle() 238 StackDepotHandle StackDepotNode::get_handle(u32 id) { in get_handle() function in __sanitizer::StackDepotNode
|
H A D | sanitizer_chained_origin_depot.cpp | 54 static Handle get_handle(u32 id); 119 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { in get_handle() function in __sanitizer::ChainedOriginDepotNode
|
/freebsd/crypto/openssh/ |
H A D | sftp-server.c | 503 get_handle(struct sshbuf *queue, int *hp) in get_handle() function 788 if ((r = get_handle(iqueue, &handle)) != 0) in process_close() 807 if ((r = get_handle(iqueue, &handle)) != 0 || in process_read() 861 if ((r = get_handle(iqueue, &handle)) != 0 || in process_write() 943 if ((r = get_handle(iqueue, &handle)) != 0) in process_fstat() 1040 if ((r = get_handle(iqueue, &handle)) != 0 || in process_fsetstat() 1136 if ((r = get_handle(iqueue, &handle)) != 0) in process_readdir() 1416 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fstatvfs() 1454 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fsync() 1618 if ((r = get_handle(iqueue, &read_handle)) != 0 || in process_extended_copy_data() [all …]
|
H A D | sftp-client.c | 123 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, 301 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() function 726 handle = get_handle(conn, id, &handle_len, in sftp_lsreaddir() 1158 old_handle = get_handle(conn, id, &old_handle_len, in sftp_copy() 1179 new_handle = get_handle(conn, id, &new_handle_len, in sftp_copy() 1574 if ((handle = get_handle(conn, id, &handle_len, in send_open()
|
/freebsd/sys/dev/syscon/ |
H A D | syscon_if.m | 131 METHOD int get_handle {
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 1871 get_handle(int fd) in get_handle() function 1889 HANDLE handle = get_handle(fd); in _ismintty() 1989 HANDLE hdl = get_handle(fd); in _nc_mingw_isconsole() 2023 HANDLE ofd = get_handle(fd); in _nc_mingw_tcsetattr()
|