Home
last modified time | relevance | path

Searched refs:_copy (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Lib-pty.py-handle-stdin-I-O-errors-same-way-as-maste.patch16 _copy(master_fd, master_read, stdin_read)
17 File "/usr/lib/python3.10/pty.py", line 157, in _copy
35 @@ -178,7 +178,10 @@ def _copy(master_fd, master_read=_read, stdin_read=_read):
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h55 rbname ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
70 rbname ## _propagate, rbname ## _copy, rbname ## _rotate \
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h89 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
105 .copy = RBNAME ## _copy, \
/openbmc/linux/include/linux/
H A Drbtree_augmented.h113 RBNAME ## _copy(struct rb_node *rb_old, struct rb_node *rb_new) \
129 .copy = RBNAME ## _copy, \
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgk104.c230 u32 _mask, u32 _data, u32 _copy) in gk104_ram_nuts() argument
236 u32 mask = _mask | _copy; in gk104_ram_nuts()
237 u32 data = (_data & _mask) | (reg->data & _copy); in gk104_ram_nuts()
/openbmc/linux/kernel/sched/
H A Dsched.h542 # define u64_u32_load(var) u64_u32_load_copy(var, var##_copy)
543 # define u64_u32_store(var, val) u64_u32_store_copy(var, var##_copy, val)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch398 // 3.1.17: If *_copy was made, evenhandler can use it instead of original file: