/src/share/doc/psd/20.ipctut/ |
socketpair.c | 61 perror("reading stream message"); 71 perror("reading stream message");
|
pipe.c | 62 perror("reading message");
|
strchkread.c | 94 perror("reading stream message");
|
streamread.c | 86 perror("reading stream message");
|
ustreamread.c | 75 perror("reading stream message");
|
/src/distrib/utils/more/ |
signal.c | 48 * If we happen to be reading from a file [in iread()] at the time 84 if (reading) 99 if (reading) 111 if (reading)
|
os.c | 69 int reading; variable in typeref:typename:int 183 reading = 1; 185 reading = 0; 218 * an "echo" command to the shell and reading its output.
|
extern.h | 181 extern int reading;
|
/src/sys/arch/vax/boot/common/ |
romread.S | 64 pushl 4(%ap) # lbn to start reading 80 pushl 4(%ap) # lbn to start reading
|
/src/usr.bin/make/unit-tests/ |
job-output-long-lines.mk | 14 # beginning of a line, even though this is expected by anyone reading the log
|
varname-makefile.mk | 47 # Additional makefiles can be added while reading a makefile. They will be
|
varname-vpath.mk | 28 # It is evaluated only once, between reading the makefiles and making the
|
deptgt-posix.mk | 72 # strict reading of POSIX 2018 makes the makefile non-conforming. 83 # a strict reading of POSIX 2018 makes the makefile non-conforming.
|
varparse-undef-partial.mk | 39 # variable name, as would be expected from reading the expression.
|
opt-file.mk | 20 # make-2014.01.01.00.00.00 invoked undefined behavior, reading text from
|
/src/sys/dev/onewire/ |
owtemp.c | 257 uint32_t reading; local in function:owtemp_refresh 262 if (owtemp_update(sc, &reading)) { 264 sc->sc_sensor.value_cur = reading;
|
/src/sys/arch/evbarm/smdk2xx0/ |
smdk2410_kbd.c | 221 short reading, enable; member in struct:sskbd_softc 317 sc->reading = sc->enable = 0; 370 sc->reading = 1; 393 if (sc->reading == 0) 396 sc->reading = 0;
|
/src/common/dist/zlib/contrib/pascal/ |
zlibpas.pas | 57 extra_max: Integer; (* space at extra (only when reading header) *) 59 name_max: Integer; (* space at name (only when reading header) *) 61 comm_max: Integer; (* space at comment (only when reading header) *) 63 done: Integer; (* true when done reading gzip header *)
|
/src/sys/arch/m68k/060sp/dist/ |
changes | 42 was reading the intermediate bytes. Emulation now only
|
/src/common/dist/zlib/contrib/ada/ |
test.adb | 90 -- reading data from the File_In. 376 -- Compare reading from original file and from 400 -- Compress by reading from compression stream.
|
read.adb | 69 -- reading data from the File_In.
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_malloc_mac.inc | 244 // this would require reading at most |new_size| bytes from
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos5420-cpus.dtsi | 15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
|
exynos5422-cpus.dtsi | 14 * booting cluster (big or LITTLE) is chosen by IROM code by reading
|
/src/sys/dev/ |
ipmi.c | 1425 /* Convert IPMI reading from sensor factors */ 1438 /* Calculate linear reading variables */ 1444 /* Calculate sensor reading: 1476 ipmi_convert_sensor(uint8_t *reading, struct ipmi_sensor *psensor) 1483 val = ipmi_convert(reading[0], s1, 6) + 273150000; 1487 val = ipmi_convert(reading[0], s1, 6); 1491 val = ipmi_convert(reading[0], s1, 0); 1649 envsys_data_t *edata, uint8_t *reading) 1653 /* Get reading of sensor */ 1654 edata->value_cur = ipmi_convert_sensor(reading, psensor) [all...] |