Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 317) sorted by path

12345678910>>...13

/illumos-gate/usr/src/boot/common/
H A Dhelp.common53 # Tbcachestat DGet disk block cache stats
68 # Tchain DChain load disk block
72 chain will read stage1 (MBR or VBR) boot block from specified device
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th309 \ block for switch B. keep it on top of the stack for case
362 \ or skip to next option block
438 \ this block is done, remove addr and len from stack
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s171 # this is the end of the code block we can use, next is space for
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c110 char block [ISODCL(3, 6)]; /* 732 */ member
H A Dtftp.c163 tftp_sendack(struct tftp_handle *h, ushort_t block) in tftp_sendack() argument
173 wbuf.t.th_block = htons(block); in tftp_sendack()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A DREADME10 blkptr.c ZFS embedded-data block pointers support
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in34 # Another way to quote a block of text is to sandwich it between
H A Detc.warn.in33 # Another way to quote a block of text is to sandwich it between
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs107 unsigned long f_bsize; /* fundamental file system block size */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs111 unsigned long f_bsize; /* fundamental file system block size */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs107 unsigned long f_bsize; /* fundamental file system block size */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs107 unsigned long f_bsize; /* fundamental file system block size */
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioUnixfile.h42 Boolean block; // FALSE if fd set non-blocking variable
H A DAudioUnixfile_inline.h81 return (block); in GetBlocking()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc54 AudioStream(path), fd(-1), block(TRUE), mode(acc), in AudioUnixfile()
257 block = b; in SetBlocking()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c785 char *block = unrawname(disk); in main() local
787 if (block != NULL) { in main()
788 mapfd = open(block, O_RDONLY, 0); in main()
789 free(block); in main()
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dkcmd.c473 int amclient, krb5_encrypt_block *block) in init_encrypt() argument
493 skey = block->key; in init_encrypt()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dipf.conf.dfl27 block in log all
28 block out log all
H A Dipf6.conf.dfl27 block in log all
28 block out log all
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME119 cannot block, or else the agent will become unresponsive.)
178 nature of the agent requires that functions cannot block, lest they
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1784 off_t block = zbsize ? zbsize : nbytes; in zwrite() local
1787 if (block > nbytes) in zwrite()
1788 block = nbytes; in zwrite()
1789 nbytes -= block; in zwrite()
1791 if (!zbsize || notzero(buf, block)) { in zwrite()
1792 register int n, count = block; in zwrite()
1801 if (lseek(fd, (off_t)block, SEEK_CUR) < 0) in zwrite()
1803 buf += block; in zwrite()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c2140 Scheduler(block) in Scheduler() argument
2141 int block; /* should we block in the select ? */ in Scheduler()
2177 !block);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c119 volatile ushort_t block = 0; in tftp_sendfile() local
156 dp->th_block = htons((ushort_t)block); in tftp_sendfile()
213 if (ap->th_block == block) { in tftp_sendfile()
226 block++; in tftp_sendfile()
245 volatile ushort_t block = 1; in tftp_recvfile() local
279 ap->th_block = htons((ushort_t)(block)); in tftp_recvfile()
281 block++; in tftp_recvfile()
329 if ((block == 1) && (dp->th_opcode == OACK)) { in tftp_recvfile()
348 if (dp->th_block == block) { in tftp_recvfile()
364 if (dp->th_block == (block-1)) { in tftp_recvfile()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME691 Add the following block to the end of 'start' action handler in
699 Add the following block to the end of 'stop' action handler (may need
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1015 volatile ushort_t block = 1; in tftpd_sendfile() local
1099 dp->th_block = htons((ushort_t)block); in tftpd_sendfile()
1104 block); in tftpd_sendfile()
1167 block++; in tftpd_sendfile()
1190 ushort_t block = 0; in tftpd_recvfile() local
1200 ap->th_block = htons((ushort_t)block); in tftpd_recvfile()
1208 block++; in tftpd_recvfile()
1275 if (dp->th_block == block) { in tftpd_recvfile()
1283 if (dp->th_block == (block-1)) in tftpd_recvfile()
1307 ap->th_block = htons((ushort_t)(block)); in tftpd_recvfile()
[all …]

12345678910>>...13