/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceFunctions | 44 * /usr/sbin/dtrace -f read 45 * RESULT: tracing of matching list of probes with function read. 48 * /usr/sbin/dtrace -f read: 52 * /usr/sbin/dtrace -f ::read 53 * RESULT: tracing of matching list of probes with function read. 56 * /usr/sbin/dtrace -f ::read: 60 * /usr/sbin/dtrace -f genunix:read 61 * RESULT: tracing of probes with module genunix and function read. 64 * /usr/sbin/dtrace -f sysinfo:genunix:read 66 * and function read. [all …]
|
H A D | man.ListProbesWithFunctions | 45 * /usr/sbin/dtrace -lf read 46 * RESULT: matching list of probes with function read. 49 * /usr/sbin/dtrace -lf genunix:read 51 * function read. 54 * /usr/sbin/dtrace -lf sysinfo:genunix:read 56 * genunix and function read. 63 * /usr/sbin/dtrace -lf ::read: 71 * /usr/sbin/dtrace -lf read -lf write 72 * RESULT: matching list of both read and write probes. 75 * /usr/sbin/dtrace -lf read -lm fight [all …]
|
H A D | man.TraceNames | 44 * /usr/sbin/dtrace -n read 56 * /usr/sbin/dtrace -n genunix:read 60 * /usr/sbin/dtrace -n genunix:read: 61 * RESULT: trace of probes with module genunix and function read. 64 * /usr/sbin/dtrace -n sysinfo:genunix:read 68 * /usr/sbin/dtrace -n sysinfo:genunix:read: 70 * and function read. 81 * /usr/sbin/dtrace -n ::read: 82 * RESULT: tracing of probes with function read. 90 * /usr/sbin/dtrace -n read: -n write: [all …]
|
H A D | man.ListProbesWithNames | 45 * /usr/sbin/dtrace -ln read 57 * /usr/sbin/dtrace -ln genunix:read 61 * /usr/sbin/dtrace -ln genunix:read: 63 * function read. 66 * /usr/sbin/dtrace -ln sysinfo:genunix:read 70 * /usr/sbin/dtrace -ln sysinfo:genunix:read: 72 * genunix and function read. 82 * /usr/sbin/dtrace -ln ::read: 83 * RESULT: matching list of probes with and function read. 91 * /usr/sbin/dtrace -ln read: -ln write: [all …]
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | showjournal.c | 27 read(db, aData, pagesize); in print_page() 57 read(db, zBuf, 8); in main() 59 read(db, &u, sizeof(u)); in main() 61 read(db, &u, sizeof(u)); in main() 64 read(db, zBuf2, sizeof(zBuf2)); in main() 67 while( read(db, zBuf2, sizeof(zBuf2))==sizeof(zBuf2) ){ in main() 71 read(db, &u, sizeof(u)); in main()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | check-password.4th | 38 variable read-tick \ Twiddle position (used by read) 39 variable read-start \ Starting X offset (column)(used by read) 49 \ called by the read function. You need not call it directly. NOTE: arrow keys 62 read-tick @ dup 1+ 4 mod read-tick ! 70 read-start @ sr at-xy 89 : read-reset ( -- ) 94 : read ( c-addr/u -- ) \ Expects string prompt as stack input 97 dup 1+ read-start ! \ Store X offset after the prompt 98 0 readlen ! \ Initialize the read length 115 3 spaces read-start @ sr at-xy \ Erase the twiddle [all …]
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis.h | 260 } read; member 326 ((uintptr_t)(tp)->read.byte - \ 328 *(tp)->read.byte++ : ((tp)->flags |= CISTPLF_MEM_ERR)) 330 ((uintptr_t)(tp)->read.byte - \ 335 (((uintptr_t)(tp)->read.byte - \ 337 *(cisdata_t *)(tp)->read.sword++ : \ 339 #define GET_AM_LEN(tp) ((size_t)(tp)->len - (((uintptr_t)(tp)->read.byte - \ 343 #define RESET_TP(tp) (tp)->read.byte = (tp)->data 344 #define LOOK_BYTE(tp) *(tp)->read.byte 345 #define GET_BYTE_ADDR(tp) (tp)->read.byte
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_read.c | 156 read(fd, &header, sizeof (header)); in read_entry() 172 read(fd, TermNames, min(127, header.name_size)); in read_entry() 180 read(fd, UB, min(BoolCount, header.bool_count)); in read_entry() 188 read(fd, &ch, 1); in read_entry() 191 read(fd, (char *)UN, min(NumCount, header.num_count) * 2); in read_entry() 194 read(fd, (char *)bytebuf, 2); in read_entry() 232 numread = read(fd, byte, 2*min(num_strings, in read_entry() 251 numread = read(fd, number, 2*min(num_strings, in read_entry() 276 numread = read(fd, pst, header.str_size); in read_entry()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 67 if (read(fd, credp, size) >= minsize) in proc_get_cred() 87 if (read(fd, *psf, sizeof (prsecflags_t)) == in proc_get_secflags() 117 read(fd, rv, statb.st_size) != statb.st_size) { in proc_get_priv() 156 if ((ssize = read(fd, pldt, size)) < 0) in proc_get_ldt() 176 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_psinfo() 193 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_status() 216 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0) in proc_get_auxv() 233 if (read(fd, lwpip, sizeof (*lwpip)) == sizeof (*lwpip)) in proc_get_lwpsinfo() 250 if (read(fd, lwp, sizeof (*lwp)) == sizeof (*lwp)) in proc_get_lwpstatus()
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | librtld_db.msg | 55 @ MSG_DB_READDBGFAIL_1 "rtld_db: rli: failed to read rtld_db_priv: 0x%llx" 56 @ MSG_DB_READDBGFAIL_2 "rtld_db: reg: failed to read rdebug: 0x%llx" 57 @ MSG_DB_READDBGFAIL_3 "rtld_db: rli: failed to read rtd_dynlmlst: 0x%llx" 58 @ MSG_DB_READDBGFAIL_4 "rtld_db: rli: failed to read dynlm_list: 0x%llx" 59 @ MSG_DB_READDBGFAIL_5 "rtld_db: rli: failed to read dynlm_list->ap_data[]: \ 61 @ MSG_DB_READDBGFAIL_6 "rtld_db: rli: failed to read Lm_list: 0x%llx" 62 @ MSG_DB_READPRIVFAIL_1 "rtld_db: rr: fail to read rtld_db_priv: 0x%llx" 75 @ MSG_DB_READFAIL_1 "rtld_db: vr: read of 0x%llx failed" 76 @ MSG_DB_READFAIL_2 "rtld_db: rpr: read of 0x%llx failed" 77 @ MSG_DB_READFAIL_3 "rtld_db: roe: read of 0x%llx failed" [all …]
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | hayes.c | 69 (void) read(FD, &code, 1); in hayes_dialer() 70 (void) read(FD, &cr, 1); in hayes_dialer() 72 (void) read(FD, &cr, 1); in hayes_dialer() 142 (void) read(FD, &code, 1); in hayes_sync() 143 (void) read(FD, &cr, 1); in hayes_sync()
|
H A D | biz31.c | 121 (void) read(FD, &c, 1); in echo() 132 (void) read(FD, &c, 1); in echo() 160 (void) read(FD, &c, 1); in detect() 180 (void) read(FD, &c, 1); in flush() 223 (void) read(fd, buf, 10); in bizsync()
|
H A D | ventel.c | 69 (void) read(FD, &c, 1); in ven_dialer() 111 (void) read(FD, &c, 1); in echo() 122 (void) read(FD, &c, 1); in echo() 150 (void) read(FD, &c, 1); in gobble() 210 (void) read(fd, buf, min(nread, 60)); in vensync()
|
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/ |
H A D | SUN-FM-MIB.mib | 155 MAX-ACCESS read-only 164 MAX-ACCESS read-only 174 MAX-ACCESS read-only 183 MAX-ACCESS read-only 192 MAX-ACCESS read-only 200 MAX-ACCESS read-only 269 MAX-ACCESS read-only 279 MAX-ACCESS read-only 287 MAX-ACCESS read-only 296 MAX-ACCESS read-only [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | interface.c | 61 GLOBAL ssize_t (*Read)() = read, 105 { "UNIX", read, write, ioctl, usetup, uteardown }, 108 { "TCP", read, write, ioctl, usetup, uteardown }, 112 { "Sytek", read, write, ioctl, usetup, uteardown }, 116 { "801", read, write, ioctl, usetup, uteardown }, 120 { "212", read, write, ioctl, usetup, uteardown }, 127 { "TLIS", read, write, tioctl, tssetup, uteardown }, 131 { "DK", read, write, ioctl, dksetup, dkteardown }, 134 { "Unetserver", read, write, ioctl, usetup, uteardown },
|
/illumos-gate/usr/src/test/os-tests/tests/signalfd/ |
H A D | basic_read.c | 33 sz = read(fd, info, sizeof (signalfd_siginfo_t) - 1); in main() 44 sz = read(fd, info, sizeof (signalfd_siginfo_t)); in main() 68 sz = read(fd, info, sizeof (signalfd_siginfo_t)); in main() 83 sz = read(fd, info, sizeof (info)); in main()
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memcmp.S | 155 ldub [%o1], %g1 ! read a byte to align for word reads 171 sub %o1, 1, %o1 ! used 3 bytes of the last word read 178 lduh [%o1], %g1 ! read 3 bytes to word align 194 sub %o1, 3, %o1 ! used 1 byte of the last word read 201 lduh [%o1], %g1 ! read a halfword to align s2 206 4: ld [%o0 + %o1], %g1 ! read a word from s2 207 ld [%o0], %o4 ! read a word from s1 216 sub %o1, 2, %o1 ! only used half of the last read word
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | cd9660.c | 128 size_t read; in susp_lookup_record() local 145 ISO_DEFAULT_BLOCK_SIZE, susp_buffer, &read); in susp_lookup_record() 148 if (error != 0 || read != ISO_DEFAULT_BLOCK_SIZE) in susp_lookup_record() 289 size_t read, dsize, off; in cd9660_open() local 303 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open() 306 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open() 339 buf, &read); in cd9660_open() 342 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open() 420 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open() 423 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open() [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 59 event fault.sensor.read-fail@controller; 60 event fault.sensor.read-fail@fanmodule; 61 event fault.sensor.read-fail@fan; 62 event fault.sensor.read-fail@psu; 105 event ereport.chassis.sensor.read-fail@controller; 106 event ereport.chassis.sensor.read-fail@fanmodule; 107 event ereport.chassis.sensor.read-fail@fan; 108 event ereport.chassis.sensor.read-fail@psu; 204 prop fault.sensor.read-fail@controller -> 205 ereport.chassis.sensor.read-fail@controller; [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.macroglob.ksh.out | 3 read entry 5 read entry 10 read entry
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcmp.S | 152 ldub [%o1], %g1 ! read a byte to align for word reads 168 sub %o1, 1, %o1 ! used 3 bytes of the last word read 175 lduh [%o1], %g1 ! read 3 bytes to word align 191 sub %o1, 3, %o1 ! used 1 byte of the last word read 198 lduh [%o1], %g1 ! read a halfword to align s2 202 4: lduw [%o0 + %o1], %g1 ! read a word from s2 203 lduw [%o0], %o4 ! read a word from s1 212 sub %o1, 2, %o1 ! only used half of the last read word
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_yp_util.c | 315 if (in->read.base == NULL) { in copy_object_dn() 316 newdn->read.base = NULL; in copy_object_dn() 318 newdn->read.base = s_strndup( in copy_object_dn() 319 in->read.base, strlen(in->read.base)); in copy_object_dn() 320 if (newdn->read.base == NULL) in copy_object_dn() 323 newdn->read.scope = in->read.scope; in copy_object_dn() 324 if (in->read.attrs) { in copy_object_dn() 325 newdn->read.attrs = s_strndup( in copy_object_dn() 326 in->read.attrs, strlen(in->read.attrs)); in copy_object_dn() 327 if (newdn->read.attrs == NULL) { in copy_object_dn() [all …]
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | tipout.c | 34 (void) read(fildes[0], &ccc, 1); in intIOT() 49 (void) read(fildes[0], &c, 1); in intEMT() 52 (void) read(fildes[0], &c, 1); in intEMT() 123 cnt = read(FD, buf, BUFSIZ); in tipout()
|
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | ipft_sn.c | 68 if (read(fd, (char *)&sh, sizeof(sh)) != sizeof(sh)) 103 if (read(sfd, (char *)rec, sizeof(*rec)) != sizeof(*rec)) 141 if (read(sfd, bufp, i) != i) 174 if (read(sfd, s, i) != i)
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | zfsboot.c | 295 if ((cmdlen = read(fd, cmd, sizeof (cmd))) > 0) in main() 383 if (read(fd, &hdr, sizeof (hdr)) != sizeof (hdr)) { in load() 400 if (read(fd, p, hdr.ex.a_text) != hdr.ex.a_text) { in load() 405 if (read(fd, p, hdr.ex.a_data) != hdr.ex.a_data) { in load() 414 if (read(fd, p, hdr.ex.a_syms) != hdr.ex.a_syms) { in load() 419 if (read(fd, p, sizeof (int)) != sizeof (int)) { in load() 426 if (read(fd, p, x) != x) { in load() 435 if (read(fd, ep + j, sizeof (ep[0])) != in load() 446 if (read(fd, p, ep[i].p_filesz) != ep[i].p_filesz) { in load() 457 if (read(fd, &es, sizeof (es)) != sizeof (es)) { in load() [all …]
|