Searched refs:get_handle (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 854 kidmap_get_extend(idmap_get_handle_t *get_handle) in kidmap_get_extend() argument 858 int new_size = get_handle->mapping_size + INIT_MAPPING_SIZE; in kidmap_get_extend() 862 (void) memcpy(mapping, get_handle->mapping, in kidmap_get_extend() 863 (sizeof (idmap_mapping)) * get_handle->mapping_size); in kidmap_get_extend() 867 (void) memcpy(result, get_handle->result, in kidmap_get_extend() 868 (sizeof (idmap_get_res)) * get_handle->mapping_size); in kidmap_get_extend() 870 kmem_free(get_handle->mapping, in kidmap_get_extend() 871 (sizeof (idmap_mapping)) * get_handle->mapping_size); in kidmap_get_extend() 872 get_handle->mapping = mapping; in kidmap_get_extend() 874 kmem_free(get_handle->result, in kidmap_get_extend() [all …]
|
/titanic_41/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | kidmap.h | 120 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle, 125 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle, 130 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle, 135 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid, 139 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid, 148 kidmap_get_mappings(idmap_get_handle_t *get_handle); 154 kidmap_get_destroy(idmap_get_handle_t *get_handle);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kidmap.h | 107 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle, 112 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle, 117 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle, 122 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid, 126 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid, 135 kidmap_get_mappings(idmap_get_handle_t *get_handle); 141 kidmap_get_destroy(idmap_get_handle_t *get_handle);
|
/titanic_41/usr/src/cmd/ssh/sftp-server/ |
H A D | sftp-server.c | 352 get_handle(void) in get_handle() function 538 handle = get_handle(); in process_close() 555 handle = get_handle(); in process_read() 597 handle = get_handle(); in process_write() 673 handle = get_handle(); in process_fstat() 759 handle = get_handle(); in process_fsetstat() 855 handle = get_handle(); in process_readdir()
|
/titanic_41/usr/src/lib/libsmedia/library/common/ |
H A D | l_generic.c | 45 extern smedia_handle_t get_handle(int fd);
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 177 get_handle(int fd, u_int expected_id, u_int *len) in get_handle() function 345 handle = get_handle(conn->fd_in, id, &handle_len); in do_lsreaddir() 820 handle = get_handle(conn->fd_in, id, &handle_len); in do_download() 1062 handle = get_handle(conn->fd_in, id, &handle_len); in do_upload()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_isr.c | 2061 uint32_t get_handle = 10; in ql_verify_preprocessed_cmd() local 2063 while (get_handle) { in ql_verify_preprocessed_cmd() 2074 resp_identifier, get_handle, index); in ql_verify_preprocessed_cmd() 2077 get_handle -= 1; in ql_verify_preprocessed_cmd() 2079 if (get_handle == 1) { in ql_verify_preprocessed_cmd()
|