Searched defs:rm (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-current/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp557 const u8 rm = next_byte & 7; local
/freebsd-current/sys/cddl/boot/zfs/
H A Dzfssubr.c534 vdev_raidz_generate_parity_p(raidz_map_t *rm) argument
562 vdev_raidz_generate_parity_pq(raidz_map_t *rm) argument
614 vdev_raidz_generate_parity_pqr(raidz_map_t *rm) argument
679 vdev_raidz_generate_parity(raidz_map_t *rm) argument
851 vdev_raidz_matrix_init(raidz_map_t *rm, int n, int nmap, int *map, uint8_t **rows) argument
881 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **rows, uint8_t **invrows, const uint8_t *used) argument
975 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **invrows, const uint8_t *used) argument
1055 vdev_raidz_reconstruct_general(raidz_map_t *rm, int *tgts, int ntgts) argument
1165 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) argument
1210 raidz_map_t *rm; local
1335 vdev_raidz_map_free(raidz_map_t *rm) argument
1376 raidz_parity_verify(raidz_map_t *rm) argument
1420 vdev_raidz_combrec(const spa_t *spa, raidz_map_t *rm, const blkptr_t *bp, void *data, off_t offset, uint64_t bytes, int total_errors, int data_errors) argument
1572 raidz_map_t *rm; local
[all...]
/freebsd-current/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c395 uint_t rm = FASTTRAP_MODRM_RM(instr[start + 1]); local
594 uint_t rm = FASTTRAP_MODRM_RM(instr[rmindex]); local
[all...]
/freebsd-current/sys/kgssapi/krb5/
H A Dkrb5_mech.c1857 struct mbuf *rm; local
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_adapter.h465 t3_init_rx_mode(struct t3_rx_mode *rm, struct port_info *port) argument
H A Dcxgb_main.c1297 struct t3_rx_mode rm; local
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c1390 struct pf_krule *r, *rm = NULL; local
2198 struct pf_krule *r, *rm = NULL; local
[all...]
H A Dpf.c4160 struct pf_keth_rule *r, *rm, *a = NULL; local
4423 pf_test_rule(struct pf_krule **rm, struct pf_kstate **sm, struct pfi_kkif *kif, argument
5122 pf_test_fragment(struct pf_krule **rm, struct pfi_kkif *kif, argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid.c1134 raidz_map_t *rm; local
1853 raidz_map_t *rm = zio->io_vsd; local
2038 raidz_map_t *rm local
[all...]
H A Dbtree.c1598 zfs_btree_core_t *rm = (zfs_btree_core_t *)new_rm_hdr; local
1827 zfs_btree_leaf_t *rm = (zfs_btree_leaf_t *)rm_hdr; local
H A Dvdev_raidz.c395 vdev_raidz_map_free(raidz_map_t *rm) argument
417 raidz_map_t *rm = zio->io_vsd; local
454 vdev_raidz_map_alloc_write(zio_t *zio, raidz_map_t *rm, uint64_t ashift) argument
541 vdev_raidz_map_alloc_read(zio_t *zio, raidz_map_t *rm) argument
583 raidz_map_t *rm = local
758 raidz_map_t *rm = local
1210 vdev_raidz_generate_parity_row(raidz_map_t *rm, raidz_row_t *rr) argument
1242 vdev_raidz_generate_parity(raidz_map_t *rm) argument
2033 vdev_raidz_reconstruct_row(raidz_map_t *rm, raidz_row_t *rr, const int *t, int nt) argument
2290 vdev_raidz_io_verify(zio_t *zio, raidz_map_t *rm, raidz_row_t *rr, int col) argument
2334 raidz_map_t *rm = zio->io_vsd; local
2382 raidz_map_t *rm = zio->io_vsd; local
2446 vdev_raidz_io_start_read_phys_cols(zio_t *zio, raidz_map_t *rm) argument
2476 vdev_raidz_io_start_read(zio_t *zio, raidz_map_t *rm) argument
2518 raidz_map_t *rm; local
2611 raidz_map_t *rm = zio->io_vsd; local
2633 raidz_map_t *rm = zio->io_vsd; local
2653 raidz_map_t *rm = zio->io_vsd; local
2832 raidz_restore_orig_data(raidz_map_t *rm) argument
2892 raidz_map_t *rm = zio->io_vsd; local
3085 raidz_map_t *rm = zio->io_vsd; local
3187 vdev_raidz_reconstruct(raidz_map_t *rm, const int *t, int nt) argument
3248 vdev_raidz_io_done_reconstruct_known_missing(zio_t *zio, raidz_map_t *rm, raidz_row_t *rr) argument
3367 raidz_map_t *rm = zio->io_vsd; local
3396 raidz_map_t *rm = zio->io_vsd; local
[all...]
/freebsd-current/contrib/dialog/
H A Dutil.c1049 int rm = limit_x; /* right margin */ local
921 dlg_print_line(WINDOW *win, chtype *attr, const char *prompt, int lm, int rm, int *x) argument
[all...]
/freebsd-current/stand/common/
H A Dgfx_fb.c498 uint8_t rm, rp, gm, gp, bm, bp; local
598 uint8_t rm, rp, gm, gp, bm, bp; local
/freebsd-current/crypto/openssh/
H A Dmisc.c1762 struct timespec ts, rm; local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp721 ClusterAnalysis(RegionStoreManager &rm, ProgramStateManager &StateMgr, argument
986 InvalidateRegionsWorker(RegionStoreManager &rm, argument
2745 RemoveDeadBindingsWorker(RegionStoreManager &rm, argument
/freebsd-current/sys/amd64/include/
H A Dvmm.h588 rm:4; member in struct:vie
/freebsd-current/sys/cam/ctl/
H A Dctl_ioctl.h426 struct ctl_lun_rm_params rm; member in union:ctl_lunreq_data
/freebsd-current/sys/kern/
H A Dsubr_bus.c4228 struct rman *rm; local
4262 struct rman *rm; local
4283 struct rman *rm; local
4290 ("%s: rman %p doesn't match for resource %p", __func__, rm, r)); local
4313 struct rman *rm; local
4321 ("%s: rman %p doesn't match for resource %p", __func__, rm, r)); local
4353 struct rman *rm; local
4361 ("%s: rman %p doesn't match for resource %p", __func__, rm, r)); local
[all...]
/freebsd-current/sys/dev/sound/pci/
H A Demu10kx.c367 struct emu_rm *rm; member in struct:emu_sc_info
2345 struct emu_rm *rm; local
2385 emu_rm_gpr_alloc(struct emu_rm *rm, int count) argument
[all...]
/freebsd-current/sys/dev/acpica/
H A Dacpi.c1330 struct rman *rm; local
1545 struct rman *rm; local

Completed in 540 milliseconds

123