Searched refs:be (Results 26 - 50 of 783) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_netmap.c69 netmap_set_vnet_hdr_len(struct net_backend *be, int vnet_hdr_len) argument
73 struct netmap_priv *priv = NET_BE_PRIV(be);
78 err = ioctl(be->fd, NIOCREGIF, &req);
84 be->be_vnet_hdr_len = vnet_hdr_len;
90 netmap_has_vnet_hdr_len(struct net_backend *be, unsigned vnet_hdr_len) argument
92 unsigned prev_hdr_len = be->be_vnet_hdr_len;
99 ret = netmap_set_vnet_hdr_len(be, vnet_hdr_len);
104 netmap_set_vnet_hdr_len(be, prev_hdr_len);
110 netmap_get_cap(struct net_backend *be) argument
113 return (netmap_has_vnet_hdr_len(be, VNET_HDR_LE
118 netmap_set_cap(struct net_backend *be, uint64_t features __unused, unsigned vnet_hdr_len) argument
126 netmap_init(struct net_backend *be, const char *devname, nvlist_t *nvl __unused, net_be_rxeof_t cb, void *param) argument
158 netmap_cleanup(struct net_backend *be) argument
172 netmap_send(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
252 netmap_peek_recvlen(struct net_backend *be) argument
272 netmap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
339 netmap_recv_enable(struct net_backend *be) argument
347 netmap_recv_disable(struct net_backend *be) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dexport-variants.mk12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
H A Dcond-cmp-string.exp5 make: "cond-cmp-string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric
6 make: "cond-cmp-string.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric
7 make: "cond-cmp-string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric
8 make: "cond-cmp-string.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
H A Derror.exp2 make: "error.mk" line 9: warning: this could be serious
H A Dopt-jobs.mk6 # The option '-j <integer>' specifies the number of targets that can be made
9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2)
13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2)
16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2)
30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2)
32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2)
33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2)
34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2)
40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
H A Dvar-scope-global.mk5 # Global variables can be assigned and appended to.
12 # Global variables can be removed from their scope.
H A Dvar-op-expand.exp2 make: "var-op-expand.mk" line 278: warning: XXX Neither branch should be taken.
4 make: "var-op-expand.mk" line 285: warning: XXX Neither branch should be taken.
H A Dcond-cmp-numeric.exp2 make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric
4 make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric
12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric
H A Descape.exp57 second line spaces should be retained':
59 second line spaces should be retained:
61 second line tab should be elided':
63 second line tab should be elided:
65 only one tab should be elided, second tab remains'
67 only one tab should be elided, second tab remains
87 second line spaces should be retained':
89 second line spaces should be retained:
91 second line tab should be elided':
93 second line tab should be elide
[all...]
H A Ddirective-for-errors.exp12 make: "directive-for-errors.mk" line 90: warning: Should not be reached.
13 make: "directive-for-errors.mk" line 90: warning: Should not be reached.
14 make: "directive-for-errors.mk" line 90: warning: Should not be reached.
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_drive.c116 int be, off; local
138 m_hdr->magic = GV_GET64(be);
145 be = (m_hdr->magic == magic_machdep);
147 m_hdr->config_length = GV_GET64(be);
153 m_hdr->label.date_of_birth.tv_sec = GV_GET64(be);
154 m_hdr->label.date_of_birth.tv_usec = GV_GET64(be);
155 m_hdr->label.last_update.tv_sec = GV_GET64(be);
156 m_hdr->label.last_update.tv_usec = GV_GET64(be);
157 m_hdr->label.drive_size = GV_GET64(be);
163 } else if (gv_legacy_header_type(d_hdr, be)
[all...]
/freebsd-current/contrib/dialog/samples/
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox412 Hi, this is an edit box. It can be used to edit text from a file.
/freebsd-current/sbin/bectl/
H A Dbectl.c41 #include <be.h>
58 libbe_handle_t *be; variable
98 /* True if libbe_print_on_error should be disabled */
172 if ((err = be_deactivate(be, NULL, reset)) == 0)
180 if ((err = be_activate(be, argv[0], temp)) != 0)
237 * environment is to be created here.
240 err = be_snapshot(be, bootenv, atpos, recursive, NULL);
244 err = be_snapshot(be, be_active_path(be), NULL,
251 err = be_snapshot(be, snapnam
[all...]
/freebsd-current/lib/libbe/tests/
H A Dtarget_prog.c29 #include <be.h>
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_vnops.h39 #error not supposed to be exposed to userland.
/freebsd-current/lib/libc/gdtoa/
H A D_ldtoa.c60 int be, kind; local
76 be = u.bits.exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
91 be++;
103 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-current/lib/clang/include/clang/Config/
H A Dconfig.h4 #error config.h can only be included once
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_platform_acl.h33 #error This header is only to be used internally to libarchive.
H A Dfilter_fork.h30 #error This header is only to be used internally to libarchive.
H A Darchive_write_set_format_private.h31 #error This header is only to be used internally to libarchive.
H A Darchive_cmdline_private.h31 #error This header is only to be used internally to libarchive.
/freebsd-current/contrib/gdtoa/
H A Dg__fmt.c14 not be used in advertising or publicity pertaining to
46 char *be, *s0; local
73 be = b + blen - 1;
99 if (b >= be)
116 if (be < b - decpt + (se - s))
135 if (b + decpt > be) {
/freebsd-current/lib/libbe/
H A Dbe_access.c33 #include "be.h"
43 const char *be; member in struct:be_mount_info
109 * need to be mounted. Skip mounting it, but iterate through
194 char be[BE_MAXPATHLEN]; local
199 bzero(&be, BE_MAXPATHLEN);
237 char be[BE_MAXPATHLEN]; local
244 if ((err = be_root_concat(lbh, bootenv, be)) != 0)
250 if (is_mounted(lbh->lzh, be, NULL))
263 if ((zhdl = zfs_open(lbh->lzh, be, ZFS_TYPE_FILESYSTEM)) == NULL)
267 info.be
293 char be[BE_MAXPATHLEN]; local
[all...]

Completed in 125 milliseconds

1234567891011>>