Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 249) sorted by relevance

12345678910

/linux-3.4.99/Documentation/networking/
Dradiotap-headers.txt19 if the possible argument associated with that bit is present or not. So if b0
21 the header for argument index 0 (IEEE80211_RADIOTAP_TSFT) is present in the
22 argument area.
25 [ <possible argument bitmap extensions ... > ]
26 [ <argument> ... ]
28 At the moment there are only 13 possible argument indexes defined, but in case
31 argument bitmap extensions..." above), and the start of the arguments is moved
41 After the fixed part of the header, the arguments follow for each argument
47 - the argument payload for a given argument index has a fixed size. So
48 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is
[all …]
/linux-3.4.99/arch/parisc/hpux/
Dgate.S29 ldw -64(%r30), %r29 ;! 8th argument
30 ldw -60(%r30), %r19 ;! 7th argument
31 ldw -56(%r30), %r20 ;! 6th argument
32 ldw -52(%r30), %r21 ;! 5th argument
86 stw %r21, -52(%r30) ;! 5th argument
87 stw %r20, -56(%r30) ;! 6th argument
88 stw %r19, -60(%r30) ;! 7th argument
89 stw %r29, -64(%r30) ;! 8th argument
/linux-3.4.99/Documentation/mn10300/
DABI.txt20 The first two arguments (assuming up to 32-bits per argument) to a function are
25 registers and the stack. If the first argument is a 64-bit value, it will be
26 passed in D0:D1. If the first argument is not a 64-bit value, but the second
75 array, then a hidden first argument will be passed to the callee by the caller:
141 A0 1st syscall argument Saved
142 D1 2nd syscall argument Saved
143 A3 3rd syscall argument Saved
144 A2 4th syscall argument Saved
145 D3 5th syscall argument Saved
146 D2 6th syscall argument Saved
/linux-3.4.99/scripts/coccinelle/tests/
Ddoubletest.cocci1 /// Find &&/|| operations that include the same argument more than once
2 //# A common source of false positives is when the argument performs a side
34 cocci.print_main("duplicated argument to && or ||",p)
40 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
Ddoublebitand.cocci1 /// Find bit operations that include the same argument more than once
2 //# One source of false positives is when the argument performs a side
48 cocci.print_main("duplicated argument to & or |",p)
54 coccilib.report.print_report(p[0],"duplicated argument to & or |")
/linux-3.4.99/scripts/rt-tester/
Dt2-l1-signal.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt2-l1-pi.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt2-l2-2rt-deadlock.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l1-pi-1rt.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l1-pi-3rt.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l2-pi.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt2-l1-2rt-sameprio.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l1-pi-2rt.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l1-pi-signal.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt3-l1-pi-steal.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt5-l4-pi-boost-deboost.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt4-l2-pi-deboost.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
Dt5-l4-pi-boost-deboost-setsched.tst7 # | | | opcode argument
13 # opcode opcode argument
28 # opcode opcode argument
/linux-3.4.99/net/tipc/
Dcore.h169 u32 tipc_k_signal(Handler routine, unsigned long argument);
181 unsigned long argument) in k_init_timer() argument
183 setup_timer(timer, routine, argument); in k_init_timer()
Dhandler.c55 unsigned int tipc_k_signal(Handler routine, unsigned long argument) in tipc_k_signal() argument
72 item->data = argument; in tipc_k_signal()
/linux-3.4.99/include/linux/pinctrl/
Dpinconf-generic.h107 u16 argument) in pinconf_to_config_packed() argument
109 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()
/linux-3.4.99/Documentation/cpu-freq/
Dcore.txt71 The phase is specified in the second argument to the notifier.
73 The third argument, a void *pointer, points to a struct cpufreq_policy
87 The second argument specifies the phase - CPUFREQ_PRECHANGE or
90 The third argument is a struct cpufreq_freqs with the following
98 second argument.
/linux-3.4.99/arch/mips/kernel/
Dscall32-o32.S95 lw a0, PT_R4(sp) # Restore argument registers
139 1: lw t5, 16(t0) # argument #5 from usp
146 2: lw t8, 28(t0) # argument #8 from usp
147 3: lw t7, 24(t0) # argument #7 from usp
148 4: lw t6, 20(t0) # argument #6 from usp
150 sw t5, 16(sp) # argument #5 to ksp
152 sw t8, 28(sp) # argument #8 to ksp
153 sw t7, 24(sp) # argument #7 to ksp
154 sw t6, 20(sp) # argument #6 to ksp
201 move a0, a1 # shift argument registers
/linux-3.4.99/arch/parisc/
DKconfig.debug23 are sufficient security checks on the length argument of
24 the copy operation, by having gcc prove that the argument is
/linux-3.4.99/arch/s390/
DKconfig.debug28 are sufficient security checks on the length argument of
29 the copy operation, by having gcc prove that the argument is

12345678910