Home
last modified time | relevance | path

Searched refs:read (Results 176 – 200 of 1509) sorted by relevance

12345678910>>...61

/illumos-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c313 if (read(devfd, verbuf, trksiz) != trksiz) { in scandisk()
324 if (read(devfd, verbuf, sector_size) != in scandisk()
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.tmpl38 # will be read (if it exists). When IP addresses are allocated per-port
44 # is the name of the peer. This file is then read by using the pppd "call"
/illumos-gate/usr/src/cmd/sendmail/
H A DREAD_ME33 before proceeding with your installation. If you have read these
34 before, you should still read through the second one again anyhow,
/illumos-gate/usr/src/common/mapfiles/common/
H A Dmap.filter24 # Creates a single, read-only, executable text segment to catch all loadable
29 # be constructed as a single read-only segment, the execute attribute of the
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmain.c228 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) in main()
252 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) in main()
/illumos-gate/usr/src/cmd/backup/lib/
H A Dmyrcmd.c234 retval = read(s, &c, 1); in myrcmd()
264 while (read(s, &c, 1) == 1) { in myrcmd()
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.S55 lduh [%o0], %g2 ! read data
/illumos-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt36 solaris.admin.wusb.read:::Read Wireless USB Host and Device Information::help=WUSBread.html
83 solaris.network.autoconf.read:::View Network Auto-Magic Config::help=NetworkAutoconfRead.html
107 solaris.profmgr.read:::View Rights::help=AuthProfmgrRead.html
178 solaris.smf.read.smb:::Read permission for protected SMF SMB Service Properties::help=AuthReadSMB.h…
181 solaris.smf.read.stmf:::Read STMF Provider Private Data::help=SmfSTMFRead.html
187 solaris.smf.read.ndmp:::Read permission for protected SMF NDMP Service Properties::help=AuthReadNDM…
199 solaris.system.sysevent.read:::Retrieve Sysevents::help=SysSyseventRead.html
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c174 if (read(fcode_fd, fcode_buf, FCODE_HDR) != FCODE_HDR) { in q_qlgc_update()
600 if (read(fd, sbus_info, file_size) < 0) { in q_findSbusfile()
808 if (read(fcode_fd, download_p->dl_fcode, fcode_size) in q_load_file()
816 if (read(fcode_fd, bin, fcode_size) in q_load_file()
1006 if (read(fcode_fd, bin, fcode_size) in fcode_load_file()
1389 read(fcode_fd, image, image_size); in emulex_fcode_reader()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c513 (read(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != in dbm_slow_nextkey()
586 (read(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != in dbm_do_nextkey()
744 (read(db->dbm_dirf, db->dbm_dirbuf, DBLKSIZ) != in dbm_access()
774 (read(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) in dbm_access()
802 (read(db->dbm_dirf, db->dbm_dirbuf, DBLKSIZ) != DBLKSIZ)) in getbit()
827 (read(db->dbm_dirf, db->dbm_dirbuf, DBLKSIZ) != DBLKSIZ)) in setbit()
/illumos-gate/usr/src/lib/iconv_modules/euro/utils/gentbl/
H A Drewritetbl.c51 if (read(fd, inbuf, inbytesleft) != inbytesleft) { in main()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin64.h165 #define read _read macro
/illumos-gate/usr/src/test/zfs-tests/cmd/file_check/
H A Dfile_check.c75 if ((n = read(bigfd, &bigbuffer, bigbuffersize)) == -1) { in main()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg79 @ EIO_READ "I/O error: raw read"
82 @ EIO_VM "I/O error: region read"
125 @ EREQ_UPDWRT "Request error: update() for write on read-only file"
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c476 if ((ret = read(fd, &pid, sizeof (pid))) < 0) { in read_pid()
615 if (read(p0[0], &ch, 1) == 1) in pcsync_close()
623 (void) read(p1[0], &ch, 1); in pcsync_close()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c107 inleft = read(infile, &inbuff[0], BUFSIZ); in getdict()
179 inleft = read(infile, inp = &inbuff[0], BUFSIZ); in decode()
569 inleft = read(infile, inp = inbuff, BUFSIZ); in getch()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc116 cnt = read(getfd(), (char *)&fhdr, sizeof (fhdr)); in decode_filehdr()
129 cnt = read(getfd(), ibuf, infosize); in decode_filehdr()
351 cnt = read(fd, (char *)buf, (int)cnt); in ReadData()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_hw.h139 } read; member
169 } read; member
405 s32 (*read)(struct igc_hw *, u16, u16, u16 *); member
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dyk.c63 if ((ret = read(fd, buf, sizeof (buf))) < 0) { in main()
/illumos-gate/usr/src/boot/libsa/
H A Dgets.c97 err = read(fd, &c, sizeof (c)); in fgetstr()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dlogdir.c73 i = read(pwf, line, BUFSIZ); in logdir()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.S989 ldub [%o0], %o3 ! read byte
1024 lduw [%o0], %o3 ! read word
1029 lduw [%o0 - 4], %o3 ! read word
1059 lduw [%o0], %o3 ! read word
1169 lduw [%o0], %o3 ! read word
1185 lduw [%o0], %o3 ! read word
1865 ldub [%o0], %o3 ! read byte
1903 lduw [%o0], %o3 ! read word
1939 lduw [%o0], %o3 ! read word
2059 lduw [%o0], %o3 ! read word
[all …]
H A Dopl_olympus_copy.S946 ldub [%o0], %o3 ! read byte
977 lduw [%o0], %o3 ! read word
982 lduw [%o0 - 4], %o3 ! read word
1008 lduw [%o0], %o3 ! read word
1122 lduw [%o0], %o3 ! read word
1138 lduw [%o0], %o3 ! read word
1799 ldub [%o0], %o3 ! read byte
1837 lduw [%o0], %o3 ! read word
1873 lduw [%o0], %o3 ! read word
1993 lduw [%o0], %o3 ! read word
[all …]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c221 if (read(fd, buf, sizeof (buf)) > 0) in next_job_id()
404 if ((read(fd, buf, 1) != 1) || (buf[0] != 0)) in send_lpd_message()
532 if (read(fd, metadata, st.st_size) != st.st_size) { in submit_job()
817 while ((c = read(fd, buf, sizeof (buf))) > 0) in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcdio.c77 rv = read(f->file,buf,io);
98 (rv = type == SF_READ ? read(f->file,buf,rw) : write(f->file,buf,rw)) > 0 )

12345678910>>...61