Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 46) sorted by relevance

12

/dragonfly/sys/vfs/hammer/
H A Dhammer_cursor.c226 hammer_done_cursor(hammer_cursor_t cursor) in hammer_done_cursor()
528 hammer_cursor_up(hammer_cursor_t cursor) in hammer_cursor_up()
615 hammer_cursor_down(hammer_cursor_t cursor) in hammer_cursor_down()
741 hammer_lock_cursor(hammer_cursor_t cursor) in hammer_lock_cursor()
916 hammer_cursor_t cursor; in hammer_cursor_replaced_node() local
951 hammer_cursor_t cursor; in hammer_cursor_removed_node() local
979 hammer_cursor_t cursor; in hammer_cursor_split_node() local
1018 hammer_cursor_t cursor; in hammer_cursor_moved_element() local
1092 hammer_cursor_t cursor; in hammer_cursor_parent_changed() local
1115 hammer_cursor_t cursor; in hammer_cursor_deleted_element() local
[all …]
H A Dhammer_object.c184 hammer_cursor_t cursor = data; in hammer_rec_scan_cmp() local
203 hammer_cursor_t cursor = data; in hammer_rec_find_cmp() local
540 hammer_cursor_t cursor = data; in hammer_rec_scan_callback() local
599 hammer_mem_lookup(hammer_cursor_t cursor) in hammer_mem_lookup()
621 hammer_mem_first(hammer_cursor_t cursor) in hammer_mem_first()
663 struct hammer_cursor cursor; in hammer_ip_add_direntry() local
1399 hammer_ip_lookup(hammer_cursor_t cursor) in hammer_ip_lookup()
1477 _hammer_ip_reseek(hammer_cursor_t cursor) in _hammer_ip_reseek()
1538 hammer_ip_first(hammer_cursor_t cursor) in hammer_ip_first()
1587 hammer_ip_next(hammer_cursor_t cursor) in hammer_ip_next()
[all …]
H A Dhammer_btree.c124 hammer_btree_iterate(hammer_cursor_t cursor) in hammer_btree_iterate()
354 hammer_cursor_mirror_filter(hammer_cursor_t cursor) in hammer_cursor_mirror_filter()
396 hammer_btree_iterate_reverse(hammer_cursor_t cursor) in hammer_btree_iterate_reverse()
584 hammer_btree_lookup(hammer_cursor_t cursor) in hammer_btree_lookup()
632 hammer_btree_first(hammer_cursor_t cursor) in hammer_btree_first()
656 hammer_btree_last(hammer_cursor_t cursor) in hammer_btree_last()
980 btree_search(hammer_cursor_t cursor, int flags) in btree_search()
1437 btree_split_internal(hammer_cursor_t cursor) in btree_split_internal()
1679 btree_split_leaf(hammer_cursor_t cursor) in btree_split_leaf()
2165 btree_remove(hammer_cursor_t cursor, int *ndelete) in btree_remove()
[all …]
H A Dhammer_mirror.c77 struct hammer_cursor cursor; in hammer_ioc_mirror_read() local
334 struct hammer_cursor cursor; in hammer_ioc_mirror_write() local
511 hammer_ioc_mirror_write_skip(hammer_cursor_t cursor, in hammer_ioc_mirror_write_skip()
567 hammer_ioc_mirror_write_rec(hammer_cursor_t cursor, in hammer_ioc_mirror_write_rec()
655 hammer_ioc_mirror_write_pass(hammer_cursor_t cursor, in hammer_ioc_mirror_write_pass()
728 hammer_mirror_delete_to(hammer_cursor_t cursor, in hammer_mirror_delete_to()
777 hammer_mirror_check(hammer_cursor_t cursor, struct hammer_ioc_mrecord_rec *mrec) in hammer_mirror_check()
814 hammer_mirror_update(hammer_cursor_t cursor, in hammer_mirror_update()
H A Dhammer_ioctl.c287 struct hammer_cursor cursor; in hammer_ioc_gethistory() local
611 struct hammer_cursor cursor; in hammer_ioc_set_version() local
716 struct hammer_cursor cursor; in hammer_ioc_add_snapshot() local
793 struct hammer_cursor cursor; in hammer_ioc_del_snapshot() local
864 struct hammer_cursor cursor; in hammer_ioc_get_snapshot() local
956 struct hammer_cursor cursor; in hammer_ioc_get_config() local
1000 struct hammer_cursor cursor; in hammer_ioc_set_config() local
1063 struct hammer_cursor cursor; in hammer_ioc_get_data() local
H A Dhammer_reblock.c62 struct hammer_cursor cursor; in hammer_ioc_reblock() local
260 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_helper()
455 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_data()
523 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_leaf_node()
577 hammer_cursor_t cursor, hammer_btree_elm_t elm) in hammer_reblock_int_node()
636 hammer_move_node(hammer_cursor_t cursor, hammer_btree_elm_t elm, in hammer_move_node()
H A Dhammer_prune.c56 struct hammer_cursor cursor; in hammer_ioc_prune() local
321 prune_check_nlinks(hammer_cursor_t cursor, hammer_btree_leaf_elm_t elm) in prune_check_nlinks()
H A Dhammer_pfs.c328 struct hammer_cursor cursor; in hammer_ioc_scan_pseudofs() local
414 struct hammer_cursor cursor; in hammer_pfs_rollback() local
508 hammer_pfs_delete_at_cursor(hammer_cursor_t cursor, hammer_tid_t trunc_tid) in hammer_pfs_delete_at_cursor()
H A Dhammer_inode.c426 struct hammer_cursor cursor; in hammer_get_inode() local
979 struct hammer_cursor cursor; in hammer_load_pseudofs() local
1057 struct hammer_cursor cursor; in hammer_save_pseudofs() local
1233 hammer_update_inode(hammer_cursor_t cursor, hammer_inode_t ip) in hammer_update_inode()
1411 hammer_update_itimes(hammer_cursor_t cursor, hammer_inode_t ip) in hammer_update_itimes()
2710 hammer_cursor_t cursor = data; in hammer_sync_record_callback() local
2906 struct hammer_cursor cursor; in hammer_sync_inode() local
H A Dhammer_rebalance.c57 struct hammer_cursor cursor; in hammer_ioc_rebalance() local
267 rebalance_node(struct hammer_ioc_rebalance *rebal, hammer_cursor_t cursor, in rebalance_node()
H A Dhammer_vnops.c1120 struct hammer_cursor cursor; in hammer_vop_nresolve() local
1630 struct hammer_cursor cursor; in hammer_vop_readdir() local
1785 struct hammer_cursor cursor; in hammer_vop_readlink() local
1933 struct hammer_cursor cursor; in hammer_vop_nrename() local
2644 struct hammer_cursor cursor; in hammer_vop_strategy_read() local
2962 struct hammer_cursor cursor; in hammer_vop_bmap() local
3291 struct hammer_cursor cursor; in hammer_dounlink() local
H A Dhammer_cursor.h169 #define hammer_cursor_inmem(cursor) \ argument
171 #define hammer_cursor_ondisk(cursor) \ argument
/dragonfly/contrib/diffutils/lib/
H A Dhash.c183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length() local
211 struct hash_entry const *cursor = bucket; in hash_table_ok() local
264 struct hash_entry const *cursor; in hash_lookup() local
310 struct hash_entry const *cursor; in hash_get_next() local
341 struct hash_entry const *cursor; in hash_get_entries() local
373 struct hash_entry const *cursor; in hash_do_for_each() local
661 struct hash_entry *cursor; in hash_clear() local
699 struct hash_entry *cursor; in hash_free() local
794 struct hash_entry *cursor; in hash_find_entry() local
863 struct hash_entry *cursor; in transfer_entries() local
[all …]
/dragonfly/contrib/grep/lib/
H A Dhash.c183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length() local
211 struct hash_entry const *cursor = bucket; in hash_table_ok() local
264 struct hash_entry const *cursor; in hash_lookup() local
310 struct hash_entry const *cursor; in hash_get_next() local
341 struct hash_entry const *cursor; in hash_get_entries() local
373 struct hash_entry const *cursor; in hash_do_for_each() local
661 struct hash_entry *cursor; in hash_clear() local
699 struct hash_entry *cursor; in hash_free() local
794 struct hash_entry *cursor; in hash_find_entry() local
863 struct hash_entry *cursor; in transfer_entries() local
[all …]
/dragonfly/contrib/libpcap/
H A Dsf-pcapng.c280 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) in read_block()
389 get_from_block_data(struct block_cursor *cursor, size_t chunk_size, in get_from_block_data()
415 get_opthdr_from_block_data(pcap_t *p, struct block_cursor *cursor, char *errbuf) in get_opthdr_from_block_data()
439 get_optvalue_from_block_data(struct block_cursor *cursor, in get_optvalue_from_block_data()
461 process_idb_options(pcap_t *p, struct block_cursor *cursor, uint64_t *tsresol, in process_idb_options()
593 struct block_cursor *cursor, char *errbuf) in add_interface()
782 struct block_cursor cursor; in pcap_ng_check_header() local
1104 struct block_cursor cursor; in pcap_ng_next_packet() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dlto-compress.c169 unsigned char *cursor = (unsigned char *) stream->buffer; in lto_end_compression() local
255 unsigned char *cursor = (unsigned char *) stream->buffer; in lto_end_uncompression() local
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlto-compress.c171 unsigned char *cursor = (unsigned char *) stream->buffer; in lto_end_compression() local
260 unsigned char *cursor = (unsigned char *) stream->buffer; in lto_end_uncompression() local
/dragonfly/contrib/libedit/src/
H A Dhistedit.h64 const char *cursor; member
271 const wchar_t *cursor; member
H A Dchared.h60 int cursor; /* position of saved cursor */ member
/dragonfly/usr.sbin/installer/libaura/
H A Ddict.h55 struct aura_bucket *cursor; member
/dragonfly/games/larn/
H A Dio.c624 cursor(int x, int y) in cursor() function
643 cursor(int x, int y) in cursor() function
/dragonfly/contrib/lvm2/dist/libdm/regex/
H A Dparse_rx.c25 const char *cursor; /* where we are in the regex */ member
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c199 int cursor = SP_PARM->_cursor; in NCURSES_SP_NAME() local
/dragonfly/contrib/binutils-2.34/ld/
H A Dldwrite.c436 asection *cursor = original_sec; in split_sections() local
/dragonfly/contrib/binutils-2.27/ld/
H A Dldwrite.c468 asection *cursor = original_sec; in split_sections() local

12