Home
last modified time | relevance | path

Searched defs:osp (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_znode.c46 zfs_sa_setup(objset_t *osp, sa_attr_type_t **sa_table) in zfs_sa_setup()
60 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, in zfs_grab_sa_handle()
99 zfs_obj_to_pobj(objset_t *osp, sa_handle_t *hdl, sa_attr_type_t *sa_table, in zfs_obj_to_pobj()
174 zfs_obj_to_path_impl(objset_t *osp, uint64_t obj, sa_handle_t *hdl, in zfs_obj_to_path_impl()
262 zfs_obj_to_path(objset_t *osp, uint64_t obj, char *buf, int len) in zfs_obj_to_path()
284 zfs_obj_to_stats(objset_t *osp, uint64_t obj, zfs_stat_t *sb, in zfs_obj_to_stats()
H A Ddmu_objset.c394 objset_phys_t *osp = buf; in dmu_objset_byteswap() local
470 objset_t **osp) in dmu_objset_open_impl()
712 dmu_objset_from_ds(dsl_dataset_t *ds, objset_t **osp) in dmu_objset_from_ds()
749 objset_t **osp) in dmu_objset_hold_flags()
776 dmu_objset_hold(const char *name, const void *tag, objset_t **osp) in dmu_objset_hold()
783 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp) in dmu_objset_own_impl()
823 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp) in dmu_objset_own()
868 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp) in dmu_objset_own_obj()
H A Ddmu_traverse.c402 objset_phys_t *osp; in traverse_visitbp() local
673 objset_phys_t *osp; in traverse_impl() local
H A Ddsl_scan.c2061 objset_phys_t *osp = buf->b_data; in dsl_scan_prefetch_cb() local
2281 objset_phys_t *osp; in dsl_scan_recurse() local
H A Ddsl_crypt.c2715 objset_phys_t *osp = buf; in spa_do_crypt_objset_mac_abd() local
/freebsd/contrib/tcpdump/
H A Dprint-mobile.c69 u_char osp =0; /* old source address present */ in mobile_print() local
H A Dprint-telnet.c383 const u_char *osp, *p; in telnet_parse() local
497 const u_char *osp; in telnet_print() local
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.c71 uintptr_t *osp, *sp; in pmc_save_kernel_callchain() local
597 uintptr_t *osp, *sp; in pmc_save_user_callchain() local
/freebsd/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c144 uintptr_t osp, sp, lr = 0; dtrace_getpcstack() local
508 uintptr_t osp, sp; global() local
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dser_ctx.c301 krb5_os_context osp = 0; in k5_internalize_context() local
/freebsd/contrib/tcsh/
H A Dtw.comp.c141 int sp, osp; in tw_pr() local
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1027 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs() local
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1143 objset_phys_t *osp = data; in zio_crypt_do_objset_hmacs() local
/freebsd/sys/dev/md/
H A Dmd.c646 uintptr_t sp, osp; in mdstart_malloc() local
/freebsd/sys/kern/
H A Dkern_tc.c1792 struct timespec *tsp, *osp; in pps_event() local
H A Dvfs_syscalls.c711 freebsd4_cvtstatfs(struct statfs *nsp, struct ostatfs *osp) in freebsd4_cvtstatfs()
851 freebsd11_cvtstatfs(struct statfs *nsp, struct freebsd11_statfs *osp) in freebsd11_cvtstatfs()
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c1624 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp) in ztest_dmu_objset_own()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3343 open_objset(const char *path, const void *tag, objset_t **osp) in open_objset()