/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 74 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_hdr_ok() local 76 if (bno != be64_to_cpu(rmt->rm_blkno)) in xfs_attr3_rmt_hdr_ok() 78 if (offset != be32_to_cpu(rmt->rm_offset)) in xfs_attr3_rmt_hdr_ok() 80 if (size != be32_to_cpu(rmt->rm_bytes)) in xfs_attr3_rmt_hdr_ok() 82 if (ino != be64_to_cpu(rmt->rm_owner)) in xfs_attr3_rmt_hdr_ok() 97 struct xfs_attr3_rmt_hdr *rmt = ptr; in xfs_attr3_rmt_verify() local 99 if (!xfs_verify_magic(bp, rmt->rm_magic)) in xfs_attr3_rmt_verify() 101 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_meta_uuid)) in xfs_attr3_rmt_verify() 103 if (be64_to_cpu(rmt->rm_blkno) != bno) in xfs_attr3_rmt_verify() 105 if (be32_to_cpu(rmt->rm_bytes) > fsbsize - sizeof(*rmt)) in xfs_attr3_rmt_verify() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/cpio/ |
H A D | cpio_2.15.bb | 34 mv "${D}${mandir}/man8/rmt.8" "${D}${mandir}/man8/rmt-cpio.8" 40 oe_runmake -C ${B}/rmt/ check 72 PACKAGES =+ "${PN}-rmt" 74 FILES:${PN}-rmt = "${sbindir}/rmt*" 81 ALTERNATIVE:${PN}-rmt = "rmt" 85 ALTERNATIVE_PRIORITY[rmt] = "50" 86 ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt"
|
/openbmc/openbmc/poky/meta/recipes-extended/tar/ |
H A D | tar_1.35.bb | 58 oe_runmake -C ${B}/rmt/ check 79 PACKAGES =+ "${PN}-rmt" 81 FILES:${PN}-rmt = "${sbindir}/rmt*" 88 ALTERNATIVE:${PN}-rmt = "rmt" 90 ALTERNATIVE:${PN}-rmt:class-nativesdk = "" 93 ALTERNATIVE_LINK_NAME[rmt] = "${sbindir}/rmt"
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
H A D | smtinit.c | 109 rmt(smc,0) ; /* RMT state machine */ in init_smt()
|
H A D | queue.c | 82 rmt(smc,(int)ev->event) ; in ev_dispatcher()
|
H A D | rmt.c | 137 void rmt(struct s_smc *smc, int event) in rmt() function
|
/openbmc/linux/kernel/time/ |
H A D | alarmtimer.c | 795 struct timespec64 rmt; in alarmtimer_do_nsleep() local 802 rmt = ktime_to_timespec64(rem); in alarmtimer_do_nsleep() 804 return nanosleep_copyout(restart, &rmt); in alarmtimer_do_nsleep()
|
H A D | hrtimer.c | 2066 struct timespec64 rmt; in do_nanosleep() local 2070 rmt = ktime_to_timespec64(rem); in do_nanosleep() 2072 return nanosleep_copyout(restart, &rmt); in do_nanosleep()
|
/openbmc/linux/include/linux/ |
H A D | igmp.h | 125 extern int ip_mc_sf_allow(const struct sock *sk, __be32 local, __be32 rmt,
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-c2c.txt | 118 Switch to HITM type (rmt, lcl) or peer snooping type (peer) to display 259 cycles - rmt hitm, lcl hitm, load (Display with HITM types) 262 cycles - rmt peer, lcl peer, load (Display with peer type)
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 14239 struct rsm_map_table *rmt; in alloc_rsm_map_table() local 14242 rmt = kmalloc(sizeof(*rmt), GFP_KERNEL); in alloc_rsm_map_table() 14243 if (rmt) { in alloc_rsm_map_table() 14244 memset(rmt->map, rxcontext, sizeof(rmt->map)); in alloc_rsm_map_table() 14245 rmt->used = 0; in alloc_rsm_map_table() 14248 return rmt; in alloc_rsm_map_table() 14256 struct rsm_map_table *rmt) in complete_rsm_map_table() argument 14260 if (rmt) { in complete_rsm_map_table() 14263 write_csr(dd, RCV_RSM_MAP_TABLE + (8 * i), rmt->map[i]); in complete_rsm_map_table() 14368 static void init_qos(struct hfi1_devdata *dd, struct rsm_map_table *rmt) in init_qos() argument [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
H A D | rpcbind_add_option_to_fix_port_number.patch | 61 struct rmtcallfd_list *rmt;
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | cmtdef.h | 498 void rmt(struct s_smc *smc, int event);
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 443 /sbin/rmt -> $(SEC_CRIT) ;
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |