/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_ondisk.c | 421 hammer_get_volume(hammer_mount_t hmp, int32_t vol_no, int *errorp) in hammer_get_volume() 472 hammer_get_root_volume(hammer_mount_t hmp, int *errorp) in hammer_get_root_volume() 599 int bytes, int isnew, int *errorp) in hammer_get_buffer() 1117 int isnew, int *errorp, hammer_buffer_t *bufferp) in _hammer_bread() 1147 int *errorp, hammer_buffer_t *bufferp) in hammer_bread() 1154 int *errorp, hammer_buffer_t *bufferp) in hammer_bread_ext() 1172 int *errorp, hammer_buffer_t *bufferp) in hammer_bnew() 1179 int *errorp, hammer_buffer_t *bufferp) in hammer_bnew_ext() 1208 int isnew, int *errorp) in hammer_get_node() 1347 int *errorp) in hammer_ref_node_safe() [all …]
|
H A D | hammer_blockmap.c | 71 hammer_off_t hint, int *errorp) in hammer_blockmap_alloc() 408 hammer_off_t *zone_offp, int *errorp) in hammer_blockmap_reserve() 1144 int *curp, int *errorp) in hammer_blockmap_getfree() 1233 int *errorp) in hammer_blockmap_lookup_verify()
|
H A D | hammer_recover.c | 777 int *errorp, hammer_buffer_t *bufferp) in hammer_recover_scan_rev() 830 int *errorp, hammer_buffer_t *bufferp) in hammer_recover_scan_fwd()
|
H A D | hammer_inode.c | 422 int flags, int *errorp) in hammer_get_inode() 610 int flags, int *errorp) in hammer_get_dummy_inode() 974 uint32_t localization, int *errorp) in hammer_load_pseudofs()
|
H A D | hammer_undo.c | 58 hammer_undo_lookup(hammer_mount_t hmp, hammer_off_t zone3_off, int *errorp) in hammer_undo_lookup()
|
H A D | hammer_btree.c | 2466 int *parent_indexp, int *errorp, int try_exclusive) in hammer_btree_get_parent()
|
H A D | hammer_object.c | 953 int *errorp) in hammer_ip_add_bulk()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_strategy.c | 707 hammer2_tid_t mtid, char **datap, int *errorp) in hammer2_assign_physical() 817 hammer2_tid_t mtid, int *errorp) in hammer2_write_file_core() 901 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write() 1186 hammer2_tid_t mtid, int *errorp, in hammer2_zero_check_and_write() 1258 hammer2_key_t lbase, hammer2_tid_t mtid, int *errorp) in zero_write() 1307 hammer2_tid_t mtid, int *errorp, int check_algo) in hammer2_write_bp()
|
H A D | hammer2_inode.c | 677 hammer2_igetv(hammer2_inode_t *ip, int *errorp) in hammer2_igetv() 998 int *errorp) in hammer2_inode_create_pfs() 1131 hammer2_key_t inum, int *errorp) in hammer2_inode_create_normal()
|
H A D | hammer2_chain.c | 2395 int *errorp, int flags) in hammer2_chain_lookup() 2735 int *errorp, int flags) in hammer2_chain_next() 3704 hammer2_tid_t mtid, int for_type, int *errorp) in hammer2_chain_create_indirect()
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_strategy.c | 681 hammer2_tid_t mtid, char **datap, int *errorp) in hammer2_assign_physical() 791 hammer2_tid_t mtid, int *errorp) in hammer2_write_file_core() 875 hammer2_tid_t mtid, int *errorp, int comp_algo, int check_algo) in hammer2_compress_and_write() 1162 hammer2_tid_t mtid, int *errorp, in hammer2_zero_check_and_write() 1234 hammer2_key_t lbase, hammer2_tid_t mtid, int *errorp) in zero_write() 1283 hammer2_tid_t mtid, int *errorp, int check_algo) in hammer2_write_bp()
|
H A D | hammer2_inode.c | 670 hammer2_igetv(hammer2_inode_t *ip, int *errorp) in hammer2_igetv() 991 int *errorp) in hammer2_inode_create_pfs() 1124 hammer2_key_t inum, int *errorp) in hammer2_inode_create_normal()
|
H A D | hammer2_chain.c | 2389 int *errorp, int flags) in hammer2_chain_lookup() 2729 int *errorp, int flags) in hammer2_chain_next() 3698 hammer2_tid_t mtid, int for_type, int *errorp) in hammer2_chain_create_indirect()
|
/dflybsd-src/sbin/hammer/ |
H A D | blockmap.c | 210 blockmap_lookup(hammer_off_t zone_offset, int *errorp) in blockmap_lookup() 219 int *errorp) in blockmap_lookup_save()
|
H A D | cmd_mirror.c | 1408 read_mrecord(int fdin, int *errorp, struct hammer_ioc_mrecord_head *pickup) in read_mrecord()
|
/dflybsd-src/usr.bin/undo/ |
H A D | undo.c | 553 __collect_history(int fd, int *errorp, struct undo_hist_entry_rb_tree *tse_tree) in __collect_history() 611 collect_history(const char *filename, int *errorp, in collect_history() 627 collect_dir_history(const char *filename, int *errorp, in collect_dir_history()
|
/dflybsd-src/sys/vfs/nfs/ |
H A D | nfsm_subs.c | 655 nfsm_srvstrsiz(nfsm_info_t info, int maxlen, int *errorp) in nfsm_srvstrsiz() 680 nfsm_srvnamesiz(nfsm_info_t info, int *errorp) in nfsm_srvnamesiz() 784 thread_t td, struct ucred *cred, int *errorp) in nfsm_request() 878 int siz, int *errorp) in nfsm_reply() 935 fhandle_t *fhp, int *errorp) in nfsm_srvmtofh()
|
/dflybsd-src/usr.bin/truss/ |
H A D | x86_64-fbsd.c | 255 int errorp; in x86_64_syscall_exit() local
|
H A D | syscalls.c | 366 …(struct trussinfo *trussinfo, const char *name, int nargs, char **s_args, int errorp, int retval) { in print_syscall_ret()
|
/dflybsd-src/sys/vm/ |
H A D | vm_fault.c | 991 int *errorp, int *busyp) in vm_fault_page_quick() 1026 int fault_flags, int *errorp, int *busyp) in vm_fault_page() 1392 int *sharedp, int *errorp) in vm_fault_object_page()
|
H A D | vm_page.h | 564 #define vm_page_lookup_busy_try(object, pindex, alsob, errorp) \ argument
|
/dflybsd-src/sys/vfs/fifofs/ |
H A D | fifo_vnops.c | 188 fifo_fip_create(int *errorp) in fifo_fip_create()
|
/dflybsd-src/sys/netinet6/ |
H A D | in6_src.c | 122 struct in6_addr *laddr, int *errorp, struct thread *td) in in6_selectsrc()
|
H A D | in6.c | 1674 in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp) in in6_joingroup() 1707 in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp) in in6_addmulti()
|
/dflybsd-src/sys/opencrypto/ |
H A D | cryptodev.c | 747 csefind(struct fcrypt *fcr, u_int ses, int *errorp) in csefind()
|