/src/usr.sbin/mlxctl/ |
config.c | 156 * span? 0x????????-0x???????? ????blks on <disk> [...] 160 print_span(struct mlx_sys_drv_span *span, int arms) 164 printf("0x%08x-0x%08x %u blks on", span->sp_start_lba, 165 span->sp_start_lba + span->sp_nblks, span->sp_nblks); 168 printf(" disk%02d%02d", span->sp_arm[i] >> 4, 169 span->sp_arm[i] & 0x0f); 212 printf(" span%d ", i);
|
/src/bin/ls/ |
util.c | 132 size_t rv, span = endptr - src; local in function:printescaped 142 if (span > MB_CUR_MAX) 143 span = MB_CUR_MAX; 145 rv = mbrtowc(&wc, src, span, &src_state); 157 if (span < MB_CUR_MAX) { /* incomplete char */ 161 src += span; /* a redundant shift sequence? */
|
/src/common/dist/zlib/examples/ |
zran.h | 26 // build an index, with access points about every span bytes of uncompressed 27 // output. gzip files with multiple members are fully indexed. span should be 34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
|
zran.c | 22 // its entirety, and an index built with access points about every SPAN bytes 24 // be read randomly, having to decompress on the average SPAN/2 uncompressed 132 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) { 192 (index == NULL || totout - last >= span)) { 195 // very start for the first access point, or there has been span or 458 #define SPAN 1048576L // desired distance between access points 491 int len = deflate_index_build(in, SPAN, &index);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
litlint.py | 31 start, end = m.span()
|
/src/sys/arch/hp300/dev/ |
sti_dio.c | 133 u_int span; local in function:sti_dio_probe 148 span = bus_space_read_1(bst, bsh, DIOII_SIZEOFF); 151 if (span < STI_DIO_SIZE - 1)
|
/src/usr.bin/xlint/lint1/ |
README.md | 237 An `expect` comment cannot span multiple lines.
|
/src/sys/dev/pci/ |
mfii.c | 3212 int arr, vol, disk, span; local in function:mfii_ioctl_disk 3242 /* use span 0 only when raid group is not spanned */ 3244 span = bd->bd_diskid / ld[vol].mlc_parm.mpa_no_drv_per_span; 3246 span = 0; 3247 arr = ld[vol].mlc_span[span].mls_index;
|