Searched refs:no (Results 301 - 325 of 359) sorted by relevance

<<1112131415

/linux-master/scripts/kconfig/
H A Dqconf.cc505 if (oldval == no && item->menu->list)
537 else if (oldexpr == no)
768 setValue(item, no);
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_mdb.sh128 PAUSE_ON_FAIL=no
129 PAUSE=no
981 # flushed when the flush command is given with no parameters.
1205 log_test $? 0 "Destination IP - no match"
1222 log_test $? 0 "Default destination port - no match"
1231 log_test $? 0 "Non-default destination port - no match"
1248 log_test $? 0 "Default destination VNI - no match"
1260 log_test $? 0 "Non-default destination VNI - no match"
1882 # is a member in the source BD, then no VNI translation is needed.
1916 # packets are no longe
[all...]
H A Dsrv6_end_next_csid_l3vpn_test.sh29 # When no more C-SIDs are available in the Argument, the SRv6 End behavior
118 # this will result in a packet with no SRH.
313 PAUSE_ON_FAIL=${PAUSE_ON_FAIL:=no}
H A Dsrv6_end_x_next_csid_l3vpn_test.sh31 # When no more C-SIDs are available in the Argument, the SRv6 End.X
121 # this will result in a packet with no SRH.
355 PAUSE_ON_FAIL=${PAUSE_ON_FAIL:=no}
H A Dvrf_route_leaking.sh63 PAUSE_ON_FAIL=no
H A Dvrf-xfrm-tests.sh7 PAUSE_ON_FAIL=no
345 # no IPsec
347 log_test $? 0 "IPv4 no xfrm policy"
349 log_test $? 0 "IPv6 no xfrm policy"
/linux-master/arch/m68k/fpsp040/
H A Dx_snan.S262 bnes issrc |no, so check source for snan
H A Dslogn.S23 | run no worse than 10% slower.
261 |----the value TWOTO100 is no longer needed.
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S21 |Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
H A Dos.S21 |Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
354 | and there are no other higher priority exceptions pending for this instruction
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S173 bne freq_out @ leave if SDR, no DLL function
H A Dsram243x.S173 bne freq_out @ leave if SDR, no DLL function
H A Dsleep34xx.S147 cmp r0, #0x0 @ If no context save required,
/linux-master/kernel/trace/
H A Dtrace_functions.c371 { TRACER_OPT(func-no-repeats, TRACE_FUNC_OPT_NO_REPEATS) },
477 * Note, there is no synchronization between this and a user
/linux-master/arch/xtensa/kernel/
H A Dvectors.S22 * fast handler or the default handler, if no fast handler was registered.
325 beqz a2, .Ldflt # no handler was registered
499 * (we'll need to rotate window back and there's no place to save this
562 * may be lost before we get here. There are no free registers,
627 * Each takes less than 16 (0x10) bytes, no literals, by placing
/linux-master/arch/s390/boot/
H A Dhead.S87 stg %r2,INITRD_START-PARMAREA(%r12) # no ramdisk found
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh85 echo " --no-initrd"
223 --no-initrd)
/linux-master/net/batman-adv/
H A Dtypes.h101 * no throughput data is available for this interface and that default
313 /** @no: fragment number in the set */
314 u8 no; member in struct:batadv_frag_list_entry
1416 * the purpose of the TP meter is to count the traffic only, there is no need to
1845 * forming at bootup phase - no bcast traffic is formwared until it has
1852 * this backbone gateway - no bcast traffic is formwared until the
2441 * will call this handler even if its type was not found (with no data)
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh11 PAUSE_ON_FAIL=no
176 echo "If no TEST argument is given, all tests will be run."
214 info "no support for drop reasons - skipping"
244 # Drop UDP 7000 traffic with an explicit action with no error code.
530 # Check to make sure no packets matched the drop rule with incorrect dst ip
540 # - check no warning with "old version" simulation
/linux-master/fs/bcachefs/
H A Dopts.h115 x(no, 2) \
361 NULL, "Super read only mode - no writes at all will be issued,\n"\
/linux-master/arch/arm/boot/dts/microchip/
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
/linux-master/scripts/dtc/include-prefixes/arm/microchip/
H A Dsama5d2-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
H A Dsama7g5-pinfunc.h2 #define PINMUX_PIN(no, func, ioset) \
3 (((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))
/linux-master/drivers/media/dvb-frontends/
H A Ddib7000m.c261 static int dib7000m_set_adc_state(struct dib7000m_state *state, enum dibx000_adc_states no) argument
267 switch (no) {
411 else // otherwise the previous front-end puts out its input (default 30MHz) - no extra division necessary
694 dprintk("no valid AGC configuration found for band 0x%02x\n", band);
1251 return 0; // no channel found

Completed in 734 milliseconds

<<1112131415