Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dclient.h209 uint8_t max_count,
Dblock_tree.c221 unsigned int max_count = tree->key_count[is_leaf]; in block_tree_node_shift() local
232 assert(max_count); in block_tree_node_shift()
233 assert(dest_index <= max_count + !is_leaf + 1); in block_tree_node_shift()
242 base = node_rw->data + tree->key_size * max_count; in block_tree_node_shift()
246 max_count++; in block_tree_node_shift()
260 if (src_index == max_count) { in block_tree_node_shift()
263 src = base + max_count * entry_size - size; in block_tree_node_shift()
270 __func__, src, max_count - (dest_index - src_index), in block_tree_node_shift()
271 max_count, dest, size, is_zero(src, size)); in block_tree_node_shift()
274 __func__, max_count - (dest_index - src_index), in block_tree_node_shift()
[all …]
Dclient.c869 uint8_t max_count; member
880 if (miter->max_count && miter->count >= miter->max_count) { in storage_file_list_buf_full()
930 uint8_t max_count, in storage_file_list() argument
947 .max_count = max_count, in storage_file_list()
Daidl_service.cpp213 Status readNextFilenames(int32_t max_count, in readNextFilenames() argument
217 if (max_count < 0) { in readNextFilenames()
221 size_t max_names = (max_count == 0) in readNextFilenames()
224 static_cast<size_t>(max_count)); in readNextFilenames()
Dclient_tipc.c271 &tipc_session->session, req->max_count, in storage_tipc_file_list()
/trusty/user/base/interface/storage/include/interface/storage/
Dstorage.h368 uint8_t max_count; member
/trusty/user/app/keymaster/
Dkeymaster_attributes.proto61 repeated AttestationCert certs = 2 [(nanopb).max_count=3];