Searched full:set (Results 1 – 25 of 2360) sorted by relevance
12345678910>>...95
| /Documentation/admin-guide/kdump/ |
| D | gdbmacros.txt | 17 set $tasks_off=((size_t)&((struct task_struct *)0)->tasks) 18 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next) 19 set $init_t=&init_task 20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off) 21 set var $stacksize = sizeof(union thread_union) 23 set $next_t=(struct task_struct *)$next_t 26 set var $stackp = $next_t.thread.sp 27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize 33 set $stackp += 4 35 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off) [all …]
|
| /Documentation/networking/dsa/ |
| D | configuration.rst | 92 ip link set eth0 up 95 ip link set lan1 up 96 ip link set lan2 up 97 ip link set lan3 up 105 ip link set eth0 up 108 ip link set lan1 up 109 ip link set lan2 up 110 ip link set lan3 up 116 ip link set dev lan1 master br0 117 ip link set dev lan2 master br0 [all …]
|
| D | b53.rst | 61 The configuration can only be set up via VLAN tagging and bridge setup. 72 ip link set eth0 up 73 ip link set eth0.1 up 74 ip link set eth0.2 up 75 ip link set eth0.3 up 78 ip link set wan up 79 ip link set lan1 up 80 ip link set lan2 up 86 ip link set dev br0 type bridge vlan_filtering 1 89 ip link set dev wan master br0 [all …]
|
| /Documentation/devicetree/bindings/crypto/ |
| D | fsl-sec2.txt | 9 - reg : Offset and length of the register set for the device 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) 27 bit 7 = set if SEC has the Kasumi EU (KEU) 28 bit 8 = set if SEC has the CRC EU (CRCU) 29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B) [all …]
|
| /Documentation/media/uapi/rc/ |
| D | lirc-func.rst | 25 lirc-set-send-duty-cycle 27 lirc-set-rec-timeout 28 lirc-set-rec-carrier 29 lirc-set-rec-carrier-range 30 lirc-set-send-carrier 31 lirc-set-transmitter-mask 32 lirc-set-rec-timeout-reports 33 lirc-set-measure-carrier-mode 34 lirc-set-wideband-receiver
|
| /Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 8 - reg : Address and length of the register set for the device 42 - snps,dis-start-transfer-quirk: when set, disable isoc START TRANSFER command 49 - snps,u2exit_lfps_quirk: set if we want to enable u2exit lfps quirk 50 - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk 51 - snps,req_p1p2p3_quirk: when set, the core will always request for 53 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 55 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 57 - snps,lfps_filter_quirk: when set core will filter LFPS reception. 58 - snps,rx_detect_poll_quirk: when set core will disable a 400us delay to start 60 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value. [all …]
|
| /Documentation/ABI/testing/ |
| D | sysfs-devices-platform-ACPI-TAD | 10 BIT(0): AC wakeup implemented if set 11 BIT(1): DC wakeup implemented if set 12 BIT(2): Get/set real time features implemented if set 13 BIT(3): Real time accuracy in milliseconds if set 14 BIT(4): Correct status reported for wakeups from S4/S5 if set 15 BIT(5): The AC timer wakes up from S4 if set 16 BIT(6): The AC timer wakes up from S5 if set 17 BIT(7): The DC timer wakes up from S4 if set 18 BIT(8): The DC timer wakes up from S5 if set 29 "disabled", if the AC alarm is not set to wake up the system. [all …]
|
| D | sysfs-class-led-trigger-netdev | 22 If set to 0 (default), the LED's normal state is off. 23 If set to 1, the LED's normal state reflects the link state 33 If set to 0 (default), the LED will not blink on transmission. 34 If set to 1, the LED will blink for the milliseconds specified 43 If set to 0 (default), the LED will not blink on reception. 44 If set to 1, the LED will blink for the milliseconds specified
|
| /Documentation/media/uapi/v4l/ |
| D | pixfmt-v4l2.rst | 35 * - :cspan:`2` Applications set these fields to request an image 49 - The pixel format or type of compression, set by the application. 69 Both applications and drivers can set this field to request 73 implies applications can just set this field to zero to get a 91 Applications and drivers must set this to 0 in that case. 94 - Size in bytes of the buffer to hold a complete image, set by the 100 The driver will set the value for uncompressed images. 102 Clients are allowed to set the sizeimage field for variable length 104 :ref:`VIDIOC_ENUM_FMT`, but the driver may ignore it and set the 108 set sizeimage to 0. [all …]
|
| D | vidioc-g-ext-ctrls.rst | 19 VIDIOC_G_EXT_CTRLS - VIDIOC_S_EXT_CTRLS - VIDIOC_TRY_EXT_CTRLS - Get or set the value of several co… 50 These ioctls allow the caller to get or set multiple controls 61 To get the current value of a set of controls applications initialize 64 :ref:`VIDIOC_G_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` ioctl. String controls controls must also set the 66 (``V4L2_CTRL_FLAG_HAS_PAYLOAD`` is set) must set the ``ptr`` field. 70 set ``size`` to a valid value and return an ``ENOSPC`` error code. You 78 N-dimensional arrays are set and retrieved row-by-row. You cannot set a 79 partial array, all elements have to be set or retrieved. The total size 83 To change the value of a set of controls applications initialize the 86 the :ref:`VIDIOC_S_EXT_CTRLS <VIDIOC_G_EXT_CTRLS>` ioctl. The controls will only be set if *all* [all …]
|
| D | vidioc-g-edid.rst | 19 VIDIOC_G_EDID - VIDIOC_S_EDID - VIDIOC_SUBDEV_G_EDID - VIDIOC_SUBDEV_S_EDID - Get or set the EDID o… 52 These ioctls can be used to get or set an EDID associated with an input 72 If there are fewer blocks than specified, then the driver will set 74 available at all, then the error code ``ENODATA`` is set. 79 If ``start_block`` and ``blocks`` are both set to 0 when 80 :ref:`VIDIOC_G_EDID <VIDIOC_G_EDID>` is called, then the driver will set ``blocks`` to the 88 the driver will set ``blocks`` to 0 and it returns 0. 90 To set the EDID blocks of a receiver the application has to fill in the 91 ``pad``, ``blocks`` and ``edid`` fields, set ``start_block`` to 0 and 92 zero the ``reserved`` array. It is not possible to set part of an EDID, [all …]
|
| D | vidioc-g-dv-timings.rst | 19 …TIMINGS - VIDIOC_SUBDEV_G_DV_TIMINGS - VIDIOC_SUBDEV_S_DV_TIMINGS - Get or set DV timings for inpu… 51 To set DV timings for the input or output, applications use the 63 :ref:`VIDIOC_ENUMINPUT` does not set the 70 On success 0 is returned, on error -1 and the ``errno`` variable is set 110 the bit is set (1) it is positive polarity and if is cleared (0), 151 in by the driver. Applications must set this to 0. See 160 ``V4L2_DV_FL_HAS_PICTURE_ASPECT`` flag is set. 164 Only valid if the ``V4L2_DV_FL_HAS_CEA861_VIC`` flag is set. 168 Only valid if the ``V4L2_DV_FL_HAS_HDMI_VIC`` flag is set. 171 - Reserved for future extensions. Drivers and applications must set [all …]
|
| /Documentation/translations/zh_CN/process/ |
| D | email-clients.rst | 136 set editor="vi" 139 :set paste 144 (a)ttach工作的很好,不带有"set paste"。 158 set imap_user = 'yourusername@gmail.com' 159 set imap_pass = 'yourpassword' 160 set spoolfile = imaps://imap.gmail.com/INBOX 161 set folder = imaps://imap.gmail.com/ 162 set record="imaps://imap.gmail.com/[Gmail]/Sent Mail" 163 set postponed="imaps://imap.gmail.com/[Gmail]/Drafts" 164 set mbox="imaps://imap.gmail.com/[Gmail]/All Mail" [all …]
|
| /Documentation/networking/ |
| D | netdev-features.txt | 21 1. netdev->hw_features set contains features whose state may possibly 23 request. This set should be initialized in ndo_init callback and not 26 2. netdev->features set contains features which are currently enabled 30 3. netdev->vlan_features set contains features whose state is inherited 31 by child VLAN devices (limits netdev->features set). This is currently 35 4. netdev->wanted_features set contains feature set requested by user. 36 This set is filtered by ndo_fix_features callback whenever it or 37 some device-specific conditions change. This set is internal to 45 When current feature set (netdev->features) is to be changed, new set 47 and netdev_fix_features(). If the resulting set differs from current [all …]
|
| D | operstates.txt | 5 interface. Administrative state is the result of "ip link set dev 17 split into two parts: Two flags that can be set by the driver only, and 47 Interface is in unknown state, neither driver nor userspace has set 80 IFF_DORMANT. These flags can be set from everywhere, even from 88 set this flag. On netif_carrier_off(), the scheduler stops sending 93 real hardware, it is possible to set this bit from userspace. One 100 Set by the driver to express that the device cannot yet be used 102 complete. Corresponding functions are netif_dormant_on() to set the 134 netif_carrier_ok() && !netif_dormant() is set by the 135 driver. Afterwards, the userspace application can set IFLA_OPERSTATE [all …]
|
| D | pktgen.txt | 133 pgset "count 200000" sets number of packets to send, set to zero 142 pgset "dst_max 10.0.0.254" Set the maximum destination IP. 143 pgset "src_min 10.0.0.1" Set the minimum (or only) source IP. 144 pgset "src_max 10.0.0.254" Set the maximum source IP. 156 The 'minimum' MAC is what you set with srcmac. 159 The 'minimum' MAC is what you set with dstmac. 161 pgset "flag [name]" Set a flag to determine behaviour. Current flags 180 pgset "spi [SPI_VALUE]" Set specific SA used to transform packet. 182 pgset "udp_src_min 9" set UDP source port min, If < udp_src_max, then 185 pgset "udp_src_max 9" set UDP source port max. [all …]
|
| /Documentation/userspace-api/ |
| D | no_new_privs.rst | 24 can set ``no_new_privs``. Once the bit is set, it is inherited across fork, 25 clone, and execve and cannot be unset. With ``no_new_privs`` set, ``execve()`` 29 add to the permitted set, and LSMs will not relax constraints after 32 To set ``no_new_privs``, use:: 38 service launcher to set ``no_new_privs`` before execing daemons may 50 if ``no_new_privs`` is set. 54 given uid has ``no_new_privs`` set, then that uid will be unable to 57 ``no_new_privs`` bit set first. 60 available to unprivileged tasks if ``no_new_privs`` is set. In principle, 62 ``no_new_privs`` is set, and ``no_new_privs`` + ``chroot`` is considerable less
|
| /Documentation/devicetree/bindings/gpio/ |
| D | gpio-twl4030.txt | 14 - ti,use-leds : Enables LEDA and LEDB outputs if set 15 - ti,debounce : if n-th bit is set, debounces GPIO-n 16 - ti,mmc-cd : if n-th bit is set, GPIO-n controls VMMC(n+1) 17 - ti,pullups : if n-th bit is set, set a pullup on GPIO-n 18 - ti,pulldowns : if n-th bit is set, set a pulldown on GPIO-n
|
| /Documentation/watchdog/ |
| D | watchdog-kernel-api.rst | 71 * id: set by watchdog_register_device, id 0 is special. It has both a 73 /dev/watchdog miscdev. The id is set automatically when calling 75 * parent: set this to the parent device (or NULL) before calling 85 not send a heartbeat request if WDOG_ACTIVE is set. 88 If set, the minimum configurable value for 'timeout'. 90 as seen from userspace. If set, the maximum configurable value for 96 If set, the infrastructure will send heartbeats to the watchdog driver 98 is set and userspace failed to send a heartbeat for at least 'timeout' 99 seconds. max_hw_heartbeat_ms must be set if a driver does not implement 116 running/active, or is the nowayout bit set). [all …]
|
| /Documentation/filesystems/ |
| D | udf.txt | 23 gid= Set the default group. 24 umask= Set the default umask. 25 mode= Set the default file permissions. 26 dmode= Set the default directory permissions. 27 uid= Set the default user. 28 bs= Set the block size. 36 iocharset= Set the NLS character set 44 For typical desktop use of removable media, you should set the ID to that of 54 session= Set the CDROM session (default= last session) 56 lastblock= Set the last block of the filesystem/
|
| /Documentation/hwmon/ |
| D | g762.rst | 25 set desired fan speed. This only makes sense in closed-loop 26 fan speed control (i.e. when pwm1_enable is set to 2). 41 about 0.7s (if the fan is not voluntarily set off). 46 set to 1. 49 set current fan speed control mode i.e. 1 for manual fan 55 set or get fan driving mode: 1 for PWM mode, 0 for DC mode. 58 get or set PWM fan control value in open-loop mode. This is an 62 Both in PWM mode ('pwm1_mode' set to 1) and DC mode ('pwm1_mode' set to 0), 63 when current fan speed control mode is open-loop ('pwm1_enable' set to 1), 66 ('pwm1_enable' set to 2), the expected rotation speed in RPM can be passed to
|
| /Documentation/media/uapi/dvb/ |
| D | audio_function_calls.rst | 27 audio-set-mute 28 audio-set-av-sync 29 audio-set-bypass-mode 35 audio-set-id 36 audio-set-mixer 37 audio-set-streamtype
|
| /Documentation/sparc/ |
| D | adi.rst | 6 ADI allows a task to set version tags on any subset of its address 7 space. Once ADI is enabled and version tags are set for ranges of 9 to memory in these ranges to the version set by the application 11 matches the tag set by the application. In case of mismatch, processor 16 1. Set the user mode PSTATE.mcde bit. This acts as master switch for 19 2. Set TTE.mcd bit on any TLB entries that correspond to the range of 21 on the pages that have TTE.mcd bit set. 23 3. Set the version tag for virtual addresses using stxa instruction 26 be repeated for entire page to set tags for entire page. 31 version tag has been set for a memory location, the tag is stored in the [all …]
|
| /Documentation/admin-guide/mm/ |
| D | numa_memory_policy.rst | 20 memory may be allocated by a set of processes. Memory policies are a 41 up, the system default policy will be set to interleave 61 that a task may use to set/change its task/process policy. 81 below, for an overview of the mbind() system call used to set a VMA 166 an optional set of nodes. The mode determines the behavior of the 168 and the optional set of nodes can be viewed as the arguments to the 190 does not use the optional set of nodes. 192 It is an error for the set of nodes specified for this policy to 196 This mode specifies that memory must come from the set of 198 the node in the set with sufficient free memory that is [all …]
|
| /Documentation/process/ |
| D | email-clients.rst | 38 Email clients should not modify the character set encoding of the text. 185 set editor="vi" 189 :set paste 196 (a)ttach works fine without ``set paste``. 206 However, it's a good idea to set the ``send_charset`` to:: 208 set send_charset="us-ascii:utf-8" 215 set imap_user = 'yourusername@gmail.com' 216 set imap_pass = 'yourpassword' 217 set spoolfile = imaps://imap.gmail.com/INBOX 218 set folder = imaps://imap.gmail.com/ [all …]
|
12345678910>>...95