/linux/Documentation/userspace-api/media/ |
H A D | videodev2.h.rst.exceptions | 20 replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field` 21 replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field` 22 replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field` 23 replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field` 24 replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field` 25 replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field` 26 replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field` 27 replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field` 28 replace symbol V4L2_FIELD_SEQ_TB :c:type:`v4l2_field` 29 replace symbo [all...] |
H A D | dmx.h.rst.exceptions | 10 replace enum dmx_ts_pes :c:type:`dmx_pes_type` 11 replace symbol DMX_PES_AUDIO0 :c:type:`dmx_pes_type` 12 replace symbol DMX_PES_VIDEO0 :c:type:`dmx_pes_type` 13 replace symbol DMX_PES_TELETEXT0 :c:type:`dmx_pes_type` 14 replace symbol DMX_PES_SUBTITLE0 :c:type:`dmx_pes_type` 15 replace symbol DMX_PES_PCR0 :c:type:`dmx_pes_type` 16 replace symbol DMX_PES_AUDIO1 :c:type:`dmx_pes_type` 17 replace symbol DMX_PES_VIDEO1 :c:type:`dmx_pes_type` 18 replace symbol DMX_PES_TELETEXT1 :c:type:`dmx_pes_type` 19 replace symbo [all...] |
H A D | ca.h.rst.exceptions | 7 replace define CA_CI :c:type:`ca_slot_info` 8 replace define CA_CI_LINK :c:type:`ca_slot_info` 9 replace define CA_CI_PHYS :c:type:`ca_slot_info` 10 replace define CA_DESCR :c:type:`ca_slot_info` 11 replace define CA_SC :c:type:`ca_slot_info` 12 replace define CA_CI_MODULE_PRESENT :c:type:`ca_slot_info` 13 replace define CA_CI_MODULE_READY :c:type:`ca_slot_info` 16 replace define CA_ECD :c:type:`ca_descr_info` 17 replace define CA_NDS :c:type:`ca_descr_info` 18 replace defin [all...] |
H A D | frontend.h.rst.exceptions | 7 replace define DTV_ISDBT_LAYERA_FEC dtv-isdbt-layer-fec 8 replace define DTV_ISDBT_LAYERB_FEC dtv-isdbt-layer-fec 9 replace define DTV_ISDBT_LAYERC_FEC dtv-isdbt-layer-fec 10 replace define DTV_ISDBT_LAYERA_MODULATION dtv-isdbt-layer-modulation 11 replace define DTV_ISDBT_LAYERB_MODULATION dtv-isdbt-layer-modulation 12 replace define DTV_ISDBT_LAYERC_MODULATION dtv-isdbt-layer-modulation 13 replace define DTV_ISDBT_LAYERA_SEGMENT_COUNT dtv-isdbt-layer-segment-count 14 replace define DTV_ISDBT_LAYERB_SEGMENT_COUNT dtv-isdbt-layer-segment-count 15 replace define DTV_ISDBT_LAYERC_SEGMENT_COUNT dtv-isdbt-layer-segment-count 16 replace defin [all...] |
/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | parse-headers.rst | 75 <例外文件> 包含两种类型的语句: \ **ignore**\ 或 \ **replace**\ . 89 replace \ **type**\ \ **name**\ \ **new_value**\ 91 The \ **replace**\ 味着它将为 \ **type**\ 类型的 \ **name**\ 符号生成交叉引 100 ignore 或 replace 语句应用于ioctl定义,如: 108 ignore 或 replace 语句应用于在<C文件>中找到的任何其他 ``#define`` 。 114 ignore 和 replace 语句应用于<C文件>中的typedef语句。 120 ignore 和 replace 语句应用于<C文件>中的结构体名称语句。 126 ignore 和 replace 语句应用于<C文件>中的枚举名称语句。 132 ignore 和 replace 语句应用于<C文件>中的枚举值名称语句。 157 replace symbo [all...] |
/linux/tools/verification/rvgen/rvgen/ |
H A D | generator.py | 99 main_c = main_c.replace("%%MODEL_NAME%%", self.name) 100 main_c = main_c.replace("%%TRACEPOINT_HANDLERS_SKEL%%", tracepoint_handlers) 101 main_c = main_c.replace("%%TRACEPOINT_ATTACH%%", tracepoint_attach) 102 main_c = main_c.replace("%%TRACEPOINT_DETACH%%", tracepoint_detach) 103 main_c = main_c.replace("%%DESCRIPTION%%", self.description) 104 main_c = main_c.replace("%%PARENT%%", parent) 105 main_c = main_c.replace("%%INCLUDE_PARENT%%", parent_include) 133 kconfig = kconfig.replace("%%MODEL_NAME%%", self.name) 134 kconfig = kconfig.replace("%%MODEL_NAME_UP%%", self.name.upper()) 135 kconfig = kconfig.replace(" [all...] |
H A D | automata.py | 93 state = raw_state.replace('"', '').replace('};', '').replace(',','_') 130 event = line[-2].replace('"','') 136 event = event.replace("\\n", " ") 168 origin_state = line[0].replace('"','').replace(',','_') 169 dest_state = line[2].replace('"','').replace(',','_') 170 possible_events = line[-2].replace('"','') [all...] |
/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_tbf_etsprio.sh | 17 tc qdisc replace dev $swp2 parent 10:3 handle 103: tbf \ 19 tc qdisc replace dev $swp2 parent 10:2 handle 102: tbf \ 44 tc qdisc replace dev $swp2 root handle 1: \ 48 tc qdisc replace dev $swp2 parent 1:1 handle 10: \ 50 tc qdisc replace dev $swp2 parent 10:3 handle 103: \ 52 tc qdisc replace dev $swp2 parent 10:2 handle 102: \ 54 tc qdisc replace dev $swp2 parent 10:1 handle 101: \
|
H A D | router_mpath_nh.sh | 242 ip nexthop replace id 103 group 101,$weight_rp12/102,$weight_rp13 259 ip nexthop replace id 103 group 101/102 278 ip nexthop replace id 106 group 104,$weight_rp12/105,$weight_rp13 294 ip nexthop replace id 106 group 104/105 307 ip nexthop replace id 101 via fe80:2::22 dev $rp12 308 ip nexthop replace id 102 via fe80:3::23 dev $rp13 314 ip nexthop replace id 102 via 169.254.3.23 dev $rp13 315 ip nexthop replace id 101 via 169.254.2.22 dev $rp12 347 ip route replace 198.51.100.0/24 vrf vrf-r1 nhid 1001 351 ip route replace 198.5 [all...] |
/linux/tools/testing/selftests/livepatch/test_modules/ |
H A D | test_klp_atomic_replace.c | 10 static int replace; variable 11 module_param(replace, int, 0644); 12 MODULE_PARM_DESC(replace, "replace (default=0)"); 39 /* set .replace in the init function below for demo purposes */ 44 patch.replace = replace; in test_klp_atomic_replace_init() 57 MODULE_DESCRIPTION("Livepatch test: atomic replace");
|
H A D | test_klp_callbacks_demo2.c | 10 static int replace; variable 11 module_param(replace, int, 0644); 12 MODULE_PARM_DESC(replace, "replace (default=0)"); 75 /* set .replace in the init function below for demo purposes */ 80 patch.replace = replace; in test_klp_callbacks_demo2_init()
|
/linux/arch/s390/kernel/ |
H A D | alternative.c | 54 bool debug, replace; in __apply_alternatives() local 67 replace = test_facility(a->data); in __apply_alternatives() 71 replace = test_machine_feature(a->data); in __apply_alternatives() 75 replace = nobp_enabled(); in __apply_alternatives() 79 replace = false; in __apply_alternatives() 82 if (!replace) in __apply_alternatives()
|
/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | parse-headers.rst | 80 \ **ignore**\ o \ **replace**\ . 90 La sintassi per replace è: 92 replace \ **tipo**\ \ **nome**\ \ **nuovo_valore**\ 94 La dichiarazione \ **replace**\ significa che verrà generato un 104 La dichiarazione ignore o replace verrà applicata su definizioni di ioctl 113 La dichiarazione ignore o replace verrà applicata su una qualsiasi #define 120 La dichiarazione ignore o replace verrà applicata ad una dichiarazione typedef 127 La dichiarazione ignore o replace verrà applicata ai nomi di strutture 134 La dichiarazione ignore o replace verrà applicata ai nomi di enumerati 141 La dichiarazione ignore o replace verr [all...] |
/linux/tools/testing/selftests/turbostat/ |
H A D | defcolumns.py | 26 expected_columns_debug = proc_turbostat.stdout.replace(b',', b'\t').strip() 27 expected_columns = expected_columns_debug.replace(b'usec\t', b'').replace(b'Time_Of_Day_Seconds\t', b'').replace(b'X2APIC\t', b'').replace(b'APIC\t', b'')
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 280 $IP nexthop replace id 10 group 1/2/3 287 log_test "Nexthop group replace" 303 $IP nexthop replace id 10 group 1/2/3 &> /dev/null 312 log_test "Nexthop group replace failure" 327 $IP nexthop replace id 10 group 1/2/3 type resilient 341 log_test "Resilient nexthop group replace" 357 $IP nexthop replace id 10 group 1/2/3 type resilient &> /dev/null 371 log_test "Resilient nexthop group replace failure" 410 $IP nexthop replace id 10 group 1/2,3 type resilient 436 $IP nexthop replace i [all...] |
/linux/scripts/coccinelle/api/alloc/ |
H A D | zalloc-simple.cocci | 162 msg_safe=msg.replace("[","@(").replace("]",")") 192 msg_safe=msg.replace("[","@(").replace("]",")") 222 msg_safe=msg.replace("[","@(").replace("]",")") 252 msg_safe=msg.replace("[","@(").replace("]",")") 282 msg_safe=msg.replace("[","@(").replace("]",")") [all...] |
/linux/rust/pin-init/examples/ |
H A D | linked_list.rs | 46 prev: list.next.prev().replace(unsafe { Link::new_unchecked(this)}), in insert_next() 47 next: list.next.replace(unsafe { Link::new_unchecked(this)}), in insert_next() 55 next: list.prev.next().replace(unsafe { Link::new_unchecked(this)}), in insert_prev() 56 prev: list.prev.replace(unsafe { Link::new_unchecked(this)}), in insert_prev() 128 fn replace(&self, other: Link) -> Link { in replace() method 129 unsafe { Link::new_unchecked(self.0.replace(other.0.get())) } in replace()
|
/linux/Documentation/sphinx/ |
H A D | kernel_feat.py | 70 def warn(self, message, **replace): argument 71 replace["fname"] = self.state.document.current_source 72 replace["line_no"] = replace.get("line_no", self.lineno) 73 message = ("%(fname)s:%(line_no)s: [kernel-feat WARN] : " + message) % replace
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | rtnetlink.sh | 635 ip nexthop replace id 3 dev $swp1 659 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 666 ip neigh replace 192.0.2.2 nud failed dev $swp1 671 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 675 check_err $? "nexthop not marked as offloaded after neigh replace" 677 ip nexthop replace id 1 via 192.0.2.3 dev $swp1 682 ip nexthop replace id 1 via 192.0.2.2 dev $swp1 708 ip neigh replace 192.0.2.2 lladdr 00:11:22:33:44:55 nud perm \ 710 ip neigh replace 192.0.2.3 lladdr 00:11:22:33:44:55 nud perm \ 712 ip neigh replace 200 [all...] |
H A D | qos_headroom.sh | 168 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 248 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 258 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 276 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M 290 tc qdisc replace dev $swp root handle 1: bfifo limit 1M 293 check_buf_size 0 "== $size" "post replace, set size: " 298 tc qdisc replace dev $swp root handle 2: prio bands 8 301 check_buf_size 0 "== $size" "post replace different kind, set size: " 363 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
|
/linux/Documentation/livepatch/ |
H A D | cumulative-patches.rst | 15 from all older livepatches and completely replace them in one transition. 20 The atomic replace can be enabled by setting "replace" flag in struct klp_patch, 26 .replace = true, 50 The atomic replace allows: 67 A good practice is to set .replace flag in any released livepatch. 81 that are necessary to properly replace any older patch. 83 As a result, it might be dangerous to replace newer cumulative patches by
|
/linux/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 76 sym = sym.replace(';', ':') 83 sym = sym.replace('<', '') 84 sym = sym.replace('>', '') 112 comm = param_dict["comm"].replace(' ', '_')
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 3 .. |ssh_ptl| replace:: :c:type:`struct ssh_ptl <ssh_ptl>` 4 .. |ssh_ptl_submit| replace:: :c:func:`ssh_ptl_submit` 5 .. |ssh_ptl_cancel| replace:: :c:func:`ssh_ptl_cancel` 6 .. |ssh_ptl_shutdown| replace:: :c:func:`ssh_ptl_shutdown` 7 .. |ssh_ptl_rx_rcvbuf| replace:: :c:func:`ssh_ptl_rx_rcvbuf` 8 .. |ssh_rtl| replace:: :c:type:`struct ssh_rtl <ssh_rtl>` 9 .. |ssh_rtl_submit| replace:: :c:func:`ssh_rtl_submit` 10 .. |ssh_rtl_cancel| replace:: :c:func:`ssh_rtl_cancel` 11 .. |ssh_rtl_shutdown| replace:: :c:func:`ssh_rtl_shutdown` 12 .. |ssh_packet| replace [all...] |
H A D | client.rst | 3 .. |ssam_controller| replace:: :c:type:`struct ssam_controller <ssam_controller>` 4 .. |ssam_device| replace:: :c:type:`struct ssam_device <ssam_device>` 5 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` 6 .. |ssam_client_bind| replace:: :c:func:`ssam_client_bind` 7 .. |ssam_client_link| replace:: :c:func:`ssam_client_link` 8 .. |ssam_get_controller| replace:: :c:func:`ssam_get_controller` 9 .. |ssam_controller_get| replace:: :c:func:`ssam_controller_get` 10 .. |ssam_controller_put| replace:: :c:func:`ssam_controller_put` 11 .. |ssam_device_alloc| replace:: :c:func:`ssam_device_alloc` 12 .. |ssam_device_add| replace [all...] |
/linux/scripts/coccinelle/api/ |
H A D | resource_size.cocci | 68 msg_safe=msg.replace("[","@(").replace("]",")") 85 msg_safe=msg.replace("[","@(").replace("]",")")
|