Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c855 kidmap_get_extend(idmap_get_handle_t *get_handle) in kidmap_get_extend() argument
859 int new_size = get_handle->mapping_size + INIT_MAPPING_SIZE; in kidmap_get_extend()
863 (void) memcpy(mapping, get_handle->mapping, in kidmap_get_extend()
864 (sizeof (idmap_mapping)) * get_handle->mapping_size); in kidmap_get_extend()
868 (void) memcpy(result, get_handle->result, in kidmap_get_extend()
869 (sizeof (idmap_get_res)) * get_handle->mapping_size); in kidmap_get_extend()
871 kmem_free(get_handle->mapping, in kidmap_get_extend()
872 (sizeof (idmap_mapping)) * get_handle->mapping_size); in kidmap_get_extend()
873 get_handle->mapping = mapping; in kidmap_get_extend()
875 kmem_free(get_handle->result, in kidmap_get_extend()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h105 kidmap_batch_getuidbysid(idmap_get_handle_t *get_handle,
110 kidmap_batch_getgidbysid(idmap_get_handle_t *get_handle,
115 kidmap_batch_getpidbysid(idmap_get_handle_t *get_handle,
120 kidmap_batch_getsidbyuid(idmap_get_handle_t *get_handle, uid_t uid,
124 kidmap_batch_getsidbygid(idmap_get_handle_t *get_handle, gid_t gid,
133 kidmap_get_mappings(idmap_get_handle_t *get_handle);
139 kidmap_get_destroy(idmap_get_handle_t *get_handle);
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/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);
/illumos-gate/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);
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_generic.c43 extern smedia_handle_t get_handle(int fd);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c2185 uint32_t get_handle = 10; in ql_verify_preprocessed_cmd() local
2187 while (get_handle) { in ql_verify_preprocessed_cmd()
2199 *resp_identifier, get_handle, index); in ql_verify_preprocessed_cmd()
2202 get_handle -= 1; in ql_verify_preprocessed_cmd()
2204 if (get_handle == 1 && rsp_q->rsp_ring.dma_handle) { in ql_verify_preprocessed_cmd()