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

1234567891011>>

/freebsd-10.3-release/sys/ofed/include/linux/
H A Din.h40 #define ipv4_is_zeronet(be) IN_ZERONET(ntohl(be))
41 #define ipv4_is_loopback(be) IN_LOOPBACK(ntohl(be))
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_private.h30 #error This header is only to be used internally to libarchive.
H A Dfilter_fork.h29 #error This header is only to be used internally to libarchive.
H A Darchive_cmdline_private.h30 #error This header is only to be used internally to libarchive.
/freebsd-10.3-release/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-10.3-release/usr.sbin/bhyve/
H A Dblock_if.c122 struct blockif_elem *be, *tbe; local
126 be = TAILQ_FIRST(&bc->bc_freeq);
127 assert(be != NULL);
128 assert(be->be_status == BST_FREE);
129 TAILQ_REMOVE(&bc->bc_freeq, be, be_link);
130 be->be_req = breq;
131 be->be_op = op;
143 be->be_block = off;
155 be->be_status = BST_PEND;
157 be
165 struct blockif_elem *be; local
183 blockif_complete(struct blockif_ctxt *bc, struct blockif_elem *be) argument
202 blockif_proc(struct blockif_ctxt *bc, struct blockif_elem *be, uint8_t *buf) argument
326 struct blockif_elem *be; local
618 struct blockif_elem *be; local
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/contrib/bmake/unit-tests/
H A Derror.exp2 make: "error.mk" line 4: warning: this could be serious
H A Descape.mk14 # be replaced, along with any leading white space on the following
20 # the next line shall not be included if it is a <tab>.
28 # this implies that <backslash> should be taken literally everywhere
45 # Some variables to be expanded in tests
58 # Embedded backslash in variable should be taken literally.
72 # Double backslash in variable should be taken as two literal backslashes.
99 # this should be processed as a comment
101 # this should be processed as a comment
110 # Both backslashes should be taken literally, and the newline is NOT escaped.
127 # this should be processe
[all...]
H A Descape.exp63 second line spaces should be retained':
65 second line spaces should be retained:
67 second line tab should be elided':
69 second line tab should be elided:
71 only one tab should be elided, second tab remains'
73 only one tab should be elided, second tab remains
93 second line spaces should be retained':
95 second line spaces should be retained:
97 second line tab should be elided':
99 second line tab should be elide
[all...]
H A Dsuffixes.exp2 There should be no text after the colon:
4 There should be no text after the colon:
6 There should be no text after the colon:
/freebsd-10.3-release/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-10.3-release/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...]
/freebsd-10.3-release/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-10.3-release/sys/kern/
H A Dsubr_kdb.c248 * Note that this function may be called from almost anywhere, with interrupts
417 struct kdb_dbbe *be, **iter; local
420 be = *iter;
421 if (be->dbbe_active == 0 && strcmp(be->dbbe_name, name) == 0) {
422 kdb_dbbe = be;
435 * reason for entering the debugger so that the right script can be run.
457 struct kdb_dbbe *be, **iter; local
464 be = *iter;
465 pri = (be
616 struct kdb_dbbe *be; local
[all...]
/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend.c13 * ("Disclaimer") and any redistribution must be conditioned upon
66 ctl_backend_register(struct ctl_backend_driver *be) argument
76 if (strcmp(be_tmp->name, be->name) == 0) {
86 be->init();
90 STAILQ_INSERT_TAIL(&softc->be_list, be, links);
96 * we won't be able to unload otherwise.
100 if ((be->flags & CTL_BE_FLAG_INTERNAL) == 0)
105 be->config_move_done = ctl_config_move_done;
108 be->num_luns = 0;
110 atomic_set(&be
119 ctl_backend_deregister(struct ctl_backend_driver *be) argument
[all...]
/freebsd-10.3-release/usr.sbin/bluetooth/ath3kfw/
H A Dath3kfw.c55 static int find_device (struct libusb20_backend *be,
74 struct libusb20_backend *be; local
108 be = libusb20_be_alloc_default();
109 if (be == NULL) {
114 if (find_device(be, bus, addr, &dev) < 0) {
127 libusb20_be_free(be);
161 find_device(struct libusb20_backend *be, uint8_t bus, uint8_t addr, argument
168 while ((*dev = libusb20_be_device_foreach(be, *dev)) != NULL) {
/freebsd-10.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c51 * These can probably be implemented using a macro
101 uint32_t le, be; local
104 be = bswap32(dw);
107 be = dw;
111 memcpy((eightchar+4), &be, 4);
123 uint16_t le, be; local
126 be = bswap16(dw);
129 be = dw;
133 memcpy((fourchar+2), &be, 2);
/freebsd-10.3-release/share/mk/
H A Dbsd.compiler.mk6 # automatic detection. Other compiler types can be shoe-horned in, but require
7 # explicit setting of the compiler type. The compiler type can also be set
12 # It too can be overriden on the command line. When testing it, be sure to
22 # This file may be included multiple times, but only has effect the first time.
/freebsd-10.3-release/contrib/wpa/src/wps/
H A Dupnp_xml.c35 * Five such escapes total (more can be defined but that does not apply to our
41 * to be equivalent to <label></label>, i.e., no payload, but we are unlikely
52 * entire tree hierarchy, because the plain labels we are looking for will be
53 * unique (not in general, but for this application). We do however have to be
56 * In generating XML we have to be more careful, but that is easy because
105 * In utf8, characters may be classed as follows:
118 * characters have special meaning and so must be escaped where they
183 * s: might be some other namespace name followed by colon
184 * u: might be some other namespace name followed by colon
185 * actionName will be replace
[all...]
/freebsd-10.3-release/libexec/save-entropy/
H A Dsave-entropy.sh62 not exist, and cannot be created. Therefore no entropy can \
63 be saved.; exit 1; }
84 it will not be rotated. Entropy file rotation is aborted.

Completed in 347 milliseconds

1234567891011>>