/openbmc/u-boot/include/ |
H A D | malloc.h | 387 INTERNAL_SIZE_T* mz = (INTERNAL_SIZE_T*) (charp); \ 388 if(mzsz >= 5*sizeof(mzsz)) { *mz++ = 0; \ 389 *mz++ = 0; \ 390 if(mzsz >= 7*sizeof(mzsz)) { *mz++ = 0; \ 391 *mz++ = 0; \ 392 if(mzsz >= 9*sizeof(mzsz)) { *mz++ = 0; \ 393 *mz++ = 0; }}} \ 394 *mz++ = 0; \ 395 *mz++ = 0; \ 396 *mz = 0; \
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | test_vxlan_mdb.sh | 989 local mz=$1; shift 1006 …run_cmd "ip netns exec $ns1 $mz br0.10 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1010 …run_cmd "ip netns exec $ns1 $mz br0.20 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1023 …run_cmd "ip netns exec $ns1 $mz br0.10 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1027 …run_cmd "ip netns exec $ns1 $mz br0.20 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1032 …run_cmd "ip netns exec $ns1 $mz br0.20 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1036 …run_cmd "ip netns exec $ns1 $mz br0.10 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1049 …run_cmd "ip netns exec $ns1 $mz br0.10 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1053 …run_cmd "ip netns exec $ns1 $mz br0.20 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… 1061 …run_cmd "ip netns exec $ns1 $mz br0.10 -a own -b $grp_dmac -A $src -B $grp -t udp sp=12345,dp=5432… [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | verify_pefile.c | 25 const struct mz_hdr *mz = pebuf; in pefile_parse_binary() local 42 chkaddr(0, 0, sizeof(*mz)); in pefile_parse_binary() 43 if (mz->magic != MZ_MAGIC) in pefile_parse_binary() 45 cursor = sizeof(*mz); in pefile_parse_binary() 47 chkaddr(cursor, mz->peaddr, sizeof(*pe)); in pefile_parse_binary() 48 pe = pebuf + mz->peaddr; in pefile_parse_binary() 51 cursor = mz->peaddr + sizeof(*pe); in pefile_parse_binary()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 63 s32 mz; member 78 s32 mz; member 103 mz = 0x0020, enumerator
|
H A D | jr3_pci.c | 173 s16 mz; member 184 set_s16(&sensor->full_scale.mz, full_scale.mz); in set_full_scales() 197 result.mz = get_s16(&sensor->max_full_scale.mz); in get_max_full_scales() 232 val = get_s16(&spriv->sensor->filter[filter].mz); in jr3_pci_ai_read_chan() 521 r[5].l.range[0].min = -get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice() 523 r[5].l.range[0].max = get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice() 546 set_s16(&sensor->offsets.mz, 0); in jr3_pci_poll_subdevice()
|
/openbmc/linux/mm/ |
H A D | memcontrol.c | 410 static void __mem_cgroup_insert_exceeded(struct mem_cgroup_per_node *mz, in __mem_cgroup_insert_exceeded() argument 419 if (mz->on_tree) in __mem_cgroup_insert_exceeded() 422 mz->usage_in_excess = new_usage_in_excess; in __mem_cgroup_insert_exceeded() 423 if (!mz->usage_in_excess) in __mem_cgroup_insert_exceeded() 429 if (mz->usage_in_excess < mz_node->usage_in_excess) { in __mem_cgroup_insert_exceeded() 438 mctz->rb_rightmost = &mz->tree_node; in __mem_cgroup_insert_exceeded() 440 rb_link_node(&mz->tree_node, parent, p); in __mem_cgroup_insert_exceeded() 441 rb_insert_color(&mz->tree_node, &mctz->rb_root); in __mem_cgroup_insert_exceeded() 442 mz->on_tree = true; in __mem_cgroup_insert_exceeded() 445 static void __mem_cgroup_remove_exceeded(struct mem_cgroup_per_node *mz, in __mem_cgroup_remove_exceeded() argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | memcontrol.h | 730 struct mem_cgroup_per_node *mz; in mem_cgroup_lruvec() local 741 mz = memcg->nodeinfo[pgdat->node_id]; in mem_cgroup_lruvec() 742 lruvec = &mz->lruvec; in mem_cgroup_lruvec() 858 struct mem_cgroup_per_node *mz; in lruvec_memcg() local 863 mz = container_of(lruvec, struct mem_cgroup_per_node, lruvec); in lruvec_memcg() 864 return mz->memcg; in lruvec_memcg() 917 struct mem_cgroup_per_node *mz; in mem_cgroup_get_zone_lru_size() local 919 mz = container_of(lruvec, struct mem_cgroup_per_node, lruvec); in mem_cgroup_get_zone_lru_size() 920 return READ_ONCE(mz->lru_zone_size[zone_idx][lru]); in mem_cgroup_get_zone_lru_size()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/files/ |
H A D | 0001-pyiec61850-Use-CMAKE_INSTALL_LIBDIR-from-GNUInstallD.patch | 10 Upstream-Status: Submitted [https://github.com/mz-automation/libiec61850/pull/376]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/libiec61850/ |
H A D | libiec61850_1.5.3.bb | 18 SRC_URI = "git://github.com/mz-automation/${BPN}.git;branch=v1.5;protocol=https \
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.src | 393 INTERNAL_SIZE_T* mz = (INTERNAL_SIZE_T*) (charp); \ 394 if(mzsz >= 5*sizeof(mzsz)) { *mz++ = 0; \ 395 *mz++ = 0; \ 396 if(mzsz >= 7*sizeof(mzsz)) { *mz++ = 0; \ 397 *mz++ = 0; \ 398 if(mzsz >= 9*sizeof(mzsz)) { *mz++ = 0; \ 399 *mz++ = 0; }}} \ 400 *mz++ = 0; \ 401 *mz++ = 0; \ 402 *mz = 0; \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/ |
H A D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 150 z5)tG{(@1>ZSu`3ey37`h$BG}kC8kIRj8vuL<>^Z?Y_%+s!A;`mz-5b0$&W~`_8}s*
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 76 …y��p��GauB[n>VfCYhBTbFWaBWg>Q^>OXiv~v��}��$/7S_h������z��{��v}�w��x��x�n}�mz�iy�]lxWgsN`oObpM^oNa…
|