/titanic_51/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceFunctions | 46 * /usr/sbin/dtrace -f read 47 * RESULT: tracing of matching list of probes with function read. 50 * /usr/sbin/dtrace -f read: 54 * /usr/sbin/dtrace -f ::read 55 * RESULT: tracing of matching list of probes with function read. 58 * /usr/sbin/dtrace -f ::read: 62 * /usr/sbin/dtrace -f genunix:read 63 * RESULT: tracing of probes with module genunix and function read. 66 * /usr/sbin/dtrace -f sysinfo:genunix:read 68 * and function read [all...] |
H A D | man.ListProbesWithFunctions | 47 * /usr/sbin/dtrace -lf read 48 * RESULT: matching list of probes with function read. 51 * /usr/sbin/dtrace -lf genunix:read 53 * function read. 56 * /usr/sbin/dtrace -lf sysinfo:genunix:read 58 * genunix and function read. 65 * /usr/sbin/dtrace -lf ::read: 73 * /usr/sbin/dtrace -lf read -lf write 74 * RESULT: matching list of both read and write probes. 77 * /usr/sbin/dtrace -lf read [all...] |
H A D | man.TraceNames | 46 * /usr/sbin/dtrace -n read 58 * /usr/sbin/dtrace -n genunix:read 62 * /usr/sbin/dtrace -n genunix:read: 63 * RESULT: trace of probes with module genunix and function read. 66 * /usr/sbin/dtrace -n sysinfo:genunix:read 70 * /usr/sbin/dtrace -n sysinfo:genunix:read: 72 * and function read. 83 * /usr/sbin/dtrace -n ::read: 84 * RESULT: tracing of probes with function read. 92 * /usr/sbin/dtrace -n read [all...] |
H A D | man.ListProbesWithNames | 47 * /usr/sbin/dtrace -ln read 59 * /usr/sbin/dtrace -ln genunix:read 63 * /usr/sbin/dtrace -ln genunix:read: 65 * function read. 68 * /usr/sbin/dtrace -ln sysinfo:genunix:read 72 * /usr/sbin/dtrace -ln sysinfo:genunix:read: 74 * genunix and function read. 84 * /usr/sbin/dtrace -ln ::read: 85 * RESULT: matching list of probes with and function read. 93 * /usr/sbin/dtrace -ln read [all...] |
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | showjournal.c | 30 read(db, aData, pagesize); in print_page() 60 read(db, zBuf, 8); in main() 62 read(db, &u, sizeof(u)); in main() 64 read(db, &u, sizeof(u)); in main() 67 read(db, zBuf2, sizeof(zBuf2)); in main() 70 while( read(db, zBuf2, sizeof(zBuf2))==sizeof(zBuf2) ){ in main() 74 read(db, &u, sizeof(u)); in main()
|
/titanic_51/usr/src/uts/common/pcmcia/sys/ |
H A D | cis.h | 222 #define BAD_CIS_ADDR 0x080000000 /* read past end of mapped CIS error */ 260 cisdata_t *byte; /* read pointer for GET_BYTE macros */ 262 } read; member 279 #define CISTPLF_FROM_AM 0x000000040 /* tuple read from AM space */ 280 #define CISTPLF_FROM_CM 0x000000080 /* tuple read from CM space */ 328 ((uintptr_t)(tp)->read.byte - \ 330 *(tp)->read.byte++ : ((tp)->flags |= CISTPLF_MEM_ERR)) 332 ((uintptr_t)(tp)->read.byte - \ 337 (((uintptr_t)(tp)->read.byte - \ 339 *(cisdata_t *)(tp)->read [all...] |
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | check-password.4th | 39 variable read-tick \ Twiddle position (used by read) 40 variable read-start \ Starting X offset (column)(used by read) 50 \ called by the read function. You need not call it directly. NOTE: arrow keys 63 read-tick @ dup 1+ 4 mod read-tick ! 71 read-start @ 25 at-xy 90 : read-reset ( -- ) 95 : read ( [all...] |
/titanic_51/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 48 : read-disk-blocks ( adr len dev-block# -- ) 49 blk>byte dev-ih read-disk 75 super-block /super-block super-block# read-disk-blocks 87 : read-fs-blocks ( adr len fs-blk# -- ) fsbtodb read-disk-blocks ; 121 read-fs-blocks 148 2dup bsize swap read-fs-blocks ( adr fs-blk# r: var ) 217 : read-one-block ( adr block# -- ) 219 bsize swap read-fs-blocks 225 : read [all...] |
/titanic_51/usr/src/cmd/tic/ |
H A D | tic_read.c | 150 read(fd, &header, sizeof (header)); 166 read(fd, TermNames, min(127, header.name_size)); 174 read(fd, UB, min(BoolCount, header.bool_count)); 182 read(fd, &ch, 1); 185 read(fd, (char *)UN, min(NumCount, header.num_count) * 2); 188 read(fd, (char *)bytebuf, 2); 226 numread = read(fd, byte, 2*min(num_strings, 245 numread = read(fd, number, 2*min(num_strings, 270 numread = read(fd, pst, header.str_size);
|
/titanic_51/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 o [all...] |
/titanic_51/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 41 * open() / read() / close() of the necessary /proc files so the 63 if (read(fd, credp, size) >= minsize) in proc_get_cred() 86 read(fd, rv, statb.st_size) != statb.st_size) { in proc_get_priv() 125 if ((ssize = read(fd, pldt, size)) < 0) in proc_get_ldt() 145 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_psinfo() 162 if (read(fd, psp, sizeof (*psp)) == sizeof (*psp)) in proc_get_status() 185 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0) in proc_get_auxv()
|
/titanic_51/usr/src/cmd/tip/aculib/ |
H A D | hayes.c | 71 (void) read(FD, &code, 1); in hayes_dialer() 72 (void) read(FD, &cr, 1); in hayes_dialer() 74 (void) read(FD, &cr, 1); in hayes_dialer() 144 (void) read(FD, &code, 1); in hayes_sync() 145 (void) read(FD, &cr, 1); in hayes_sync()
|
H A D | biz31.c | 123 (void) read(FD, &c, 1); in echo() 134 (void) read(FD, &c, 1); in echo() 162 (void) read(FD, &c, 1); in detect() 182 (void) read(FD, &c, 1); in flush() 225 (void) read(fd, buf, 10); in bizsync()
|
H A D | ventel.c | 71 (void) read(FD, &c, 1); in ven_dialer() 113 (void) read(FD, &c, 1); in echo() 124 (void) read(FD, &c, 1); in echo() 152 (void) read(FD, &c, 1); in gobble() 212 (void) read(fd, buf, min(nread, 60)); in vensync()
|
/titanic_51/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 [all...] |
/titanic_51/usr/src/cmd/bnu/ |
H A D | interface.c | 61 GLOBAL ssize_t (*Read)() = read, 92 ssize_t (*IN_read)(); /* read function */ 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, writ [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.macroglob.ksh.out | 3 read entry 5 read entry 10 read entry
|
/titanic_51/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
|
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | cd9660.c | 130 size_t read; in susp_lookup_record() local 147 ISO_DEFAULT_BLOCK_SIZE, susp_buffer, &read); in susp_lookup_record() 150 if (error != 0 || read != ISO_DEFAULT_BLOCK_SIZE) in susp_lookup_record() 279 size_t buf_size, read, dsize, off; in cd9660_open() local 291 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open() 294 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open() 327 buf, &read); in cd9660_open() 330 if (read != ISO_DEFAULT_BLOCK_SIZE) { in cd9660_open() 390 ISO_DEFAULT_BLOCK_SIZE, buf, &read); in cd9660_open() 393 if (read ! in cd9660_open() 436 size_t read; buf_read_file() local [all...] |
/titanic_51/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
|
/titanic_51/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 [all...] |
/titanic_51/usr/src/boot/sys/boot/efi/boot1/ |
H A D | ufs_module.c | 99 ssize_t read; in load() local 115 printf("Failed to read size of '%s' ino: %d\n", filepath, ino); in load() 121 printf("Failed to allocate read buffer %zu for '%s' (%lu)\n", in load() 126 read = fsread(ino, buf, size); in load() 127 if ((size_t)read != size) { in load() 128 printf("Failed to read '%s' (%zd != %zu)\n", filepath, read, in load()
|
/titanic_51/usr/src/cmd/tip/ |
H A D | tipout.c | 35 (void) read(fildes[0], &ccc, 1); in intIOT() 50 (void) read(fildes[0], &c, 1); in intEMT() 53 (void) read(fildes[0], &c, 1); in intEMT() 124 cnt = read(FD, buf, BUFSIZ); in tipout()
|
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_sn.c | 68 if (read(fd, (char *)&sh, sizeof(sh)) != sizeof(sh)) 95 * read in the header (and validate) which should be the first record 103 if (read(sfd, (char *)rec, sizeof(*rec)) != sizeof(*rec)) 122 * read an entire snoop packet record. only the data part is copied into 141 if (read(sfd, bufp, i) != i) 152 * return only an IP packet read into buf 174 if (read(sfd, s, i) != i)
|
/titanic_51/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | zfsboot.c | 207 read(fd, cmd, sizeof(cmd)); in main() 282 if (read(fd, &hdr, sizeof(hdr)) != sizeof(hdr)) { in load() 299 if (read(fd, p, hdr.ex.a_text) != hdr.ex.a_text) { in load() 304 if (read(fd, p, hdr.ex.a_data) != hdr.ex.a_data) { in load() 313 if (read(fd, p, hdr.ex.a_syms) != hdr.ex.a_syms) { in load() 318 if (read(fd, p, sizeof(int)) != sizeof(int)) { in load() 325 if (read(fd, p, x) != x) { in load() 334 if (read(fd, ep + j, sizeof(ep[0])) != sizeof(ep[0])) { in load() 344 if (read(fd, p, ep[i].p_filesz) != ep[i].p_filesz) { in load() 354 if (read(f in load() [all...] |