Home
last modified time | relevance | path

Searched refs:value (Results 1 – 6 of 6) sorted by relevance

/xv6-public/
H A Dsleep1.p24 x = value; value = x + 1; x = 0;
31 x = value; value = x + 1; x = 0;
38 increment of value conflicts with the non-atomic
39 decrement in consumer, causing value to have a bad value.
45 x = value; value = x + 1; x = 0;
58 byte value;
105 sleep(value > 0, lk);
106 x = value; value = x - 1; x = 0;
124 x = value; value = x + 1; x = 0;
H A Dlapic.c48 lapicw(int index, int value) in lapicw() argument
50 lapic[index] = value; in lapicw()
H A Dkernel.ld18 PROVIDE(etext = .); /* Define the 'etext' symbol to this value */
H A Dentryother.S8 # set to XY00:0000, where XY is an 8-bit value sent with the
H A Ddot-bochsrc94 # Measured IPS value will then be logged into your log file or status bar
156 # Here you can specify the display extension to be used. With the value
304 # value as returned by the time(2) system call. If no time0 value is
322 # Default value are sync=none, time0=local
453 # All properties are in the format sb16: property=value
478 # non-continuous sound. 750000 is usually a good value. This needs a
538 # The default value is 'ps2'. The other choices are 'imps2' (wheel mouse
591 # ethdev: The ethdev value is the name of the network interface on your host
597 # script: The script value is optional, and is the name of a script that
612 # TFTP uses the ethdev value for the root directory and doesn't
[all …]
H A Dgdbutil175 EXPR must evaluate to a descriptor value. It can be of any C type.