Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 1445) sorted by last modified time

12345678910>>...58

/freebsd/contrib/one-true-awk/
H A DChangeLog299 Fix nawk so that [[:blank:]] only matches space and tab instead
301 See bugs-fixed/space.awk.
307 * bugs-fixed/space.awk, bugs-fixed/space.bad,
308 bugs-fixed/space.ok: New files.
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips247 To save disk space in your home directory, compress files you rarely
270 To see how much disk space is left on your UFS partitions, use
374 working space it used. You can remove an installed port you decide you do not
577 datasets, snapshots, quotas, and reservations with their individual space usage.
578 Use the built-in "zfs list" command to get a better overview of space usage:
580 zfs list -o space
604 The zfs userspace command can display the quota and current space usage:
793 # zfs create -o refreservation=<5% of total pool space> <poolname>/reserved
795 You can always shrink the reserve if you need the space, but your pool will
796 always have space lef
[all...]
/freebsd/contrib/bmake/mk/
H A DChangeLog909 it consumes space we need for command line.
2253 space and do not contain ':'
/freebsd/contrib/bmake/
H A DChangeLog499 o allow for white-space between command specifiers @+-
748 o parse.c: cleanup white-space
1695 omit trailing space in debug output for expanding file patterns
2124 o lots of style and white-space cleanup
3901 o warn if non-space chars follow 'empty' in a conditional.
4171 check space needed.
4306 space on systems like Darwin.
/freebsd/sys/arm64/arm64/
H A Dlocore.S951 .space BOOT_STACK_SIZE
968 .space (PAGE_SIZE * L3_PAGE_COUNT)
971 .space PAGE_SIZE
973 .space PAGE_SIZE
975 .space PAGE_SIZE
977 .space PAGE_SIZE
979 .space PAGE_SIZE
981 .space PAGE_SIZE
983 .space PAGE_SIZE
987 .space PAGE_SIZE
/freebsd/sys/netinet/
H A Dsctp_output.c10564 unsigned int num_gap_blocks = 0, num_nr_gap_blocks = 0, space; in sctp_send_sack() local
10689 space = (unsigned int)M_TRAILINGSPACE(a_chk->data); in sctp_send_sack()
10690 if (space > (a_chk->whoTo->mtu - SCTP_MIN_OVERHEAD)) { in sctp_send_sack()
10691 space = (a_chk->whoTo->mtu - SCTP_MIN_OVERHEAD); in sctp_send_sack()
10694 limit += space; in sctp_send_sack()
/freebsd/sys/kern/
H A Dkern_intr.c217 int missed, space, flags; in intr_event_update() local
224 space = 1; in intr_event_update()
232 space = 0; in intr_event_update()
246 if (missed == 1 && space == 1) { in intr_event_update()
262 } else if (space) { in intr_event_update()
264 space = 0; in intr_event_update()
681 size_t space; in intr_event_describe_handler() local
713 space = sizeof(ih->ih_name) - (start - ih->ih_name) - 1; in intr_event_describe_handler()
714 if (strlen(descr) + 1 > space) { in intr_event_describe_handler()
H A Duipc_socket.c1500 long space; local
1570 space = sbspace(&so->so_snd);
1572 space += 1024;
1573 space -= clen;
1575 if (resid > space) {
1663 long space; local
1773 space = sbspace(&so->so_snd);
1775 space += 1024;
1782 if (space < resid + clen &&
1783 (atomic || space < so->so_snd.sb_lowat || space < clen)) {
[all …]
/freebsd/libexec/tftpd/
H A Dtftp-utils.c244 size_t space = sizeof(s); in debug_show() local
251 strlcat(s, " ", space); in debug_show()
252 strlcat(s, debugs[i].name, space); in debug_show()
278 size_t space = sizeof(s); in rp_strerror() local
283 strlcpy(s, rp_errors[i].desc, space); in rp_strerror()
284 space -= strlen(rp_errors[i].desc); in rp_strerror()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c850 const char* space=" "; in go_cmd() local
858 remote_write(ssl, fd, space, strlen(space)); in go_cmd()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2298 size_t space; in tcp_req_info_add_result() local
2301 space = sizeof(struct tcp_req_done_item) + len; in tcp_req_info_add_result()
2303 if(stream_wait_count + space > stream_wait_max) { in tcp_req_info_add_result()
2308 stream_wait_count += space; in tcp_req_info_add_result()
/freebsd/contrib/unbound/doc/
H A DChangelog111 - Fix for #1032, add safeguard to make table space positive.
112 - Fix comment in lruhash space function.
113 - Fix to add unit test for lruhash space that exercises the routines.
513 when there isn't enough space.
2791 - Updated sldns_bget_token_par fix for also space for the zero
2792 delimiter after the character. And update for more spare space.
3481 - Fix space calculation for tcp req buffer size.
8383 - Check for 'no space left on device' (or other errors) when
9286 occurred. Does not enforce a space after keyword anymore.
10132 - created 256-port ephemeral space for the OS, 59802 available.
[all …]
/freebsd/
H A DCONTRIBUTING.md47 * The commits do not introduce trailing white space.
/freebsd/sys/conf/
H A DNOTES31 # A space followed by a tab separates 'options' from an option name. Two
33 # after an option or device should use one space after the comment character.
451 # NO_SYSCTL_DESCR omits the sysctl node descriptions to save space in the
1063 # (e.g. packet size, wasted space, number of mbufs in chain).
1161 # Make space in the kernel for a root filesystem on a md device.
1170 # dd'd into the reserved space if it fits.
1447 # SA_SPACE_TIMEOUT: Timeout for space operations, in minutes
2399 # This is sometimes usable for systems which don't have any swap space
/freebsd/sys/net80211/
H A Dieee80211_ioctl.c143 uint32_t space; in ieee80211_ioctl_getchaninfo() local
236 size_t space; member
325 req.space = 0; in ieee80211_ioctl_getscanresults()
333 space = req.space; in ieee80211_ioctl_getscanresults()
341 ireq->i_len = space - req.space; in ieee80211_ioctl_getscanresults()
352 size_t space; member
465 size_t space; in getstainfo_common() local
470 req.space = 0; in getstainfo_common()
479 space = req.space; in getstainfo_common()
493 ireq->i_len = space - req.space; in getstainfo_common()
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dmt7621.dtsi435 <0x01000000 0 0x00000000 0x1e160000 0 0x00010000>; /* io space */
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc5121.dtsi520 0x80008300 0x8>; /* config space access registers */
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j784s4.dtsi280 <0x00 0x47000000 0x00 0x47000000 0x00 0x00068400>, /* OSPI register space */
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210.dtsi23 <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
37 ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
38 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
H A Dtegra234.dtsi2313 <0x00 0x2a000000 0x0 0x00040000>, /* configuration space (256K) */
2314 <0x00 0x2a040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2315 <0x00 0x2a080000 0x0 0x00040000>, /* DBI reg space (256K) */
2367 <0x00 0x2c000000 0x0 0x00040000>, /* configuration space (256K) */
2368 <0x00 0x2c040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2369 <0x00 0x2c080000 0x0 0x00040000>, /* DBI reg space (256K) */
2421 <0x00 0x2e000000 0x0 0x00040000>, /* configuration space (256K) */
2422 <0x00 0x2e040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2423 <0x00 0x2e080000 0x0 0x00040000>, /* DBI reg space (256K) */
2475 <0x00 0x2e040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
[all …]
H A Dtegra132.dtsi24 <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
38 ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
39 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
H A Dtegra186.dtsi1344 <0x0 0x40000000 0x0 0x10000000>; /* configuration space */
1359 ranges = <0x02000000 0 0x10000000 0x0 0x10000000 0 0x00001000>, /* port 0 configuration space */
1360 <0x02000000 0 0x10001000 0x0 0x10001000 0 0x00001000>,/* port 1 configuration space */
1361 <0x02000000 0 0x10004000 0x0 0x10004000 0 0x00001000>, /* port 2 configuration space */
H A Dtegra194.dtsi2361 <0x00 0x30000000 0x0 0x00040000>, /* configuration space (256K) */
2362 <0x00 0x30040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2363 <0x00 0x30080000 0x0 0x00040000>; /* DBI reg space (256K) */
2413 <0x00 0x32000000 0x0 0x00040000>, /* configuration space (256K) */
2414 <0x00 0x32040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2415 <0x00 0x32080000 0x0 0x00040000>; /* DBI reg space (256K) */
2465 <0x00 0x34000000 0x0 0x00040000>, /* configuration space (256K) */
2466 <0x00 0x34040000 0x0 0x00040000>, /* iATU_DMA reg space (256K) */
2467 <0x00 0x34080000 0x0 0x00040000>; /* DBI reg space (256K) */
2517 <0x00 0x36000000 0x0 0x00040000>, /* configuration space (256K) */
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-ap80x.dtsi58 config-space@f0000000 {
H A Darmada-3720-turris-mox.dts150 * space is 128 MB long, so the best split between MEM and IO is to use fixed 16 MB window

12345678910>>...58