Home
last modified time | relevance | path

Searched defs:nbyte (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/lib/libwanboot/common/
H A Dsocket_inet.c49 socket_read(int fildes, void *buf, size_t nbyte, int read_timeout) in socket_read()
80 socket_write(int fildes, const void *buf, size_t nbyte, in socket_write()
/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dinject.c42 read(int fildes, void *buf, size_t nbyte) in read()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c210 secure_write(int fd, const void *inbuf, size_t nbyte) in secure_write()
230 static int secure_putbuf(int fd, uchar_t *buf, uint_t nbyte) in secure_putbuf()
367 secure_read(int fd, void *inbuf, size_t nbyte) in secure_read()
/titanic_50/usr/src/lib/libc/port/stdio/
H A D_filbuf.c57 size_t nbyte; in _filbuf() local
/titanic_50/usr/src/lib/libcurses/screen/
H A Dwgetstr.c61 int nbyte = 0; in wgetnstr() local
H A Dmbaddch.c149 int n, x, y, nc, m, len, nbyte, ty; in _mbaddch() local
/titanic_50/usr/src/lib/fm/topo/modules/common/nic/
H A Dtopo_nic.c83 uint_t nbyte; in nic_create_transceiver() local
/titanic_50/usr/src/lib/libc/port/threads/
H A Dscalls.c897 pread(int fildes, void *buf, size_t nbyte, off_t offset) in pread()
907 pread64(int fildes, void *buf, size_t nbyte, off64_t offset) in pread64()
937 pwrite(int fildes, const void *buf, size_t nbyte, off_t offset) in pwrite()
947 pwrite64(int fildes, const void *buf, size_t nbyte, off64_t offset) in pwrite64()
/titanic_50/usr/src/stand/lib/sock/
H A Dsocket.c516 socket_read(int s, void *buf, size_t nbyte, int read_timeout) in socket_read()
546 socket_write(int s, const void *buf, size_t nbyte, struct sockaddr_in *addr) in socket_write()
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.h589 #define SSOP_READ_CBLOCK(ssp, resource, buf, nbyte, srcoffset) \ argument
609 #define SSOP_WRITE_CBLOCK(ssp, resource, buf, nbyte, destoffset) \ argument
/titanic_50/usr/src/lib/libsasl/lib/
H A Dcheckpw.c472 static int retry_read(int fd, void *buf0, unsigned nbyte) in retry_read()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c537 xlate_data(FSTATE *fstate, void *buf, size_t nbyte, Elf_Type xlate_type) in xlate_data()
580 read_data(FSTATE *fstate, Off offset, void *buf, size_t nbyte, in read_data()
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c782 s10_getdents_common(sysret_t *rval, int fd, char *buf, size_t nbyte, in s10_getdents_common()
919 s10_getdents(sysret_t *rval, int fd, struct dirent *buf, size_t nbyte) in s10_getdents()
933 s10_getdents64(sysret_t *rval, int fd, struct dirent64 *buf, size_t nbyte) in s10_getdents64()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c905 mdb_dump_aux_ptr(void *buf, size_t nbyte, uint64_t offset, void *arg) in mdb_dump_aux_ptr()
922 mdb_dump_aux_partial(void *buf, size_t nbyte, uint64_t offset, void *arg) in mdb_dump_aux_partial()
/titanic_50/usr/src/lib/libproc/common/
H A DPcontrol.c2132 size_t nbyte, /* number of bytes to read */ in Pread()
2147 int nbyte; in Pread_string() local
2179 size_t nbyte, /* number of bytes to write */ in Pwrite()
/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_traverse.c222 fs_getdents(int fildes, struct dirent *buf, size_t *nbyte, in fs_getdents()
/titanic_50/usr/src/common/net/wanboot/
H A Dboot_http.c2786 http_srv_send(http_conn_t *c_id, const void *buf, size_t nbyte) in http_srv_send()
2806 http_srv_recv(http_conn_t *c_id, void *buf, size_t nbyte) in http_srv_recv()
/titanic_50/usr/src/cmd/truss/
H A Dprint.c605 ssize_t nbyte = ISWRITE(syscall)? pri->sys_args[2] : in prt_iob() local
1402 grow(private_t *pri, int nbyte) /* reallocate format buffer if necessary */ in grow()
H A Dmain.c2280 int nbyte; in fetchstring() local
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c380 int nbyte; /* Number of bytes to send this command */ member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c5311 size_t nbyte, total_len; in ql_send_common() local