/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceFunctions | 44 * /usr/sbin/dtrace -f read 48 * /usr/sbin/dtrace -f read: 52 * /usr/sbin/dtrace -f ::read 56 * /usr/sbin/dtrace -f ::read: 60 * /usr/sbin/dtrace -f genunix:read 64 * /usr/sbin/dtrace -f sysinfo:genunix:read 66 * and function read. 69 * /usr/sbin/dtrace -f sysinfo::read 81 * /usr/sbin/dtrace -f read -f write 85 * /usr/sbin/dtrace -f read -f fight [all …]
|
H A D | man.ListProbesWithFunctions | 45 * /usr/sbin/dtrace -lf 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 75 * /usr/sbin/dtrace -lf read -lm fight 76 * RESULT: List of only read probes. 87 * /usr/sbin/dtrace -lf read'{printf("FOUND");}' [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: 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: 94 * /usr/sbin/dtrace -n read: -n fight: [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: 91 * /usr/sbin/dtrace -ln read: -ln write: 95 * /usr/sbin/dtrace -ln read: -ln fight: [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) 62 read-tick @ dup 1+ 4 mod read-tick ! 70 read-start @ sr at-xy 89 : read-reset ( -- ) 140 s" Boot Password: " read ( prompt -- ) 145 2drop read-reset 151 s" GELI Passphrase: " read ( prompt -- ) 153 read-reset 170 s" Password: " read ( prompt -- ) [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 | 66 if (read(fd, credp, size) >= minsize) in proc_get_cred() 86 if (read(fd, *psf, sizeof (prsecflags_t)) == in proc_get_secflags() 116 read(fd, rv, statb.st_size) != statb.st_size) { in proc_get_priv() 155 if ((ssize = read(fd, pldt, size)) < 0) in proc_get_ldt() 175 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_psinfo() 192 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_status() 215 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0) in proc_get_auxv() 232 if (read(fd, lwpip, sizeof (*lwpip)) == sizeof (*lwpip)) in proc_get_lwpsinfo()
|
/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" 58 @ MSG_DB_READDBGFAIL_4 "rtld_db: rli: failed to read dynlm_list: 0x%llx" 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" 78 @ MSG_DB_READFAIL_4 "rtld_db: fde: read of 0x%llx failed" 79 @ MSG_DB_READFAIL_5 "rtld_db: ge: 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/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/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 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() 465 size_t read; in buf_read_file() local 477 fp->f_buf, &read); in buf_read_file() [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; 107 event ereport.chassis.sensor.read-fail@fan; 204 prop fault.sensor.read-fail@controller -> 207 prop fault.sensor.read-fail@fanmodule -> 210 prop fault.sensor.read-fail@fan -> 211 ereport.chassis.sensor.read-fail@fan; 213 prop fault.sensor.read-fail@psu -> [all …]
|
/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() 331 newdn->read.attrs = NULL; in copy_object_dn() [all …]
|
/illumos-gate/usr/src/cmd/ipf/lib/common/ |
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/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/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() 457 if (read(fd, &es, sizeof (es)) != sizeof (es)) { in load() 466 if (read(fd, p, es[i].sh_size) != in load() [all …]
|