Home
last modified time | relevance | path

Searched refs:block (Results 1 – 25 of 317) sorted by last modified time

12345678910>>...13

/illumos-gate/usr/src/cmd/latencytop/
H A Dlatencytop.d248 lockstat:::adaptive-block
256 lockstat:::rw-block
/illumos-gate/usr/src/lib/libc/
H A DREADME67 to interfaces that might block indefinitely are allowed.
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids13604 7011 7-Series FPGA Hard PCIe block (AXI/debug)
14468 e410 VX900 Series PCI Express Physical Layer Electrical Sub-block
23128 # Octeon Tx2 Loopback Interface block
24702 1001 Virtio block device
24703 01de fffa Propolis Virtio block device
24710 1042 Virtio 1.0 block device
/illumos-gate/usr/src/test/nvme-tests/runfiles/
H A Dnon-destruct.run43 'ctrl-block-lock.32',
44 'ctrl-block-lock.64',
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A DMakefile22 ctrl-block-lock \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-nvmetest.p5m47 file path=opt/nvme-tests/tests/ioctl/ctrl-block-lock.32 mode=0555
48 file path=opt/nvme-tests/tests/ioctl/ctrl-block-lock.64 mode=0555
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src935 # get a block cursor for cvvis.
3520 # xterm+256color block.
3556 # function to a block or underline.
7399 # U block
7416 # D block
8060 # 4 X Blinking block cursor
8066 # 4 X Steady block cursor
13511 # Cursor 0=u/l 1=block
14564 #ESC B block mode on
18688 # RBM block mode reset ^[[E
[all …]
H A Dtermcap.src862 # get a block cursor for cvvis.
3074 # xterm+256color block.
3110 # function to a block or underline.
6575 # U block
6592 # D block
7215 # 4 X Blinking block cursor
7221 # 4 X Steady block cursor
11979 # Cursor 0=u/l 1=block
12908 #ESC B block mode on
16631 # RBM block mode reset ^[[E
[all …]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c2628 sigset_t block, unblock; in account() local
2661 (void) sigfillset(&block); in account()
2662 (void) sigprocmask(SIG_BLOCK, &block, &unblock); in account()
2729 sigset_t block, unblock; in clearent() local
2734 (void) sigfillset(&block); in clearent()
2735 (void) sigprocmask(SIG_BLOCK, &block, &unblock); in clearent()
3761 sigset_t block, unblock; in increase_proc_table_size() local
3769 (void) sigfillset(&block); in increase_proc_table_size()
3770 (void) sigprocmask(SIG_BLOCK, &block, &unblock); in increase_proc_table_size()
/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/uts/sun4v/cpu/
H A Dniagara_copy.S1233 ldda [%i0]ASI_BLK_P,%d16 ! block load
1266 ldda [%i0]ASI_BLK_P,%d16 ! block load
1301 ldda [%i0]ASI_BLK_P,%d16 ! block load
1337 ldda [%i0]ASI_BLK_P,%d16 ! block load
1376 ldda [%i0]ASI_BLK_P,%d16 ! block load
1416 ldda [%i0]ASI_BLK_P,%d16 ! block load
1458 ldda [%i0]ASI_BLK_P,%d16 ! block load
3640 ldda [%i0]ASI_BLK_P,%d16 ! block load
3676 ldda [%i0]ASI_BLK_P,%d16 ! block load
3715 ldda [%i0]ASI_BLK_P,%d16 ! block load
[all …]
H A Dgeneric_copy.S1116 restore %g0, 1, %o0 ! return (1) - did not use block operations
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.S2307 ldda [%i0]ASI_BLK_P, %d0 ! load a block
2325 dec %l4 ! next 64-byte block
2327 add %i0, 64, %i0 ! increment block addr
2379 ld [%i1], %f0 ! modify the block
2382 stda %d0, [%i0]ASI_BLK_COMMIT_S ! store the modified block
H A Dspitfire_copy.S765 bz,pn %ncc, blalign ! now block aligned
767 neg %i3 ! bytes till block aligned
770 ! Copy %i3 bytes till dst is block (64 byte) aligned. use
824 ! 64 byte block
1314 ! dribble out the last partial block
4646 * longer than 256 bytes in length using spitfire's block stores. If
4655 ! %l1 - pointer to saved %d0 block
4659 ! get another window w/space for one aligned block of saved fpregs
4662 ! Must be block-aligned
4682 restore %g0, 1, %o0 ! return (1) - did not use block operations
[all …]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S1996 wrpr %g0, PIL_MAX, %pil ! make this easy -- block normal intrs
/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) in __hal_ring_block_memblock_idx() argument
71 return (int)*((u64 *)(void *)((char *)block + in __hal_ring_block_memblock_idx()
76 __hal_ring_block_memblock_idx_set(xge_hal_ring_block_t*block, int memblock_idx) in __hal_ring_block_memblock_idx_set() argument
78 *((u64 *)(void *)((char *)block + in __hal_ring_block_memblock_idx_set()
85 __hal_ring_block_next_pointer(xge_hal_ring_block_t *block) in __hal_ring_block_next_pointer() argument
87 return (dma_addr_t)*((u64 *)(void *)((char *)block + in __hal_ring_block_next_pointer()
92 __hal_ring_block_next_pointer_set(xge_hal_ring_block_t *block, in __hal_ring_block_next_pointer_set() argument
95 *((u64 *)(void *)((char *)block + in __hal_ring_block_next_pointer_set()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-ring.h380 __hal_ring_block_memblock_idx(xge_hal_ring_block_t *block);
383 __hal_ring_block_memblock_idx_set(xge_hal_ring_block_t*block, int memblock_idx);
386 __hal_ring_block_next_pointer(xge_hal_ring_block_t *block);
389 __hal_ring_block_next_pointer_set(xge_hal_ring_block_t*block,
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c257 int block = 0; local
428 ioctlsocket(sockfd, FIONBIO, &block);
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S107 movntps %xmm0, (%edi) / block non-temporal store
133 movaps %xmm0, (%edi) / block copy w/ SSE
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.S112 andcc %o5, 63, %o3 ! is sp1 block aligned?
113 bz,pt %ncc, .blkwr ! now block aligned
114 sub %o3, 64, %o3 ! o3 is -(bytes till block aligned)
117 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
126 ! Now sp1 is block aligned
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.S110 ldd [%g1], %d0 ! get first 8 byte block
274 bz,pn %ncc, blalign ! now block aligned
276 neg %i3 ! bytes till block aligned
279 ! Copy %i3 bytes till dst is block (64 byte) aligned. use
349 ! 64 byte block
1085 ! dribble out the last partial block
H A Dmemcmp.S170 bz,pn %ncc, .blalign ! now block aligned
172 neg %i3 ! bytes till block aligned
174 ! Compare %i3 bytes till dst is block (64 byte) aligned. use
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.S162 ldd [%o1-16], %d2 ! a block of 64 bytes
191 ldx [%o1-16], %o3 ! a block of 32 bytes
240 ldd [%o5], %d0 ! get first 8 byte block
500 ld [%o1+4], %o3 ! a block of 16 bytes
576 ldx [%o1+8], %o3 ! a block of 32 bytes
635 ! Then, if large case, o5 is replaced by count for block alignment.
807 ! to store data with a block store or with individual stores.
808 ! The block store wins when the amount of data is so large
811 ! On a Panther, block store can lose more often because block
894 bne %ncc, 2f ! exactly 1 block remaining?
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S167 ldx [%o1-16], %o3 ! a block of 32 bytes
216 ldd [%o5], %d0 ! get first 8 byte block
482 ld [%o1+4], %o3 ! a block of 16 bytes
558 ldx [%o1+8], %o3 ! a block of 32 bytes
618 ! Then, if large case, o5 is replaced by count for block alignment.
868 bne %ncc, 2f ! exactly 1 block remaining?
883 ! This is when there is exactly 1 block remaining and SRC is aligned
982 bne %ncc, 2f ! exactly 1 block remaining?
997 ! This is when there is exactly 1 block remaining and SRC is aligned
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c374 char block[66]; in afs_crypt() local
383 block[i] = 0; in afs_crypt()
387 block[i] = (c>>(6-j)) & 01; in afs_crypt()
391 krb5_afs_crypt_setkey(block, E, KS); in afs_crypt()
394 block[i] = 0; in afs_crypt()
412 krb5_afs_encrypt(block,E,KS); in afs_crypt()
418 c |= block[6*i+j]; in afs_crypt()
495 static void krb5_afs_encrypt(char *block, char *E, char (*KS)[48]) in krb5_afs_encrypt() argument
516 L[j] = block[IP[j]-1]; in krb5_afs_encrypt()
599 block[j] = L[FP[j]-1]; in krb5_afs_encrypt()

12345678910>>...13