/linux/Documentation/userspace-api/media/ |
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 symbol DMX_PES_SUBTITLE1 :c:type:`dmx_pes_type` [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 define CA_DSS :c:type:`ca_descr_info` [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 define DTV_ISDBT_LAYERA_TIME_INTERLEAVING dtv-isdbt-layer-time-interleaving [all …]
|
/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | parse-headers.rst | 75 <例外文件> 包含两种类型的语句: \ **ignore**\ 或 \ **replace**\ . 86 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文件>中的枚举值名称语句。 [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh_res.sh | 299 ip nexthop replace id 103 group 101/102 type resilient idle_timer 0 300 ip nexthop replace id 106 group 104/105 type resilient idle_timer 0 303 ip nexthop replace id 103 group 101,1/102,1 type resilient 305 ip nexthop replace id 103 group 101,2/102,1 type resilient 307 ip nexthop replace id 103 group 101,11/102,45 type resilient 310 ip nexthop replace id 103 group 101,1/102,1 type resilient 313 ip nexthop replace id 106 group 104,1/105,1 type resilient 315 ip nexthop replace id 106 group 104,2/105,1 type resilient 317 ip nexthop replace id 106 group 104,11/105,45 type resilient 320 ip nexthop replace id 106 group 104,1/105,1 type resilient [all …]
|
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.51.100.0/24 vrf vrf-r1 nhid 1002 [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("%%MONITOR_CLASS_TYPE%%", monitor_class_type) [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('"','').replace("\\n", " ")
|
/linux/Documentation/doc-guide/ |
H A D | parse-headers.rst | 77 The EXCEPTIONS_FILE contain two types of statements: \ **ignore**\ or \ **replace**\ . 87 The syntax for the replace tag is: 90 replace \ **type**\ \ **name**\ \ **new_value**\ 92 The \ **replace**\ means that it will generate cross references for a 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value [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)"); 44 patch.replace = replace; in test_klp_atomic_replace_init()
|
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)"); 80 patch.replace = replace; in test_klp_callbacks_demo2_init()
|
/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à applicata ai nomi di valori di [all …]
|
/linux/tools/testing/selftests/turbostat/ |
H A D | defcolumns.py | 26 expected_columns_debug = proc_turbostat.stdout.replace(b',', b'\t').strip() 27 …ns = expected_columns_debug.replace(b'usec\t', b'').replace(b'Time_Of_Day_Seconds\t', b'').replace…
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 280 $IP nexthop replace id 10 group 1/2/3 303 $IP nexthop replace id 10 group 1/2/3 &> /dev/null 327 $IP nexthop replace id 10 group 1/2/3 type resilient 357 $IP nexthop replace id 10 group 1/2/3 type resilient &> /dev/null 410 $IP nexthop replace id 10 group 1/2,3 type resilient 436 $IP nexthop replace id 10 group 1,50/2,150/3,1 type resilient 471 $IP nexthop replace id 10 group 1/2,3 type resilient 477 $IP nexthop replace id 10 group 1/2,3 type resilient $timer 8 506 $IP nexthop replace id 10 group 1/2,3 type resilient 512 $IP nexthop replace id 10 group 1/2,3 type resilient $timer 4 [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("]",")") 312 msg_safe=msg.replace("[","@(").replace("]",")") 342 msg_safe=msg.replace("[","@(").replace("]",")") 372 msg_safe=msg.replace("[","@(").replace("]",")") 402 msg_safe=msg.replace("[","@(").replace("]",")")
|
/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/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:: :c:type:`struct ssh_packet <ssh_packet>` [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:: :c:func:`ssam_device_add` [all …]
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
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 298 tc qdisc replace dev $swp root handle 2: prio bands 8 363 tc qdisc replace dev $swp root handle 1: bfifo limit 1.5M
|
/linux/tools/testing/selftests/drivers/net/microchip/ |
H A D | ksz9477_qos.sh | 348 dcb app replace dev ${swp1} default-prio ${val} 363 dcb app replace dev ${swp1} default-prio ${orig_prio} 416 dcb app replace dev ${swp1} default-prio ${port_prio} 417 dcb app replace dev ${swp1} dscp-prio ${dscp}:${dscp_prio} 472 dcb app replace dev ${swp1} dscp-prio ${dscp}:${dscp_prio} 492 dcb app replace dev ${swp1} default-prio ${orig_port_prio} 511 dcb app replace dev ${if_name} dscp-prio ${dscp}:${prio} 612 dcb app replace dev ${swp1} default-prio ${port_prio} 648 dcb app replace dev ${swp1} default-prio ${orig_port_prio}
|
/linux/scripts/coccinelle/api/ |
H A D | resource_size.cocci | 68 msg_safe=msg.replace("[","@(").replace("]",")") 85 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 82 return tblname.replace('-', '_') 216 '. '), '.').replace('\n', '\\n').replace( 217 '\"', '\\"').replace('\r', '\\r') 432 x = x.ToPerfJson().replace('\\', '\\\\') 434 x = x.replace('\\', '\\\\') 445 return s.replace('*/', r'\*\/') 508 … return (fix_none(j.pmu).replace(',','_'), fix_none(j.name), j.desc is not None, fix_none(j.topic), 533 pmu_name = event.pmu.replace(',', '_') 589 pmu_name = metric.pmu.replace(',', '_') 617 return removesuffix(topic, '.json').replace('-', ' ') [all …]
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-flakey.rst | 55 During <down interval>, replace <Nth_byte> of the data of 59 The offset of the byte to replace. 60 Counting starts at 1, to replace the first byte. 71 During <down interval>, replace random byte in a read bio 76 During <down interval>, replace random byte in a write bio
|