Searched refs:space (Results 76 - 100 of 345) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/powerpc/ofw/
H A Dofwcall32.S52 .space OFWSTKSZ
54 .space 4
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_replace_001_pos.ksh50 typeset ALLNOPS=${ALLDISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_autoreplace_001_neg.ksh79 typeset ALLNOPS=${ALLDISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_autoreplace_003_pos.ksh86 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_hotspare_004_pos.ksh95 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_hotspare_007_pos.ksh96 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
H A Dzfsd_import_001_pos.ksh142 typeset OTHER_NOPS=${OTHER_DISKS//~(E)([[:space:]]+|$)/.nop\1}
/freebsd-12-stable/sys/arm64/arm64/
H A Dlocore.S101 /* Jump to the virtual address space */
181 /* Jump to the virtual address space */
363 /* Create the kernel space L2 table */
651 .space PAGE_SIZE
653 .space PAGE_SIZE
655 .space PAGE_SIZE
657 .space PAGE_SIZE
659 .space PAGE_SIZE
663 .space PAGE_SIZE * DMAP_TABLES
667 .space PAGE_SIZ
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv6123 if (/^[[:space:]]+$/) {
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm77 =item space ( ['on'|'off] )
111 Indicate 'no space' between to members of the list.
132 Print space no matter spacing mode.
267 space($arg);
269 space() eq 'off' ?
270 space('on') :
271 space('off');
378 # space('off') must but one character delayed
385 elsif (_is_control($el, 'spaceon')) { space('on'); }
386 elsif (_is_control($el, 'spacetoggle')) { space() e
408 sub space { subroutine
[all...]
/freebsd-12-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm104 =item space ( ['on'|'off] )
138 Indicate 'no space' between to members of the list.
159 Print space no matter spacing mode.
294 space($arg);
296 space() eq 'off' ?
297 space('on') :
298 space('off');
405 # space('off') must but one character delayed
412 elsif (_is_control($el, 'spaceon')) { space('on'); }
413 elsif (_is_control($el, 'spacetoggle')) { space() e
435 sub space { subroutine
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dnat.c312 * len points to the amount of available space in buf
313 * space counts the memory consumed by every function
325 size_t space = sizeof(struct nat44_cfg_redir); local
338 space += c * sizeof(struct nat44_cfg_spool);
340 return (space);
348 size_t space; local
354 space = sizeof(struct nat44_cfg_redir);
365 space += sizeof(struct nat44_cfg_spool);
381 return (space);
387 size_t space local
410 size_t space; local
574 size_t space; local
[all...]
/freebsd-12-stable/contrib/ncurses/
H A Dmk-0th.awk64 } else if ( ( which == "termlib" || which == "ext_tinfo" ) && ( subsets ~ /[[:space:]]base/ ) ) {
/freebsd-12-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_inline.h56 case space:
/freebsd-12-stable/sys/dev/pci/
H A Dhostb_pci.c157 pci_hostb_enable_io(device_t dev, device_t child, int space) argument
162 return (pci_enable_io(dev, space));
166 pci_hostb_disable_io(device_t dev, device_t child, int space) argument
171 return (pci_disable_io(dev, space));
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vsc.c108 int mlx5_vsc_set_space(struct mlx5_core_dev *mdev, u16 space) argument
115 mlx5_core_warn(mdev, "Unable to set vsc space, vsc_addr not initialized\n");
119 MLX5_VSC_SET(vsc_space, &vsc_space, space, space);
124 mlx5_core_warn(mdev, "Space 0x%x is not supported.\n", space);
/freebsd-12-stable/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c129 panic("Unknown color space fb_depth %d", info->fb_depth);
224 * into our memory space. If the MMU is not yet up, it will be
237 OF_decode_addr(node, 0, &space, &phys);
239 info->addr = sparc64_fake_bustag(space, fb_phys, sc->sc_memt);
278 OF_decode_addr(node, info->fb_pbase, &space, &info->fb_pbase);
280 info->fb_vbase = sparc64_fake_bustag(space, info->fb_pbase,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zvol_thrash/
H A Dzvol_thrash_001_pos.ksh70 GNOPS=${DISKS//~(E)([[:space:]]+|$)/.nop\1}
/freebsd-12-stable/stand/powerpc/kboot/
H A Dkerneltramp.S21 .space 24 /* branch address, r3-r7 */
/freebsd-12-stable/sys/amd64/amd64/
H A Dlocore.S88 .space 0x1000 /* space for bootstack - temporary stack */
/freebsd-12-stable/usr.bin/sed/
H A Ddefs.h142 * Structure for a space (process, hold, otherwise).
145 char *space; /* Current space pointer. */ member in struct:__anon17326
/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu.c277 u_int space[4]; local
440 __fpu_implode(fe, fp, type, space);
455 __fpu_setreg(rd, space[0]);
457 __fpu_setreg64(rd, ((u_int64_t)space[0] << 32) | space[1]);
460 ((u_int64_t)space[2] << 32) | space[3]);
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Descape.exp46 var-1bsnl-space
47 printf "%s=:%s:\n" VAR1BSNL00 first\ line; printf "%s=:%s:\n" VAR1BSNL0 first\ line\ no\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLs first\ line\ one\ space\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLss first\ line\ two\ spaces\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLt first\ line\ one\ tab\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLtt first\ line\ two\ tabs\ on\ second\ line; printf "%s=:%s:\n" VAR1BSNLxx first\ line\ many\ spaces\ and\ tabs\ \[\ \ \ \ \]\ on\ second\ line;
49 VAR1BSNL0=:first line no space on second line:
50 VAR1BSNLs=:first line one space on second line:
57 #second line without space\
60 #second line without space\
87 #second line without space\\\
90 #second line without space\\\
/freebsd-12-stable/sys/dev/ofw/
H A Dofwpci.c490 int space; local
504 space = SYS_RES_IOPORT;
508 space = SYS_RES_MEMORY;
511 space = -1;
514 if (type == space) {
532 int space; local
554 space = SYS_RES_IOPORT;
558 space = SYS_RES_MEMORY;
561 space = -1;
564 if (type == space) {
[all...]
/freebsd-12-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c298 u_int window, space; local
316 space = q->max_queuelen_packets - q->current;
317 if (space > window) {
320 space - window));
321 (void)sscop_window(priv->sscop, space - window);
331 space = q->max_queuelen_packets - q->current;
333 space = q->high_watermark - q->current;
334 if (space > window) {
337 space - window));
338 (void)sscop_window(priv->sscop, space
[all...]

Completed in 600 milliseconds

1234567891011>>