Searched defs:block (Results 51 - 75 of 128) sorted by relevance

123456

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c296 * baseblock - block address of dir_baseoff
309 uint32_t block = 0, nb, len, left; local
326 if (block == 0)
327 block = baseblock + (newoff / secsize);
362 if (block == 0)
363 block = baseblock;
411 if (block == 0)
412 block = baseblock;
441 block, dir_baseoff, newoff);
455 (void) printf("block crossin
[all...]
H A Dutilities.c123 markbusy(daddr_t block, long count) argument
128 for (i = 0; i < count; i++, block++) {
129 if ((unsigned)block > part_len) {
130 pwarn(gettext("Block %lx out of range\n"), block);
133 if (testbusy(block))
134 pwarn(gettext("Dup block %lx\n"), block);
137 setbusy(block);
164 getfilentry(uint32_t block, int len) argument
172 "(%d bytes)\n"), block, le
[all...]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y115 | base | block | cd | directory | file | find | fill
193 block : BLOCK label
256 uint32_t block;
262 if ((block = ud_xlate_to_daddr(ricb_prn,
269 value = block << l2b;
271 i_number = block;
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.h40 * Size of a TNF buffer block
111 * Layout of the first block of TNF file (file header)
119 volatile ulong_t block[2]; /* block number */ member in struct:__anon9255::__anon9256
121 ulong_t next_tag_alloc; /* block counter */
124 /* Padding to end of block */
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_rmpp.c1649 uint8_t rmpp_status, uint32_t segno, uint32_t nwl, int block)
1682 msgimplp, block);
1704 ibmf_i_send_rmpp_window(ibmf_msg_impl_t *msgimplp, int block) argument
1743 block);
1779 ibmf_msg_impl_t *msgimplp, boolean_t isDS, int block)
1788 "qphdl = 0x%p, msgp = 0x%p, block = %d\n",
1790 tnf_opaque, msg, msgimplp, tnf_uint, block, block);
1826 ibmf_i_send_rmpp_window(msgimplp, block);
1648 ibmf_i_send_rmpp(ibmf_msg_impl_t *msgimplp, uint8_t rmpp_type, uint8_t rmpp_status, uint32_t segno, uint32_t nwl, int block) argument
1778 ibmf_i_send_rmpp_pkts(ibmf_client_t *clientp, ibmf_qp_handle_t ibmf_qp_handle, ibmf_msg_impl_t *msgimplp, boolean_t isDS, int block) argument
H A Dibmf_wqe.c65 boolean_t block);
1071 boolean_t block)
1078 " block = %d\n", tnf_opaque, cip, cip, tnf_opaque, qp_hdl,
1079 ibmf_qp_handle, tnf_uint, block, block);
1085 (block == B_TRUE ? KM_SLEEP : KM_NOSLEEP));
1101 block) != IBMF_SUCCESS) {
1127 ibmf_wqe_mgt_t *wqe_mgt, boolean_t block)
1142 "wqe_mgt = %p, block = %d\n",
1144 tnf_opaque, wqe_mgt, wqe_mgt, tnf_uint, block, bloc
1070 ibmf_i_extend_wqe_cache(ibmf_ci_t *cip, ibmf_qp_handle_t ibmf_qp_handle, boolean_t block) argument
1126 ibmf_i_extend_wqe_mem(ibmf_ci_t *cip, ibmf_qp_handle_t ibmf_qp_handle, ibmf_wqe_mgt_t *wqe_mgt, boolean_t block) argument
1251 ibmf_i_alloc_send_resources(ibmf_ci_t *cip, ibmf_msg_impl_t *msgimplp, boolean_t block, ibmf_send_wqe_t **swqepp) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c69 __hal_ring_block_memblock_idx(xge_hal_ring_block_t *block) argument
71 return (int)*((u64 *)(void *)((char *)block +
76 __hal_ring_block_memblock_idx_set(xge_hal_ring_block_t*block, int memblock_idx)
78 *((u64 *)(void *)((char *)block +
85 __hal_ring_block_next_pointer(xge_hal_ring_block_t *block) argument
87 return (dma_addr_t)*((u64 *)(void *)((char *)block +
92 __hal_ring_block_next_pointer_set(xge_hal_ring_block_t *block, argument
95 *((u64 *)(void *)((char *)block +
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c98 * Interrupt handler for the DMC/PEC block.
131 px_err_cmn_intr(px_t *px_p, ddi_fm_error_t *derr, int caller, int block) argument
150 switch (epkt->rc_descr.block) {
253 * Interrupt handler for the JBC/DMC/PEC block.
311 switch (epkt->rc_descr.block) {
382 * The affected device by default is set to 'SELF'. The 'block'
387 switch (epkt->rc_descr.block) {
466 pec->pec_descr.block, pec->pec_descr.dir,
500 epkt->rc_descr.block, epkt->rc_descr.op,
540 msg, pec->pec_descr.block, pe
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_mem.c47 * block to allocate, and the ring is drained prior to allocations --
103 /* Maybe cut off the start of an existing block */
120 /* Maybe cut off the end of an existing block */
137 /* Our block is in the middle */
296 struct mem_block *block, **heap; local
324 block = alloc_block(*heap, alloc.size, alloc.alignment, fpriv);
326 if (!block)
329 mark_block(dev, block, 1);
331 if (DRM_COPY_TO_USER(alloc.region_offset, &block->start, sizeof(int))) {
345 struct mem_block *block, **hea local
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c82 * necessary. A small block size, like 512, should also help.
123 char *block = NULL; /* input file buffer */ variable
125 int head = 0; /* block[head] is the next character */
126 int tail = 0; /* one past the last byte in block[] */
270 * flow control properly. Selecting a small block size (eg. 512 or
331 if ((block = malloc(blocksize)) == NULL)
397 static int wflag = 0; /* nonzero if we've written a block */
491 * Fills the input buffer with the next block, provided we're all done
492 * with the last one. Blocks from fd_in are stored in array block[].
493 * Head is the index of the next byte in block[] tha
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c68 unsigned long long block;
82 dap.block = sector;
66 unsigned long long block; member in struct:disk_address_packet
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c804 procsigs(int block, sigset_t *oldsigs, md_error_t *ep) argument
806 if (block == TRUE) {
/illumos-gate/usr/src/lib/libsmedia/plugins/scsi/common/
H A Ds_generic.c319 * In that case ww block here.
511 uint32_t block; local
530 block = *blockp;
531 DPRINTF1("reassign block %d\n", block);
533 reqreassign_block.blockno = block;
549 "Error in reassign_block. block = 0x%x errnum = 0x%x \n",
550 block, reterror->errnum);
699 * In that case we block here.
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c50 used with permission. The block count is not printed."
199 md5_transform(UINT4 state[4], unsigned char block[64]) argument
207 md5_decode(x, block, 64);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr.c537 uint_t size, block; local
578 * FRAGMENT size blocks and keep realloc()ing. 'block' is
585 block = MIN(size - bytesread, FRAGMENT);
587 * allocate enough for 'bytesread + block' bytes and
590 newsp = realloc(sp, bytesread + block + 1);
597 if (!xdr_opaque(xdrs, &sp[bytesread], block)) {
601 bytesread += block;
/illumos-gate/usr/src/common/fs/
H A Dpcfs.c82 * only if reading a file block. It needs to be NULL while reading
140 printf("invalid bios paramet block\n");
280 char *block; local
325 block = (char *)readblock(sector + i, 1);
326 if (block == NULL) {
331 (void) bcopy(&block[off % SECSIZ], b, xfer);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c119 ushort_t block = 0; local
156 dp->th_block = htons((ushort_t)block);
168 /* Can't read-ahead first block as OACK may change blocksize */
213 if (ap->th_block == block) {
226 block++;
245 ushort_t block = 1; local
278 ap->th_block = htons((ushort_t)(block));
280 block++;
328 if ((block == 1) && (dp->th_opcode == OACK)) {
347 if (dp->th_block == block) {
[all...]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c534 char block[BUFSIZ]; local
544 if (fread(block, 1, j, fp[2]) != j)
546 (void) fwrite(block, 1, j, stdout);
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp542 int ATNetworkTool::SetNonBlocking(int s, bool block) argument
544 if (block) {
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c133 uint32_t length, block, dummy; local
157 block = iext->ib_block +
162 iext->ib_prn, block, count, &dummy);
284 * Allocate one block for
328 * undo what ever we did in this block of code
804 * current block. So round up the
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c48 * an end-of-block marker (\0) at the end of the disk block buffer.
50 * the char is followed by a \0. If so, it will read the next block
54 char block[BUFSIZ + 2]; /* leave room for end-of-block mark */ variable
55 int blocklen; /* length of disk block read */
57 long blocknumber; /* block number */
58 char *blockp; /* pointer to current char in block */
1090 if (--cp < block) {
1091 /* read the previous block */
[all...]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c334 int block; local
347 block = (port >> 3) + 1;
350 s += block;
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c39 * not reentrant, and only block out software interrupts. They take
40 * too long to block any real devices. There is a routine
57 * list insertion time) and block sizes decrease with depth in the
58 * tree (thus minimizing search time for a block of a given size).
76 * To reduce storage consumption, a header block is associated with
78 * When a free block is allocated, its header block is put on
79 * a free header block list.
81 * This creates a header space and a free block space.
91 * Description of a header for a free block
97 Dblk block; /* Ptr to the data block */ member in struct:freehdr
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h117 block, enumerator in enum:__anon3652
/illumos-gate/usr/src/common/bzip2/
H A Dblocksort.c9 lossless, block-sorting data compression.
195 ((UChar*)eclass) [0 .. nblock-1] holds block
199 ((UChar*)eclass) [0 .. nblock-1] holds block
253 /*-- set sentinel bits for block-end detection --*/
316 Reconstruct the original block in
321 VPrintf0 ( " reconstructing block ...\n" );
349 UChar* block,
360 c1 = block[i1]; c2 = block[i2];
364 c1 = block[i
347 mainGtU( UInt32 i1, UInt32 i2, UChar* block, UInt16* quadrant, UInt32 nblock, Int32* budget ) argument
485 mainSimpleSort( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 lo, Int32 hi, Int32 d, Int32* budget ) argument
621 mainQSort3( UInt32* ptr, UChar* block, UInt16* quadrant, Int32 nblock, Int32 loSt, Int32 hiSt, Int32 dSt, Int32* budget ) argument
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1034 UChar* block = s->block; local
[all...]

Completed in 165 milliseconds

123456