/linux-4.4.14/Documentation/networking/ |
D | radiotap-headers.txt | 19 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 …]
|
D | ppp_generic.txt | 287 instance the "owner" of the interface. The argument should point to 294 The argument should point to an int containing the unit number. 298 The argument should point to an int containing the channel number. 310 argument should point to an int containing the interface unit 325 The argument should point to an int containing the new MRU value. 328 interface. The argument should be a pointer to an int containing 351 interface unit. The argument should point to an int where the ioctl 360 decompression. The argument should point to a ppp_option_data 368 * PPPIOCGUNIT returns, in the int pointed to by the argument, the unit 372 the int pointed to by the argument. Only the least significant bit [all …]
|
D | dccp.txt | 51 a policy ID as argument and can only be set before the connection (i.e. changes 84 value returned in the optlen argument always reflects the true number of 91 understood. This socket option takes as argument at least one uint8_t value, or 97 Please note that the getsockopt argument type here is `int', not uint8_t. 185 Works as in udp(7): returns in the `int' argument pointer the size of
|
D | filter.txt | 196 contains a miscellaneous argument that can be interpreted in different 262 with the class of load instructions by "overloading" the k argument with 371 alternative stdin source as a first argument, and an alternative stdout 668 that are used for argument passing on given architecture, the JIT compiler 707 For practical reasons all eBPF programs have only one argument 'ctx' which is 728 ... since x86_64 ABI mandates rdi, rsi, rdx, rcx, r8, r9 for argument passing 1080 The eBPF verifier will check that registers match argument constraints.
|
D | dns_resolver.txt | 89 length should be given by the namelen argument.
|
/linux-4.4.14/tools/power/acpi/tools/acpidump/ |
D | apmain.c | 75 static int ap_insert_action(char *argument, u32 to_be_done); 133 static int ap_insert_action(char *argument, u32 to_be_done) in ap_insert_action() argument 138 action_table[current_action].argument = argument; in ap_insert_action() 340 status = ap_dump_table_by_address(action->argument); in main() 345 status = ap_dump_table_by_name(action->argument); in main() 350 status = ap_dump_table_from_file(action->argument); in main()
|
D | acpidump.h | 84 char *argument; member
|
/linux-4.4.14/Documentation/mn10300/ |
D | ABI.txt | 20 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-4.4.14/scripts/coccinelle/tests/ |
D | doubletest.cocci | 1 /// 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 ||")
|
D | doublebitand.cocci | 1 /// 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-4.4.14/scripts/coccinelle/misc/ |
D | badty.cocci | 3 //# This makes an effort to find cases where the argument to sizeof is wrong 5 //# when it is a double pointer and ensuring the sizeof argument takes a pointer 7 //# sizeof argument is not used in constructing the return value. The result 68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type") 74 msg="WARNING: Use correct pointer type argument for sizeof"
|
D | cstptr.cocci | 1 /// PTR_ERR should be applied before its argument is reassigned, typically
|
D | bugon.cocci | 6 //# as argument.
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 137 Due to the limited number of argument registers and some system calls with badly 175 D0.1 (D0Ar6) 32bit argument #6 Clobbered 176 D1.1 (D1Ar5) 32bit argument #5 Clobbered 177 D0.2 (D0Ar4) 32bit argument #4 Clobbered 178 D1.2 (D1Ar3) 32bit argument #3 Clobbered 179 D0.3 (D0Ar2) 32bit argument #2 Clobbered 180 D1.3 (D1Ar1) 32bit argument #1 Clobbered 199 A0StP-0x08 32bit argument #8 32bit argument #7 200 A0StP-0x10 32bit argument #10 32bit argument #9 228 A0FrP-0x08 32bit argument #8 32bit argument #7 [all …]
|
/linux-4.4.14/arch/mips/kernel/ |
D | scall32-o32.S | 68 load_a4: user_lw(t5, 16(t0)) # argument #5 from usp 69 load_a5: user_lw(t6, 20(t0)) # argument #6 from usp 70 load_a6: user_lw(t7, 24(t0)) # argument #7 from usp 71 load_a7: user_lw(t8, 28(t0)) # argument #8 from usp 74 sw t5, 16(sp) # argument #5 to ksp 75 sw t6, 20(sp) # argument #6 to ksp 76 sw t7, 24(sp) # argument #7 to ksp 77 sw t8, 28(sp) # argument #8 to ksp 139 lw a0, PT_R4(sp) # Restore argument registers 201 move a0, a1 # shift argument registers
|
D | scall64-o32.S | 72 load_a4: lw a4, 16(t0) # argument #5 from usp 73 load_a5: lw a5, 20(t0) # argument #6 from usp 74 load_a6: lw a6, 24(t0) # argument #7 from usp 75 load_a7: lw a7, 28(t0) # argument #8 from usp 110 sd a4, PT_R8(sp) # Save argument registers 138 ld a0, PT_R4(sp) # Restore argument registers 199 move a0, a1 # shift argument registers
|
D | scall64-n32.S | 83 ld a0, PT_R4(sp) # Restore argument registers
|
D | scall64-64.S | 94 ld a0, PT_R4(sp) # Restore argument registers
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-probe.txt | 74 Show source code lines which can be probed. This needs an argument 79 Show available local variables at given probe point. The argument 94 This also can accept a FILTER rule argument. 128 In absence of -m/-x options, perf probe checks if the first argument after 153 Each probe argument follows below syntax. 157 …argument (optional). You can use the name of local variable, local data structure member (e.g. var… 159 'TYPE' casts the type of this argument (optional). If omitted, perf probe automatically set the typ…
|
D | perf-script-perl.txt | 87 The $common_* arguments in the handler's argument list are the set of 197 argument.
|
D | perf-timechart.txt | 20 but it's possible to record IO (disk, network) activity using -I argument.
|
/linux-4.4.14/include/linux/pinctrl/ |
D | pinconf-generic.h | 153 u16 argument) in pinconf_to_config_packed() argument 155 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 67 This ioctl command registers a new reservation if the new_key argument 72 If the new_key argument is 0 it unregisters the existing reservation passed 79 devices based on the type argument. The key argument must be the existing
|
D | switching-sched.txt | 1 To choose IO schedulers at boot time, use the argument 'elevator=deadline'.
|
D | biovecs.txt | 31 bio_for_each_segment() has been updated to take a bvec_iter argument
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | stan.S | 5 | an input argument; 19 | input argument X such that |X| < 15Pi, which is the usual 315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that 317 |--case, reduce argument by one remainder step to make subsequent reduction 319 cmpil #0x7ffeffff,%d0 |is argument dangerously large? 325 ftstx %fp0 |test sign of argument 338 faddx FP_SCR3(%a6),%fp1 |fp0/fp1 are reduced argument.
|
D | skeleton.S | 74 movel %sp,%sp@- | stack frame pointer argument 165 movel %sp,%sp@- | stack frame pointer argument 191 movel %sp,%sp@- | stack frame pointer argument 217 movel %sp,%sp@- | stack frame pointer argument 239 movel %sp,%sp@- | stack frame pointer argument 261 movel %sp,%sp@- | stack frame pointer argument 289 movel %sp,%sp@- | stack frame pointer argument
|
D | sacos.S | 5 | an input argument; sAcosd does the same except for denormalized
|
D | sgetem.S | 5 | of the input argument. The exponent bias is removed 11 | input argument. The mantissa is converted to an
|
D | sint.S | 5 | equivalent of the input argument, sINTRZ computes 6 | the integer rounded to zero of the input argument.
|
D | slog2.S | 5 | logarithm of an input argument X. 26 | function is reinvoked at the same input argument.
|
D | satanh.S | 6 | an input argument; satanhd does the same except for denormalized
|
D | sasin.S | 5 | an input argument; sAsind does the same except for denormalized
|
D | scosh.S | 5 | an input argument; sCoshd does the same except for denormalized
|
D | ssinh.S | 5 | an input argument; sSinhd does the same except for denormalized
|
D | setox.S | 31 | input argument. 34 | argument X whose magnitude is less than 16380 log2, which 40 | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes 59 | Step 1. Filter out extreme cases of input argument.
|
D | stanh.S | 5 | an input argument; sTanhd does the same except for denormalized
|
D | satan.S | 19 | argument X such that 1/16 < |X| < 16. For the other arguments,
|
D | ssin.S | 4 | The entry point sSIN computes the sine of an input argument 24 | input argument X such that |X| < 15Pi, which is the usual
|
D | slogn.S | 20 | argument X such that |X-1| >= 1/16, which is the usual
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 69 The phase is specified in the second argument to the notifier. 71 The third argument, a void *pointer, points to a struct cpufreq_policy 85 The second argument specifies the phase - CPUFREQ_PRECHANGE or 88 The third argument is a struct cpufreq_freqs with the following
|
D | cpu-drivers.txt | 94 *policy as argument. What to do now? 194 argument. You need to set the lower limit of the in-processor or
|
/linux-4.4.14/Documentation/input/ |
D | userio.txt | 34 of the USERIO_CMD macros defined in <linux/userio.h>. "data" is the argument 36 argument, this field can be left untouched and will be ignored by the kernel. 51 USERIO_CMD_SET_PORT_TYPE. Has no argument.
|
D | joystick-api.txt | 227 as is being printed at boot time. The 'len' argument is the length of the
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-chardev.txt | 48 Its first argument is the device name, the second the offset, the third 49 (if any) the value to write and the optional last argument that must 52 stdin and the value argument is ignored.
|
D | fmc-write-eeprom.txt | 19 * It accepts a `file=' argument (within /lib/firmware) and if no 20 such argument is received, it doesn't write anything to EEPROM
|
D | carrier.txt | 181 name argument is NULL, the carrier should reprogram the golden 196 the flags argument is passed to the Linux request_irq function,
|
D | mezzanine.txt | 99 The argument is an array of strings. If no busid= is specified,
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 40 last argument of ioctl() should be a pointer to an int variable, 64 last argument should be a pointer to an unsigned int variable that will 68 (the last argument should be a pointer to a loff_t variable that 76 located (the last ioctl() argument should point to a struct 84 depending on the argument value (enable, if the argument is nonzero) 144 in the memory location pointed to by the last argument of ioctl() and proceed
|
D | suspend-and-cpuhotplug.txt | 148 argument. But during suspend, since the tasks are already frozen by the time 150 with the 'tasks_frozen' argument set to 1. 251 1. When invoking regular CPU hotplug, the 'tasks_frozen' argument passed to
|
D | notifiers.txt | 51 defined in the usual way, but their last argument is meaningless (it is always
|
D | states.txt | 13 line argument.
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/sunxi/ |
D | sram.txt | 37 phandle and an argument. 39 This valid values for this argument are:
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 38 echo $1 needs argument $2 matching \"$5\"
|
D | kvm.sh | 158 echo Unknown argument $1
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-trigger-sysfs | 31 in the system, an invalid argument message will be returned. 42 argument message will be returned to the user.
|
D | pstore | 45 set by passing the pstore.backend= argument to the kernel at
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 22 /sbin/nfsd-recall-failed with the first argument set to the IP address of 23 the client, and the second argument set to the device node without the /dev
|
D | idmapper.txt | 68 then passed as an argument to keyctl_instantiate (both are part of keyutils.h).
|
D | nfs.txt | 93 <hostname> is identical to the second argument of the helper
|
/linux-4.4.14/Documentation/acpi/ |
D | gpio-properties.txt | 48 active low or high, the "active_low" argument can be used here. Setting 91 Next, the mapping table needs to be passed as the second argument to 93 pointed to by its first argument. That should be done in the driver's .probe()
|
D | debug.txt | 31 command line argument, and you can change it after boot by writing values 79 command line argument, and you can change it after boot by writing values
|
D | scan_handlers.txt | 72 handler as an argument. The order in which scan handlers are added to the list
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | davinci-vpfe-mc.txt | 68 accepts a pointer to struct vpfe_isif_raw_config as its argument. Similarly 71 argument. Similarly VIDIOC_VPFE_ISIF_G_RAW_PARAMS, VIDIOC_VPFE_IPIPE_G_CONFIG 93 as its argument.
|
/linux-4.4.14/Documentation/ |
D | binfmt_misc.txt | 42 argument (specify the full path) 48 flag is included, binfmt_misc will add an argument to the argument 56 of the binary to the interpreter as an argument. When this flag is 58 descriptor as an argument, instead of the full path, thus allowing
|
D | kernel-doc-nano-HOWTO.txt | 56 * @arg1: Describe the first argument to foobar. 57 * @arg2: Describe the second argument to foobar. 72 and ends with an @argument description, an empty line or the end of 75 The @argument descriptions must begin on the very next line following 280 Use the argument mechanism to document members or constants.
|
D | unshare.txt | 138 The flags argument specifies one or bitwise-or'ed of several of 168 EINVAL Invalid flag was specified as an argument. 179 Depending on the flags argument, the unshare system call allocates 210 structure, if the appropriate bit is set in the flags argument. 230 linked it to the task structure passed in as an argument to the copy
|
D | adding-syscalls.txt | 62 way to allow for future extensibility is to include a flags argument to the 70 (If no flags values are used yet, check that the flags argument is zero.) 75 by including a size argument in the structure: 108 flags argument should include a value that is equivalent to setting O_CLOEXEC 122 If your new xyzzy(2) system call involves a filename argument: 271 64-bit values. In particular, this is needed whenever a system call argument 285 (Note that a system call argument that's a pointer to an explicit 64-bit type 373 In either case, you should check that the types involved in your argument 482 - LWN article from Michael Kerrisk on use of flags argument in system calls:
|
D | assoc_array.txt | 144 *bit* position given by the level argument. The level argument will be a 210 The index_key argument should hold index key information and is 229 The index_key argument should hold index key information and is
|
D | lockup-watchdogs.txt | 69 boot argument. If we allowed the watchdog to run by default on
|
D | memory-hotplug.txt | 403 The first argument of the callback function (self) is a pointer to the block 405 The second argument (action) is one of the event types described above. 406 The third argument (arg) passes a pointer of struct memory_notify.
|
D | kmemcheck.txt | 299 "from" argument which contained some uninitialized bytes. Following the chain 322 variable "first" was found on a list -- passed in as the second argument to 629 destination argument. 664 is given as an argument to the macros. 690 as the first argument is legal (and will do nothing).
|
D | applying-patches.txt | 45 in the patch file when applying it (the -p1 argument to `patch' does this). 47 To revert a previously applied patch, use the -R argument to patch. 67 Patch can also get the name of the file to use via the -i argument, like 84 patch via stdin or the -i argument, as you prefer.
|
D | pwm.txt | 97 pwm_chip as argument which provides a description of the PWM chip, the
|
D | dynamic-debug-howto.txt | 17 its 'prefix_str' argument, if it is constant string; or "hexdump" 52 -bash: echo: write error: Invalid argument
|
D | flexible-arrays.txt | 39 argument is passed directly to the internal memory allocation calls. With
|
D | pi-futex.txt | 59 non-preemptible in a critical section, so the 'use spinlocks' argument
|
D | media-framework.txt | 293 The flags argument contains the requested new link flags. 330 The media_pipeline instance pointed to by the pipe argument will be stored in
|
D | initrd.txt | 240 - use . as the first argument, and the _relative_ path of the directory 241 for the old root as the second argument
|
/linux-4.4.14/arch/sparc/kernel/ |
D | head_64.S | 176 add %sp, (2047 + 128), %o0 ! argument array 205 add %sp, (2047 + 128), %o0 ! argument array 224 add %sp, (2047 + 128), %o0 ! argument array 248 add %sp, (2047 + 128), %o0 ! argument array 273 add %sp, (2047 + 128), %o0 ! argument array 314 add %sp, (2047 + 128), %o0 ! argument array 351 add %sp, (2047 + 128), %o0 ! argument array 377 add %sp, (2047 + 128), %o0 ! argument array
|
/linux-4.4.14/drivers/pinctrl/nomadik/ |
D | pinctrl-abx500.c | 983 enum pin_config_param argument; in abx500_pin_config_set() local 987 argument = pinconf_to_config_argument(configs[i]); in abx500_pin_config_set() 993 (argument ? "high" : "low") : in abx500_pin_config_set() 994 (argument ? "pull up" : "pull down")); in abx500_pin_config_set() 1040 argument ? ABX500_GPIO_PULL_DOWN : in abx500_pin_config_set() 1047 argument ? ABX500_GPIO_PULL_DOWN : in abx500_pin_config_set() 1070 argument ? ABX500_GPIO_PULL_UP : in abx500_pin_config_set() 1076 argument); in abx500_pin_config_set()
|
/linux-4.4.14/Documentation/video4linux/ |
D | meye.txt | 44 module argument syntax (<param>=<value> when passing the option to the 102 application). The argument to MEYEIOC_QBUF_CAPT is the 107 Takes as an argument the buffer number you want to sync.
|
D | v4l2-controls.txt | 60 The second argument is a hint telling the function how many controls this 196 controls. There is no min argument since that is always 0 for menu controls, 197 and instead of a step there is a skip_mask argument: if bit X is 1, then menu 202 v4l2_ctrl_new_std_menu in that it doesn't have the mask argument and takes 203 as the last argument an array of signed 64-bit integers that form an exact 256 The control ops are called with the v4l2_ctrl pointer as argument. 430 The last argument is the priv pointer which can be set to driver-specific 489 So when s_ctrl is called with V4L2_CID_AUDIO_VOLUME as argument, you should set 585 The first two arguments are identical to v4l2_ctrl_cluster. The third argument 587 last argument will optionally set V4L2_CTRL_FLAG_VOLATILE for the non-auto controls. [all …]
|
D | v4l2-framework.txt | 113 The first 'dev' argument is normally the struct device pointer of a pci_dev, 393 The second argument to both calls is a group ID. If 0, then all subdevs are 560 You can also use the last argument of v4l2_i2c_new_subdev() to pass an array 562 only used if the previous argument is 0. A non-zero argument means that you 694 difference is that the inode argument is omitted since it is never used. 764 Which device is registered depends on the type argument. The following 772 The last argument gives you a certain amount of control over the device 785 So you can use the last argument to specify a minimum device node number 1092 The elems argument is the size of the event queue for this event. If it is 0, 1096 The ops argument allows the driver to specify a number of callbacks: [all …]
|
D | omap3isp.txt | 137 omap3isp_ccdc_update_config as its argument. Similarly VIDIOC_OMAP3ISP_PRV_CFG
|
/linux-4.4.14/scripts/ |
D | checksyscalls.sh | 40 /* Missing flags argument */
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | palmas-pmic.txt | 34 ti,roof-floor - This takes as optional argument on platform supporting 35 the rail from desired external control. If there is no argument then
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | fr.po | 493 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 497 "argument, ou bien si seulement l'argument -c (--cpu) est donn�, afin de\n" 503 "For the arguments marked with *, omitting the -c or --cpu argument is\n" 510 "The argument passed to this tool can't be combined with passing a --cpu " 511 "argument\n" 518 "more than one output-specific argument\n" 521 "sp�cifier plus d'un argument de formatage\n" 526 msgid "invalid or unknown argument\n" 591 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n" 606 "2. l'argument -f FREQ (ou --freq FREQ) ne peut �tre utilis� qu'avec --cpu ;\n" [all …]
|
D | de.po | 499 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 509 "For the arguments marked with *, omitting the -c or --cpu argument is\n" 518 "The argument passed to this tool can't be combined with passing a --cpu " 519 "argument\n" 526 "more than one output-specific argument\n" 534 msgid "invalid or unknown argument\n" 601 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n" 943 msgid "You can't specify more than one output-specific argument\n"
|
D | it.po | 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 502 "For the arguments marked with *, omitting the -c or --cpu argument is\n" 512 "The argument passed to this tool can't be combined with passing a --cpu " 513 "argument\n" 521 "more than one output-specific argument\n" 529 msgid "invalid or unknown argument\n" 595 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n" 938 msgid "You can't specify more than one output-specific argument\n"
|
D | cs.po | 491 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 501 "For the arguments marked with *, omitting the -c or --cpu argument is\n" 510 "The argument passed to this tool can't be combined with passing a --cpu " 511 "argument\n" 518 "more than one output-specific argument\n" 526 msgid "invalid or unknown argument\n" 591 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n" 928 msgid "You can't specify more than one output-specific argument\n"
|
D | pt.po | 494 "If no argument or only the -c, --cpu parameter is given, debug output about\n" 504 "For the arguments marked with *, omitting the -c or --cpu argument is\n" 513 "The argument passed to this tool can't be combined with passing a --cpu " 514 "argument\n" 523 "more than one output-specific argument\n" 531 msgid "invalid or unknown argument\n" 598 "1. Omitting the -c or --cpu argument is equivalent to setting it to \"all\"\n" 940 msgid "You can't specify more than one output-specific argument\n"
|
/linux-4.4.14/Documentation/devicetree/bindings/hwlock/ |
D | omap-hwspinlock.txt | 11 0-indexed relative hwlock number as the argument
|
D | hwlock.txt | 40 the node hwlock1. hwlock1 is a hwlock provider with an argument specifier
|
/linux-4.4.14/arch/m68k/kernel/ |
D | entry.S | 87 movel %sp,%sp@- | stack frame pointer argument 95 movel %sp,%sp@- | stack frame pointer argument 110 | a3 contains the kernel thread payload, d7 - its argument
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 73 (5) The argument reducing code for the trig function effectively uses 75 the reduced argument is accurate to more than 64 bits for arguments up 242 precision of the argument x; e.g. an argument of pi/2-(1e-10) which is 271 The code for reducing the argument for the trig functions (fsin, fcos, 322 of the argument which produced it. 354 positive argument, this shows that this instruction gives better 360 argument approaches pi/2. The table does not show those cases when the 362 often for fsin and fptan when the argument approaches pi/2. This poor
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class-flash.txt | 61 argument - struct v4l2_flash pointer returned previously by v4l2_flash_init. 62 This function can be safely called with NULL or error pointer argument.
|
/linux-4.4.14/arch/ |
D | Kconfig | 412 assignment or function argument 517 Architecture provides copy_thread_tls to accept tls argument via 519 argument from pt_regs. 527 Architecture has tls passed as the 4th argument of clone(2), 538 Architecture has tls passed as the 3rd argument of clone(2), 549 Architecture has old sigsuspend(2) syscall, of one-argument variety 554 Even weirder antique ABI - three-argument sigsuspend(2)
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 226 module argument. See the file <file:drivers/atm/idt77252.h> for 261 module argument (kernel command line argument as well?), changed 285 module argument (kernel command line argument as well?), changed 317 module argument (kernel command line argument as well?), changed
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-bindings.txt | 223 - pins takes a list of pin names or IDs as a required argument. The specific 227 - bias-pull-up, -down and -pin-default take as optional argument on hardware 230 - drive-strength takes as argument the target strength in mA. 232 - input-debounce takes the debounce time in usec as argument
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 44 you to bang ideas off of. Typically, register usage (argument/scratch/etc...) 53 the mcount function normally calls __mcount_internal -- the first argument is 54 the "frompc" while the second argument is the "selfpc" (adjusted to remove the 122 passed to ftrace_trace_function. The second argument "selfpc" is the same, 123 but the first argument should be a pointer to the "frompc". Typically this is 200 that calls prepare_ftrace_return(), pass the frame pointer as the 3rd argument.
|
D | kprobetrace.txt | 44 NAME=FETCHARG : Set NAME as the argument name of FETCHARG. 104 assigned to each function argument depends on arch-specific ABI. If you unsure
|
D | uprobetracer.txt | 40 NAME=FETCHARG : Set NAME as the argument name of FETCHARG.
|
D | events.txt | 220 argument' error when setting it, and the erroneous string along with 225 -bash: echo: write error: Invalid argument
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | ingenic,cgu.txt | 17 Clock consumers specify this argument to identify a clock. The valid values
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | altera-mailbox.txt | 38 device node and second argument is the channel index. It must be 0 (hardware
|
/linux-4.4.14/Documentation/s390/ |
D | DASD | 44 'NULL' as an argument. 50 When a NULL argument is passed to the BLKDASDFORMAT ioctl the whole
|
D | Debugging390.txt | 511 r2 argument 0 / return value 0 call-clobbered 512 r3 argument 1 / return value 1 (if long long) call-clobbered 513 r4 argument 2 call-clobbered 514 r5 argument 3 call-clobbered 515 r6 argument 4 saved 526 f0 argument 0 / return value ( float/double ) call-clobbered 527 f2 argument 1 call-clobbered 528 f4 z/Architecture argument 2 saved 529 f6 z/Architecture argument 3 saved
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 572 # copy, convert, and tag input argument 629 # copy, convert, and tag input argument 687 # copy, convert, and tag input argument 749 # copy, convert, and tag input argument 806 # copy, convert, and tag input argument 864 # copy, convert, and tag input argument 926 # copy, convert, and tag input argument 983 # copy, convert, and tag input argument 1041 # copy, convert, and tag input argument 1103 # copy, convert, and tag input argument [all …]
|
/linux-4.4.14/Documentation/pcmcia/ |
D | devicetable.txt | 32 as argument to this program, e.g.:
|
D | driver-changes.txt | 141 memory regions in-use. The name argument should be a pointer to
|
/linux-4.4.14/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 1 /// list_for_each_entry uses its first argument to get from one element of
|
D | itnull.cocci | 1 /// Many iterators have the property that the first argument is always bound
|
/linux-4.4.14/Documentation/filesystems/ |
D | debugfs.txt | 165 The "base" argument may be 0, but you may want to build the reg32 array 175 The "array" argument provides data, and the "elements" argument is 187 The "dev" argument is the device related to this debugfs file, and
|
D | porting | 219 ->d_parent of ->lookup() argument). 406 argument; instead of passing IPERM_FLAG_RCU we add MAY_NOT_BLOCK into mask. 407 generic_permission() has also lost the check_acl argument; ACL checking 441 two, it gets "is it an O_EXCL or equivalent?" boolean argument. Note that 442 local filesystems can ignore tha argument - they are guaranteed that the 494 the body to traverse and store the cookie using explicit void ** argument.
|
D | ext4.txt | 526 The ioctl argument is an integer bitfield, with 531 The ioctl argument is an integer bitfield, with 554 either online, or offline. The argument points 561 as an argument to this ioctl). Then, exchange 571 structure, which is passed as an argument to 602 64 bit integer argument. The kernel allocates
|
D | quota.txt | 40 events. Each message has six attributes. These are (type of the argument is
|
D | afs.txt | 165 "rootcell=" argument or, if compiled in, using a "kafs.rootcell=" argument on
|
D | fuse.txt | 62 argument of the mount system call may contain an arbitrary string, 67 The filesystem is block device based. The first argument of the
|
D | seq_file.txt | 84 called start() takes a position as an argument and returns an iterator 183 printk(), but which requires the seq_file pointer as an argument.
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | rcar-gen2-phy.txt | 22 The phandle's argument in the PHY specifier is the USB controller selector for
|
D | apm-xgene-phy.txt | 9 - #phy-cells : Shall be 1 as it expects one argument for setting
|
D | samsung-phy.txt | 50 The first phandle argument in the PHY specifier identifies the PHY, its
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | exoparg3.c | 107 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R()
|
D | acstruct.h | 159 struct acpi_object_integer *argument; member
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 70 can really be interpreted as any legal argument to 71 gen_initramfs_list.sh. If a directory is specified as an argument then 74 specified as an argument to scripts/gen_initramfs_list.sh then the
|
/linux-4.4.14/arch/score/kernel/ |
D | entry.S | 405 sw r8, [r0, 16] # argument 5 from user r8 406 sw r9, [r0, 20] # argument 6 from user r9 467 lw r4, [r0, PT_R4] # Restore argument registers
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 153 transaction types you support as an argument. 295 argument, not the currently active one on a given channel 296 - The tx_state argument might be NULL 304 argument 308 structure pointer as an argument, that will detail which 311 field is deprecated in favor of the direction argument given to
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfree.cocci | 5 //# SCTP_DBG_OBJCNT_DEC that do not actually evaluate their argument
|
D | devm_free.cocci | 11 /// Here this is done using the specific argument text, which is prone to
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 380 MTERASE Erase tape. If the argument is zero, the short erase command 382 of the argument. 392 command argument x is between MT_ST_HPLOADER_OFFSET + 1 and 403 MTSETPART Moves the tape to the partition given by the argument at the 410 MTMKPART Formats the tape with one partition (argument zero) or two 411 partitions (the argument gives in megabytes the size of 417 with mask MT_SET_OPTIONS, the low order bits are used as argument. 421 The drive buffer option is set to the argument. Zero means 497 the lowest 24 bits of the argument. The driver can set the 503 bits of the argument; must be >= 18 (values 1 - 17
|
D | in2000.txt | 129 command-line argument, or you give a blank argument) will cause
|
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 29 extwl $25,2,$25 # argument information (VMS calling std)
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 247 The argument is a pointer to the following structure: 262 This call sets the buffer size. The argument is the size in bytes. 275 then return the first event. The argument is a pointer to the following 293 with mmap(2). Its argument is a pointer to the following structure: 315 This call removes a number of events from the kernel buffer. Its argument
|
D | hotplug.txt | 44 dispatch; any other argument and environment parameters are specified by 143 match, and the third argument to probe() will be the entry that matched.
|
D | callbacks.txt | 99 contains the interface passed as an argument. Cease IO, wait for all
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 20 The first argument to _IO, _IOW, _IOR, or _IOWR is an identifying letter 30 The second argument to _IO, _IOW, _IOR, or _IOWR is a sequence number 31 to distinguish ioctls from each other. The third argument to _IOW, 34 sizeof(arg) as the third argument as this results in your ioctl thinking 35 it passes an argument of type size_t.
|
/linux-4.4.14/Documentation/security/ |
D | LSM.txt | 9 "security=..." kernel command line argument, in the case where multiple
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 27 the number of supported IRQs is inferred from the size argument
|
/linux-4.4.14/Documentation/blockdev/ |
D | cpqarray.txt | 37 controllers, in EISA slots 1 and 2 you'd give it a boot argument like
|
/linux-4.4.14/Documentation/sound/oss/ |
D | mwave | 128 a kernel argument. 130 However, the apm=off parameter IS a kernel argument! APM, at least in my setup,
|
D | README.modules | 91 sound.o module a "dmabuf=1" command-line argument. This is normally done
|
D | PSS-updates | 16 argument to the driver. To actually use the joystick port you will then have
|
D | PAS16 | 98 the command-line argument "dmabuf=1" to the sound.o module.
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | omap_pm | 98 function with a t argument of -1 (except in the case of 99 set_max_bus_tput(), which should be called with an r argument of 0).
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 66 The "regs" argument is a pointer to a pt_regs structure. The "task" 67 argument is a pointer to the task structure to which the "regs" 123 o Fsyscall-handlers MUST check argument registers for containing a 125 NaT-consumption fault. If a system call argument is found to
|
D | serial.txt | 63 specify a "console=" argument. 79 this if the user supplies an argument like "console=uart,io,0x3f8",
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 76 an port. The ports argument is a bitmask of 1 bit per port,
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 41 expects one cell as its phandle argument.
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | netfs-api.txt | 478 The cookie argument must specify a cookie for an object that isn't an index, 480 specify the page number), and the gfp argument is used to control how any 502 (*) The context argument passed to the above function. This will be 505 (*) An argument that's 0 on success or negative for an error code. 558 The cookie argument must specify a data file cookie, the page specified should 560 and the gfp argument is used to control how any memory allocations made are 643 prior to returning to the caller. The cookie argument should be as passed to 776 The optional can_enable() function is passed the data argument and returns a
|
/linux-4.4.14/drivers/char/ipmi/ |
D | Kconfig | 63 boot argument is passed.
|
/linux-4.4.14/arch/frv/kernel/ |
D | cmode.S | 66 # Shift argument left by 24 bits to fit in SWCMODE register later.
|
/linux-4.4.14/include/acpi/ |
D | acpiosxf.h | 75 u32 argument; member
|
/linux-4.4.14/Documentation/fb/ |
D | modedb.txt | 21 Valid mode specifiers (mode_option argument): 29 If 'M' is specified in the mode_option argument (after <yres> and before
|
D | ep93xx-fb.txt | 89 an argument. The fb_info and ep93xxfb_mach_info structures can be
|
D | sisfb.txt | 59 Additionally: If you give more than one argument to the in-kernel sisfb, the
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 17 argument is used, the 14th parameter is reported that represents the 64 instead of the "jiffies" variable. When this argument is
|
D | dm-service-time.txt | 11 in a path-group, and it can be specified as a table argument.
|
D | cache-policies.txt | 42 Message and constructor argument pairs are:
|
/linux-4.4.14/Documentation/driver-model/ |
D | design-patterns.txt | 103 return a single argument which is a pointer to a struct member in the
|
D | devres.txt | 169 specified by @id argument to devres_open_group() or automatically
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | hypercalls.txt | 82 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | host-generic-pci.txt | 44 : Optional property which takes a single-cell argument.
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 83 the argument to the ioctl is ignored. 89 flag set in their option field. The argument is an integer
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 59 argument that indicate usb controller index
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 318 This option replaces the "console=ttyO" argument with the matching 319 ttyS argument if the user did not specified it on the command line. 325 argument. If you read this, please keep this option disabled and
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 39 It only accepts one argument to insmod/modprobe!
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-async-req.txt | 58 The argument is_first_req in pre_req() indicates that there is no previous
|
/linux-4.4.14/Documentation/i2c/ |
D | dev-interface | 105 argument (except for 10 bit addresses, passed in the 10 lower bits in this 125 Only valid if the adapter has I2C_FUNC_I2C. The argument is
|
/linux-4.4.14/Documentation/hwmon/ |
D | hwmon-kernel-api.txt | 83 one additional argument, SENSOR_DEVICE_ATTR_2 requires two.
|
/linux-4.4.14/Documentation/RCU/ |
D | lockdep-splat.txt | 72 take the struct request_queue "q" from cfq_exit_queue() as an argument,
|
D | rcubarrier.txt | 222 shown below. Note that the final "1" in on_each_cpu()'s argument list 298 argument, the wait flag, set to "1". This flag is passed through
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 50 Now takes an additional argument which specifies a new filter 61 The 'prog' argument is a pointer to a struct sock_fprog which
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 60 boot, pass the 'resume=/dev/swappartition' argument to the kernel to 63 be reloaded, then use the 'noresume' kernel command line argument.
|
/linux-4.4.14/drivers/platform/x86/ |
D | sony-laptop.c | 918 static int sony_call_snc_handle(int handle, int argument, int *result) in sony_call_snc_handle() argument 926 arg = offset | argument; in sony_call_snc_handle() 1610 int argument = sony_rfkill_address[(long) data] + 0x100; in sony_nc_rfkill_set() local 1613 argument |= 0x070000; in sony_nc_rfkill_set() 1615 return sony_call_snc_handle(sony_rfkill_handle, argument, &result); in sony_nc_rfkill_set() 1694 int argument = sony_rfkill_address[i]; in sony_nc_rfkill_update() local 1706 sony_call_snc_handle(sony_rfkill_handle, argument, &result); in sony_nc_rfkill_update()
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 251 # modprobe mxser <argument> 255 <argument> is needed. Please refer to section "3.4.5" for more 269 to add the argument (see "3.4.5" section). After modifying the
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 381 specified by the 'mode' argument and the set of nodes defined 384 combining the 'mode' argument with the flag (for example: 398 on the 'flags' argument. 412 may be requested via the 'flags' argument.
|
D | balance | 23 or not). A similar argument applies to highmem and direct mapped pages.
|
D | highmem.txt | 109 not the argument.
|
D | unevictable-lru.txt | 388 lock operation indicated by an argument. So, these system calls are also 533 migration, with the argument page locked and isolated from the LRU. Separate 563 mapped file and KSM pages with a flag argument specifying unlock versus unmap
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 460 should be returned in the pointer argument $ms_info$. Note that 461 routines in \cdromc\ have sanitized this argument: its requested 477 same format. The return argument to this function is a pointer to a 502 location of $arg$, and reserves stack-memory for the argument. This 841 \item[CDROMSUBCHNL] Get sub-channel data in argument $arg$ of type $struct\ 884 a media change once. For juke-boxes, an extra argument $arg$ 892 $ioctl$ call to $CDROMSUBCHNL$. For juke-boxes, an extra argument 960 \item Change the 3rd argument of $register_blkdev$ from
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 58 where type is the TLV type value, the second argument is the total
|
/linux-4.4.14/drivers/block/ |
D | sunvdc.c | 131 unsigned command, unsigned long argument) in vdc_ioctl() argument 140 if (put_user(0, (char __user *)(argument + i))) in vdc_ioctl()
|
D | xen-blkfront.c | 427 unsigned command, unsigned long argument) in blkif_ioctl() argument 433 command, (long)argument); in blkif_ioctl() 439 if (put_user(0, (char __user *)(argument + i))) in blkif_ioctl()
|
/linux-4.4.14/drivers/net/can/ |
D | Kconfig | 47 bit-rate specified via Netlink argument "bitrate" when the device
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 90 default with no number argument is "0" the first EHCI debug
|
/linux-4.4.14/drivers/firmware/ |
D | Kconfig | 74 you must specify the "console=hcdp" kernel boot argument.
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 19 correct board type as insmod argument, "insmod bttv card=2" for
|
/linux-4.4.14/arch/sh/mm/ |
D | Kconfig | 68 be overridden as normal by the 'mem=' argument on the kernel command
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 48 module argument syntax (<param>=<value> when passing the option to the
|
D | asus-laptop.txt | 215 module argument syntax (<param>=<value> when passing the option to the
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 435 The second argument is optional, and if supplied will be used 436 if first argument is not supported. 449 The second argument is optional, and if supplied will be used 450 if first argument is not supported. 468 The second argument to cc-option is optional, and if omitted, 591 The second argument is an optional option that can be used if the
|
D | kbuild.txt | 146 makefile but the argument can be passed to make if needed.
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 39 is received by the connector core. The argument for that function must
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 67 At a simple level, consider a function which has an argument which is 68 always passed as zero by all callers. One could retain that argument just 71 implements this extra argument has been broken in some subtle way which was
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 33 To which of these classes an argument belongs is determined as 35 (the part before the '=') or, in some cases, the whole argument string 37 argument contains an '=', it is of class 2, and the definition is put 837 No argument. Used to separate blocks of keywords when there's more
|
/linux-4.4.14/Documentation/powerpc/ |
D | bootwrapper.txt | 134 uses the -p (platform) argument as the main method of deciding which wrapper
|
/linux-4.4.14/Documentation/pps/ |
D | pps.txt | 47 At startup it needs a file descriptor as argument for the function
|
/linux-4.4.14/ |
D | README | 102 The first argument in the command above is the location of the 104 an alternative directory can be specified as the second argument.
|
/linux-4.4.14/Documentation/hid/ |
D | hiddev.txt | 101 hid device. The third argument to ioctl() specifies which application
|