Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.10/kernel/trace/
Dtrace_dynevent.c303 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
307 arg_pair->operator, arg_pair->rhs, in dynevent_arg_pair_add()
409 char operator, char separator) in dynevent_arg_pair_init() argument
413 if (!operator) in dynevent_arg_pair_init()
414 operator = ' '; in dynevent_arg_pair_init()
415 arg_pair->operator = operator; in dynevent_arg_pair_init()
Dtrace_dynevent.h140 char operator; /* e.g. '=' or nothing */ member
145 char operator, char separator);
Dtrace_events_hist.c130 enum field_op_id operator; member
1495 if (field->operator == FIELD_OP_UNARY_MINUS) { in expr_str()
1514 switch (field->operator) { in expr_str()
2129 expr->operator = FIELD_OP_UNARY_MINUS; in parse_unary()
2255 expr->operator = field_op; in parse_expr()
/Linux-v5.10/Documentation/devicetree/bindings/powerpc/opal/
Doppanel-opal.txt6 - #lines : Number of lines on the operator panel e.g. <0x2>.
7 - #length : Number of characters per line of the operator panel e.g. <0x10>.
/Linux-v5.10/scripts/coccinelle/misc/
Darray_size_dup.cocci29 assignment operator aop;
58 assignment operator aop;
94 assignment operator aop;
124 assignment operator aop;
158 assignment operator aop;
186 assignment operator aop;
/Linux-v5.10/drivers/of/unittest-data/
Doverlay.dts43 hvac-zone-names = "operator", "snack-bar";
Doverlay_base.dts56 hvac-zone-names = "operator";
/Linux-v5.10/Documentation/kbuild/
Dkconfig-macro-language.rst62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
71 There is another type of assignment operator; += is used to append text to a
85 function is defined using the = assignment operator. The parameters are
/Linux-v5.10/scripts/coccinelle/tests/
Ddoubletest.cocci33 assignment operator op;
/Linux-v5.10/scripts/kconfig/tests/preprocess/variable/
DKconfig30 # Use += operator to an undefined variable.
/Linux-v5.10/drivers/scsi/
Dscript_asm.pl163 $operator = '\||OR|AND|\&|\+';
166 $operator = '\||OR|AND|XOR|\&|\+';
514 /^($register)\s+(-|$operator)\s+($value)\s*$/i) {
/Linux-v5.10/Documentation/admin-guide/
Dbootconfig.rst74 If you want to update the value, you must use the override operator
85 you can use ``+=`` operator. For example::
97 foo.bar := value2 # !ERROR! even with the override operator, this is NOT allowed.
/Linux-v5.10/Documentation/s390/
Dcommon_io.rst34 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device.
Dzfcpdump.rst16 the s390-tools package) to make the device bootable. The operator of a Linux
/Linux-v5.10/scripts/coccinelle/api/
Dkvmalloc.cocci26 binary operator cmp = {<=, <, ==, >, >=};
88 binary operator cmp = {<=, <, ==, >, >=};
/Linux-v5.10/drivers/char/tpm/
Dtpm.h114 u8 operator; member
/Linux-v5.10/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt13 Human Machine Interface (HMI) at the top, where an operator can monitor or
/Linux-v5.10/Documentation/process/
Ddeprecated.rst266 sizeof() operator to a zero-length array always results in zero::
289 operator may not be applied <https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html>`_,
/Linux-v5.10/Documentation/scsi/
Dscsi-changer.rst38 i.e. there the operator (you !) can use this to
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-counter90 movement of a conveyor belt: this attribute allows an operator
/Linux-v5.10/drivers/char/
DKconfig125 will be created which exposes the operator panel display on IBM
128 If you don't require access to the operator panel display from user
/Linux-v5.10/Documentation/PCI/
Dpci-error-recovery.rst359 The platform will typically notify the system operator of the
361 the operator will probably want to remove and replace the device.
/Linux-v5.10/Documentation/networking/
Dgtp.rst32 At some network element inside the cellular operator infrastructure
/Linux-v5.10/drivers/edac/
DKconfig90 allows the operator/user to inject Uncorrectable and Correctable
/Linux-v5.10/Documentation/RCU/
Drcu_dereference.rst61 "()" function-invocation operator is applied to a value obtained

12