| /illumos-gate/usr/src/cmd/zlook/ |
| H A D | zlook.c | 205 boolean_t reading = B_FALSE; local 228 reading = B_TRUE; 232 reading = B_TRUE; 235 reading = B_TRUE; 238 reading = B_TRUE; 260 if ((checking && looking) || (checking && reading) || 261 (looking && reading) || (!reading && bflag) || 262 (!checking && !reading && !looking)) 312 if (reading) { [all...] |
| /illumos-gate/usr/src/grub/grub-0.97/ |
| H A D | compile | 46 right script to run: please start by reading the file `INSTALL'.
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | memcmp.s | 153 dec 4, %o3 ! avoid reading beyond the last byte 176 dec 4, %o3 ! avoid reading beyond the last byte 199 dec 4, %o3 ! avoid reading beyond the last byte
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | memcmp.s | 150 dec 4, %o3 ! avoid reading beyond the last byte 173 dec 4, %o3 ! avoid reading beyond the last byte 196 dec 4, %o3 ! avoid reading beyond the last byte
|
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_method.c | 368 * type, state, units, reading 391 double reading; local 414 reading = 0; 440 TOPO_PROP_VAL_VAL, &reading); 460 TOPO_SENSOR_READING, reading) != 0) ||
|
| /illumos-gate/usr/src/lib/libresolv2/common/isc/ |
| H A D | ctl_srvr.c | 73 available = 0, initializing, writing, reading, reading_data, enumerator in enum:state 152 "available", "initializing", "writing", "reading", 490 sess->state == reading || 495 if (sess->state == reading || sess->state == reading_data) 547 ctl_new_state(sess, reading, me); 555 REQUIRE(sess->state == reading || sess->state == reading_data); 577 REQUIRE(sess->state == reading || sess->state == reading_data); 666 REQUIRE(sess->state == reading); 670 if (sess->state == reading || sess->state == reading_data)
|
| /illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/ |
| H A D | ndr_svc.c | 444 int reading = (rw == UIO_READ); local 461 if (reading)
|
| /illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
| H A D | fac_prov_ipmi.c | 193 * reading to read the value. This method implements this alternative 208 ipmi_sensor_reading_t *reading; local 298 if ((reading = ipmi_get_sensor_reading(hdl, csp->is_cs_number)) 300 topo_mod_dprintf(mod, "Failed to get sensor reading " 308 if (reading->isr_state & 339 ipmi_sensor_reading_t *reading; local 395 if ((reading = ipmi_get_sensor_reading(hdl, sensor_num)) 397 topo_mod_dprintf(mod, "Failed to get sensor reading for sensor " 411 nvlist_add_uint32(nvl, TOPO_PROP_VAL_VAL, reading->isr_state) 431 ipmi_sensor_reading_t *reading; local [all...] |
| /illumos-gate/usr/src/uts/sun4u/starfire/ml/ |
| H A D | drmach.il.cpp | 116 ldxa [%o0 + %o1]ASI_MEM, %g0 ! start reading from physaddr + size
|
| /illumos-gate/usr/src/uts/common/io/ |
| H A D | ramdisk.c | 1056 int reading = bp->b_flags & B_READ; local 1076 if (reading) {
|
| /illumos-gate/usr/src/uts/sun4u/sys/ |
| H A D | rmc_comm_hproto.h | 489 rsci8 sensor_status; /* tells whether the reading is */ 519 rsci8 sensor_status; /* tells whether the reading is */ 549 rsci8 sensor_status; /* tells whether the reading is */ 592 rsci8 sensor_status; /* tells whether the reading is */ 670 rsci8 sensor_status; /* tells whether the reading is */ 730 rsci8 sensor_status; /* tells whether the reading is */ 803 rsci8 sensor_status; /* tells whether the reading */ 806 dp_volt_reading_t reading; /* value in mV. */ member in struct:dp_volt_status 834 rsci8 sensor_status; /* tells whether the reading is */
|
| /illumos-gate/usr/src/uts/i86pc/ml/ |
| H A D | locore.s | 1772 / as desired. The simplistic approach of reading the TSC counter and 1975 / as desired. The simplistic approach of reading the TSC counter and
|
| /illumos-gate/usr/src/uts/sun4/ml/ |
| H A D | interrupt.s | 597 ! t_intr_start. This guarantees atomicity in reading t_intr_start, 598 ! reading %tick, and updating t_intr_start.
|
| /illumos-gate/usr/src/uts/sun4u/cpu/ |
| H A D | spitfire_asm.s | 791 * Flush the entire e$ using displacement flush by reading through a 793 * reading this physical address range so that data doesn't go to d$. 804 ldxa [%o0 + %o1]ASI_MEM, %g0 ! start reading from physaddr + size 838 ldxa [%o0 + %g3]ASI_MEM, %g0 ! start reading from physaddr + size 879 * reading - not really possible, but we'll live with it for now. 1244 * NB - In Spitfire cpus, when reading a tte from the hardware, we
|
| /illumos-gate/usr/src/lib/libmvec/common/vis/ |
| H A D | __vcos.S | 104 ! define pipes for easier reading 139 ! define __vlibm_TBL_sincos_hi & lo for easy reading 144 ! define constants for easy reading
|
| H A D | __vlog_ultra3.S | 2203 ! define pipes for easier reading
|
| /illumos-gate/usr/src/uts/common/io/scsi/targets/ |
| H A D | st.c | 307 static const char rdg_str[] = "reading"; 3433 (flag & FREAD) && /* reading or at least asked to */ 3442 * if we were reading and did not read the complete file 3513 * set while reading. 4104 char reading = bp->b_flags & B_READ; local 4219 * Process this first. If we were reading, and we're pending 4251 if (st_determine_density(un, (int)reading)) { 4258 un->un_pos.fileno, (int)reading, 4262 if (!reading && un->un_pos.eof != ST_EOM) { 4313 * Also note that ST_EOM cannot be set by reading [all...] |
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | rmclomv.c | 2103 rmc_volts_r.volt_status[0].reading; 3164 * so there's no point in locking it before reading
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 1114 % So open here the files we need to have open while reading the input. 5593 % done by making ^^M (\endlinechar) catcode 12 when reading the macro
|