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

1234567891011>>

/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.c13 * ("Disclaimer") and any redistribution must be conditioned upon
67 ctl_backend_register(struct ctl_backend_driver *be) argument
79 if (strcmp(be_tmp->name, be->name) == 0) {
89 be->init();
93 STAILQ_INSERT_TAIL(&ctl_softc->be_list, be, links);
99 * we won't be able to unload otherwise.
103 if ((be->flags & CTL_BE_FLAG_INTERNAL) == 0)
108 be->config_move_done = ctl_config_move_done;
111 be->num_luns = 0;
113 atomic_set(&be
122 ctl_backend_deregister(struct ctl_backend_driver *be) argument
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_private.h30 #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.
H A Dfilter_fork.h29 #error This header is only to be used internally to libarchive.
H A Darchive_pathmatch.h31 #error This header is only to be used internally to libarchive.
/freebsd-10.0-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.0-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.0-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.0-release/usr.sbin/bhyve/
H A Dblock_if.c96 struct blockif_elem *be; local
100 be = TAILQ_FIRST(&bc->bc_freeq);
101 assert(be != NULL);
102 assert(be->be_status == BST_FREE);
104 TAILQ_REMOVE(&bc->bc_freeq, be, be_link);
105 be->be_status = BST_INUSE;
106 be->be_req = breq;
107 be->be_op = op;
108 TAILQ_INSERT_TAIL(&bc->bc_inuseq, be, be_link);
118 struct blockif_elem *be; local
139 blockif_proc(struct blockif_ctxt *bc, struct blockif_elem *be) argument
[all...]
/freebsd-10.0-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.0-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(void *v, 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(v, 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(v, ioh, off, be);
305 u_int32_t data, n, be; local
317 u_int32_t data, n, be; local
337 _bs_w(void *v, 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.0-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.0-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.0-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.0-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.0-release/sys/boot/common/
H A Dhelp.common11 and may not be required by all forms of the command.
13 Some commands may not be available. Use the '?' command to list
39 has not already been loaded, it will be booted instead of the default
69 modules are loaded, <filename> must be a kernel or the command will
73 later use by the kernel or other modules. <type> may be any string.
84 file sizes on some media may be very slow.
91 List all of the devices from which it may be possible to load modules.
108 remaining files will not be shown.
120 be printed.
144 Sets the default set of kernel boot filename(s). It may be overridde
[all...]
/freebsd-10.0-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.0-release/libexec/save-entropy/
H A Dsave-entropy.sh60 not exist, and cannot be created. Therefore no entropy can \
61 be saved.; exit 1; }
82 it will not be rotated. Entropy file rotation is aborted.
/freebsd-10.0-release/tools/build/make_check/
H A DMakefile213 # Ensure that a variable assignment passed via MAKEFLAGS may be overwritten
287 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"
295 .SHELL: name="echo" path="${.OBJDIR}/shell_test" quiet="be quiet" echo="be verbose" filter="be verbose" echoFlag="x" errFlag="y" hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s52 be other
/freebsd-10.0-release/contrib/groff/contrib/mm/
H A DNOTES5 This may be old information. Trust only the source. :-)
14 This file is read when the macro is executed. Therefore it must be
22 An example can be found in mm/0.MT.
26 should be defined by the new macrofile.
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def47 and is added to the list of commands to be executed on the specified
71 Force ntpq to operate in interactive mode. Prompts will be written
107 The program may be run either in interactive mode or controlled using
110 variables can be assembled, with raw and pretty-printed output
121 is executed, each of the requests will be sent
139 NTP server, and hence can be used to query any compatible server on
142 this communication will be somewhat unreliable, especially over
157 cause the specified query (queries) to be sent to the indicated
167 uniquely identify the command need be typed.
203 is ignored, and can be omitte
[all...]

Completed in 404 milliseconds

1234567891011>>