Searched refs:be (Results 1 - 25 of 614) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Din.h42 #define ipv4_is_zeronet(be) IN_ZERONET(ntohl(be))
43 #define ipv4_is_loopback(be) IN_LOOPBACK(ntohl(be))
44 #define ipv4_is_multicast(be) IN_MULTICAST(ntohl(be))
45 #define ipv4_is_lbcast(be) ((be) == INADDR_BROADCAST)
/freebsd-11-stable/contrib/wpa/src/fst/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-11-stable/contrib/wpa/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-11-stable/sbin/bectl/
H A Dbectl.h37 extern libbe_handle_t *be;
H A Dbectl.c44 #include <be.h>
61 libbe_handle_t *be; variable
101 /* True if libbe_print_on_error should be disabled */
167 if ((err = be_activate(be, argv[0], temp)) != 0)
224 * environment is to be created here.
227 err = be_snapshot(be, bootenv, atpos, recursive, NULL);
231 err = be_snapshot(be, be_active_path(be), NULL,
238 err = be_snapshot(be, snapname, NULL, recursive,
242 err = be_create_depth(be, booten
[all...]
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_fifoops.h39 #error not supposed to be exposed to userland.
H A Dtmpfs_vnops.h39 #error not supposed to be exposed to userland.
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_random_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_platform_xattr.h35 #error This header is only to be used internally to libarchive.
H A Darchive_getdate.h32 #error This header is only to be used internally to libarchive.
H A Darchive_write_disk_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_cmdline_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_write_set_format_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_platform_acl.h35 #error This header is only to be used internally to libarchive.
H A Dfilter_fork.h32 #error This header is only to be used internally to libarchive.
/freebsd-11-stable/usr.sbin/bhyve/
H A Dblock_if.c129 struct blockif_elem *be, *tbe; local
133 be = TAILQ_FIRST(&bc->bc_freeq);
134 assert(be != NULL);
135 assert(be->be_status == BST_FREE);
136 TAILQ_REMOVE(&bc->bc_freeq, be, be_link);
137 be->be_req = breq;
138 be->be_op = op;
150 be->be_block = off;
162 be->be_status = BST_PEND;
164 be
172 struct blockif_elem *be; local
190 blockif_complete(struct blockif_ctxt *bc, struct blockif_elem *be) argument
209 blockif_proc(struct blockif_ctxt *bc, struct blockif_elem *be, uint8_t *buf) argument
333 struct blockif_elem *be; local
644 struct blockif_elem *be; local
[all...]
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_drive.c117 int be, off; local
139 m_hdr->magic = GV_GET64(be);
146 be = (m_hdr->magic == magic_machdep);
148 m_hdr->config_length = GV_GET64(be);
154 m_hdr->label.date_of_birth.tv_sec = GV_GET64(be);
155 m_hdr->label.date_of_birth.tv_usec = GV_GET64(be);
156 m_hdr->label.last_update.tv_sec = GV_GET64(be);
157 m_hdr->label.last_update.tv_usec = GV_GET64(be);
158 m_hdr->label.drive_size = GV_GET64(be);
164 } else if (gv_legacy_header_type(d_hdr, be)
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Derror.exp2 make: "error.mk" line 4: warning: this could be serious
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 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-11-stable/lib/libc/gdtoa/
H A D_ldtoa.c61 int be, kind; local
77 be = u.bits.exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
92 be++;
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/freebsd-11-stable/lib/libbe/tests/
H A Dtarget_prog.c31 #include <be.h>
/freebsd-11-stable/lib/clang/include/clang/Config/
H A Dconfig.h5 #error config.h can only be included once
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425_pci_space.c19 * 4. The name of the company nor the name of the author may be used to
255 _bs_r(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be) argument
260 CSR_WRITE_4(PCI_NP_CBE, be | COMMAND_NP_IO_READ);
271 u_int32_t data, n, be; local
274 be = (0xf & ~(1U << n)) << NP_CBE_SHIFT;
275 data = _bs_r(tag, ioh, off, be);
283 u_int32_t data, n, be; local
286 be = (0xf & ~((1U << n) | (1U << (n + 1)))) << NP_CBE_SHIFT;
287 data = _bs_r(tag, ioh, off, be);
305 u_int32_t data, n, be; local
317 u_int32_t data, n, be; local
337 _bs_w(bus_space_tag_t tag, bus_space_handle_t ioh, bus_size_t off, u_int32_t be, u_int32_t data) argument
351 u_int32_t data, n, be; local
363 u_int32_t data, n, be; local
383 u_int32_t data, n, be; local
395 u_int32_t data, n, be; local
[all...]

Completed in 125 milliseconds

1234567891011>>