Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/idmap/
H A Didmap_kapi.c854 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 Dkidmap.h120 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 Dkidmap.h107 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 Dsftp-server.c352 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 Dl_generic.c45 extern smedia_handle_t get_handle(int fd);
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c177 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 Dql_isr.c2061 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()