Searched defs:nbyte (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/usr.sbin/kgzip/
H A Dxio.c70 xzero(const struct iodesc * id, size_t nbyte) argument
49 xcopy(const struct iodesc * idi, const struct iodesc * ido, size_t nbyte, off_t offset) argument
88 xread(const struct iodesc * id, void *buf, size_t nbyte, off_t offset) argument
103 xwrite(const struct iodesc * id, const void *buf, size_t nbyte) argument
[all...]
/freebsd-10-stable/tools/tools/kttcp/sys/
H A Dkttcp.c146 static int nbyte = 65536; variable
/freebsd-10-stable/tools/tools/vhba/faulty/
H A Dvhba_faulty.c140 unsigned int nbyte; local
/freebsd-10-stable/tools/tools/vhba/lots/
H A Dvhba_lots.c126 unsigned int nbyte; local
/freebsd-10-stable/tools/tools/vhba/medium/
H A Dvhba_medium.c126 unsigned int nbyte; local
/freebsd-10-stable/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c155 unsigned int nbyte; local
/freebsd-10-stable/tools/tools/vhba/simple/
H A Dvhba_simple.c126 unsigned int nbyte; local
/freebsd-10-stable/sys/boot/arm/at91/boot2/
H A Dboot2.c77 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
/freebsd-10-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c166 unsigned int nbyte; local
/freebsd-10-stable/sys/boot/common/
H A Dufsread.c168 fsread_size(ufs_ino_t inode, void *buf, size_t nbyte, size_t *fsizep) argument
321 fsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
/freebsd-10-stable/sys/boot/i386/gptboot/
H A Dgptboot.c95 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
/freebsd-10-stable/sys/boot/arm/ixp425/boot2/
H A Dboot2.c78 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
/freebsd-10-stable/usr.sbin/btxld/
H A Dbtxld.c446 copy(int fdi, int fdo, size_t nbyte, off_t offset) argument
466 readx(int fd, void *buf, size_t nbyte, off_t offset) argument
481 writex(int fd, const void *buf, size_t nbyte) argument
[all...]
/freebsd-10-stable/lib/libstand/
H A Ddosfs.c240 dos_read(struct open_file *fd, void *buf, size_t nbyte, size_t *resid) argument
714 ioread(DOS_FS *fs, u_int offset, void *buf, u_int nbyte) argument
[all...]
/freebsd-10-stable/sys/boot/pc98/boot2/
H A Dboot2.c148 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
328 size_t nbyte; local
/freebsd-10-stable/sys/boot/i386/boot2/
H A Dboot2.c146 xfsread(ufs_ino_t inode, void *buf, size_t nbyte) argument
199 size_t nbyte; local
/freebsd-10-stable/contrib/tcsh/
H A Dsh.misc.c655 xread(int fildes, void *buf, size_t nbyte) argument
683 xwrite(int fildes, const void *buf, size_t nbyte) argument
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c94 static int read_lebn(const unsigned char **in, unsigned int nbyte, BIGNUM **r) argument
210 unsigned int nbyte, hnbyte; local
311 unsigned int nbyte; local
364 unsigned int nbyte, hnbyte; local
552 int nbyte, hnbyte, bitlen; local
583 int nbyte, hnbyte; local
600 int nbyte; local
[all...]
/freebsd-10-stable/sys/boot/i386/zfsboot/
H A Dzfsboot.c241 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) argument
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c193 int nbyte; /* Number of bytes to send this command */ member in struct:sendlist
/freebsd-10-stable/contrib/telnet/telnet/
H A Dcommands.c288 int nbyte; /* Number of bytes to send this command */ member in struct:sendlist
/freebsd-10-stable/sys/kern/
H A Dsys_generic.c165 size_t nbyte; member in struct:read_args
196 size_t nbyte; member in struct:pread_args
377 size_t nbyte; member in struct:write_args
408 size_t nbyte; member in struct:pwrite_args
[all...]
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h440 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd32_pread_args
448 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd32_pwrite_args
486 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd32_pread_args
493 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd32_pwrite_args
1017 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd6_freebsd32_pread_args
1025 char nbyte_l_[PADL_(size_t)]; size_t nbyte; char nbyte_r_[PADR_(size_t)]; member in struct:freebsd6_freebsd32_pwrite_args
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_proto.h98 char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)]; member in struct:linux_pread_args
104 char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)]; member in struct:linux_pwrite_args
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_proto.h587 char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)]; member in struct:linux_pread_args
593 char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)]; member in struct:linux_pwrite_args

Completed in 690 milliseconds

12