Home
last modified time | relevance | path

Searched refs:be (Results 1 – 25 of 7975) sorted by relevance

12345678910>>...319

/freebsd-14.2/usr.sbin/bhyve/
H A Dnet_backends.c71 #define NET_BE_SIZE(be) (sizeof(*be) + (be)->priv_size) argument
383 be->cleanup(be); in netbe_cleanup()
384 free(be); in netbe_cleanup()
393 return (be->get_cap(be)); in netbe_get_cap()
411 ret = be->set_cap(be, features, vnet_hdr_len); in netbe_set_cap()
413 be->be_vnet_hdr_len == be->fe_vnet_hdr_len); in netbe_set_cap()
422 return (be->send(be, iov, iovcnt)); in netbe_send()
429 return (be->peek_recvlen(be)); in netbe_peek_recvlen()
441 return (be->recv(be, iov, iovcnt)); in netbe_recv()
470 return be->recv_disable(be); in netbe_rx_disable()
[all …]
H A Dnet_backends_priv.h49 void (*cleanup)(struct net_backend *be);
64 ssize_t (*peek_recvlen)(struct net_backend *be);
84 void (*recv_enable)(struct net_backend *be);
85 void (*recv_disable)(struct net_backend *be);
92 uint64_t (*get_cap)(struct net_backend *be);
118 #define NET_BE_PRIV(be) ((void *)((be) + 1)) argument
141 void tap_cleanup(struct net_backend *be);
144 ssize_t tap_peek_recvlen(struct net_backend *be);
145 void tap_recv_enable(struct net_backend *be);
147 void tap_recv_disable(struct net_backend *be);
[all …]
H A Dnet_backend_netmap.c73 struct netmap_priv *priv = NET_BE_PRIV(be); in netmap_set_vnet_hdr_len()
78 err = ioctl(be->fd, NIOCREGIF, &req); in netmap_set_vnet_hdr_len()
84 be->be_vnet_hdr_len = vnet_hdr_len; in netmap_set_vnet_hdr_len()
104 netmap_set_vnet_hdr_len(be, prev_hdr_len); in netmap_has_vnet_hdr_len()
110 netmap_get_cap(struct net_backend *be) in netmap_get_cap() argument
129 struct netmap_priv *priv = NET_BE_PRIV(be); in netmap_init()
146 be->fd = priv->nmd->fd; in netmap_init()
158 netmap_cleanup(struct net_backend *be) in netmap_cleanup() argument
168 be->fd = -1; in netmap_cleanup()
246 ioctl(be->fd, NIOCTXSYNC, NULL); in netmap_send()
[all …]
H A Dnet_backends.h42 int netbe_init(net_backend_t **be, nvlist_t *nvl, net_be_rxeof_t cb,
45 void netbe_cleanup(net_backend_t *be);
46 uint64_t netbe_get_cap(net_backend_t *be);
47 int netbe_set_cap(net_backend_t *be, uint64_t cap,
49 size_t netbe_get_vnet_hdr_len(net_backend_t *be);
50 ssize_t netbe_send(net_backend_t *be, const struct iovec *iov, int iovcnt);
51 ssize_t netbe_peek_recvlen(net_backend_t *be);
52 ssize_t netbe_recv(net_backend_t *be, const struct iovec *iov, int iovcnt);
53 ssize_t netbe_rx_discard(net_backend_t *be);
54 void netbe_rx_disable(net_backend_t *be);
[all …]
H A Dblock_if.c144 assert(be != NULL); in blockif_enqueue()
147 be->be_req = breq; in blockif_enqueue()
148 be->be_op = op; in blockif_enqueue()
160 be->be_block = off; in blockif_enqueue()
189 if (be == NULL) in blockif_dequeue()
193 be->be_tid = t; in blockif_dequeue()
195 *bep = be; in blockif_dequeue()
204 if (be->be_status == BST_DONE || be->be_status == BST_BUSY) in blockif_complete()
212 be->be_tid = 0; in blockif_complete()
214 be->be_req = NULL; in blockif_complete()
[all …]
/freebsd-14.2/contrib/one-true-awk/testdir/
H A DT.int-expr82 ac ~ /ab{0}c/ -> should be 1, is 1
83 abc ~ /ab{0}c/ -> should be 0, is 0
84 ac ~ /a(b{0})c/ -> should be 1, is 1
86 ac ~ /ab{0}*c/ -> should be 1, is 1
87 abc ~ /ab{0}*c/ -> should be 0, is 0
90 ac ~ /ab{0,}c/ -> should be 1, is 1
91 abc ~ /ab{0,}c/ -> should be 1, is 1
94 ac ~ /ab{0,}*c/ -> should be 1, is 1
98 ac ~ /ab{1}c/ -> should be 0, is 0
99 abc ~ /ab{1}c/ -> should be 1, is 1
[all …]
/freebsd-14.2/contrib/lib9p/
H A Drequest.c748 error = be->open(be->softc, req); in l9p_dispatch_topen()
839 error = be->stat(be->softc, req); in l9p_dispatch_tstat()
881 error = be->walk(be->softc, req); in l9p_dispatch_twalk()
974 error = be->wstat != NULL ? be->wstat(be->softc, req) : ENOSYS; in l9p_dispatch_twstat()
1013 error = be->lopen != NULL ? be->lopen(be->softc, req) : ENOSYS; in l9p_dispatch_tlopen()
1088 error = be->mknod != NULL ? be->mknod(be->softc, req) : ENOSYS; in l9p_dispatch_tmknod()
1117 error = be->rename != NULL ? be->rename(be->softc, req) : ENOSYS; in l9p_dispatch_trename()
1303 error = be->fsync != NULL ? be->fsync(be->softc, req) : ENOSYS; in l9p_dispatch_tfsync()
1325 error = be->lock != NULL ? be->lock(be->softc, req) : ENOSYS; in l9p_dispatch_tlock()
1374 error = be->link != NULL ? be->link(be->softc, req) : ENOSYS; in l9p_dispatch_tlink()
[all …]
/freebsd-14.2/crypto/openssl/demos/cms/
H A Dcomp.txt3 Some Text To be Compressed
4 Some Text To be Compressed
5 Some Text To be Compressed
6 Some Text To be Compressed
7 Some Text To be Compressed
8 Some Text To be Compressed
9 Some Text To be Compressed
10 Some Text To be Compressed
11 Some Text To be Compressed
12 Some Text To be Compressed
[all …]
/freebsd-14.2/contrib/libxo/doc/
H A Dxolint-errors.rst16 This can be a bit surprising and could be a field that was not
76 'Only one field role can be used'
79 The message "Only one field role can be used" can be caused by code like:
113 The message "An encoding format cannot be given (roles: DNLT)" can be caused by code like:
127 The message "Format cannot be given when content is present (roles: CDLN)" can be caused by code li…
181 be separated by commas.
283 The message "Value field name should be lower case" can be caused by code like:
303 The message "Value field name should be longer than two characters" can be caused by code like:
367 The message "Anchor content should be decimal width" can be caused by code like:
386 'Anchor format should be "%d"'
[all …]
/freebsd-14.2/contrib/arm-optimized-routines/math/
H A DREADME.contributors4 1. Most code in this sub-directory is expected to be upstreamed into glibc so
5 the GNU Coding Standard and glibc specific conventions should be followed
8 2. ABI and symbols: the code should be written so it is suitable for inclusion
31 replacement for a standard math function), this should be tested
36 modes the quality requirement can be relaxed. (Non-nearest rounded
37 computation can be slow and inaccurate but has to be correct for conformance
43 this should be tested by direct tests (glibc test system may be used for it).
54 - Error bounds of the approximation should be clearly documented.
66 - Performance improvements should be documented (relative numbers can be
68 be updated for new functions).
[all …]
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend.c66 ctl_backend_register(struct ctl_backend_driver *be) in ctl_backend_register() argument
75 if (strcmp(be_tmp->name, be->name) == 0) { in ctl_backend_register()
82 be->config_move_done = ctl_config_move_done; in ctl_backend_register()
86 if (be->init != NULL) { in ctl_backend_register()
87 if ((error = be->init()) != 0) { in ctl_backend_register()
89 be->name, error); in ctl_backend_register()
95 STAILQ_INSERT_TAIL(&softc->be_list, be, links); in ctl_backend_register()
102 ctl_backend_deregister(struct ctl_backend_driver *be) in ctl_backend_deregister() argument
108 if (be->shutdown != NULL) { in ctl_backend_deregister()
109 if ((error = be->shutdown()) != 0) { in ctl_backend_deregister()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml131 that detection should be enabled but limit setting can be omitted.
136 damaged. Recovery actions should be initiated. Zero can be passed to
138 be enabled but limit setting can be omitted.
151 that detection should be enabled but limit setting can be omitted. Limit
157 damaged. Recovery actions should be initiated. Zero can be passed to
159 be enabled but limit setting can be omitted. Limit is given as microvolt
173 that detection should be enabled but limit setting can be omitted. Limit
179 it gets damaged. Recovery actions should be initiated. Zero can be passed
181 be enabled but limit setting can be omitted. Limit is given as microvolt
194 that detection should be enabled but limit setting can be omitted.
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Din.h40 #define ipv4_is_zeronet(be) IN_ZERONET(ntohl(be)) argument
41 #define ipv4_is_loopback(be) IN_LOOPBACK(ntohl(be)) argument
42 #define ipv4_is_multicast(be) IN_MULTICAST(ntohl(be)) argument
43 #define ipv4_is_lbcast(be) ((be) == INADDR_BROADCAST) argument
/freebsd-14.2/crypto/heimdal/doc/
H A Dinit-creds27 /* XXX the next three should not be used, as they may be
86 of the structure should be used. In most cases, a NULL pointer can be
93 pointer may be specified, and the credential will be destroyed.
147 the future the ticket should be postdated.
151 the name specified will be ignored and will be set to the realm of the
160 (there should be, but it's not there now).
163 on the ticket will be set, and the value of the argument will be the
230 will be read from that keytab; otherwise, the service key will be read
250 will be deleted before the function returns.
262 can be decrypted and verified.
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/edac/
H A Dsocfpga-eccmgr.txt8 - compatible : Should be "altr,socfpga-ecc-manager"
9 - #address-cells: must be 1
10 - #size-cells: must be 1
17 - compatible : Should be "altr,socfpga-l2-ecc"
24 - compatible : Should be "altr,socfpga-ocram-ecc"
61 - #address-cells: must be 1
62 - #size-cells: must be 1
66 - #interrupt-cells : must be set to 2.
249 - #interrupt-cells : must be set to 2.
250 - #address-cells: must be 1
[all …]
/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_drive.c117 int be, off; in gv_read_header() local
139 m_hdr->magic = GV_GET64(be); in gv_read_header()
146 be = (m_hdr->magic == magic_machdep); in gv_read_header()
148 m_hdr->config_length = GV_GET64(be); in gv_read_header()
156 m_hdr->label.last_update.tv_sec = GV_GET64(be); in gv_read_header()
158 m_hdr->label.drive_size = GV_GET64(be); in gv_read_header()
168 m_hdr->config_length = GV_GET64(be); in gv_read_header()
175 m_hdr->label.last_update.tv_sec = GV_GET64(be); in gv_read_header()
177 m_hdr->label.drive_size = GV_GET64(be); in gv_read_header()
182 m_hdr->config_length = GV_GET32(be); in gv_read_header()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ti/davinci/
H A Dda8xx-cfgchip.txt13 - compatible: shall be "ti,da830-usb-phy-clocks".
14 - #clock-cells: from common clock binding; shall be set to 1.
16 - clock-names: shall be "fck", "usb_refclkin", "auxclk"
24 - compatible: shall be "ti,da830-tbclksync".
27 - clock-names: shall be "fck"
32 - compatible: shall be "ti,da830-div4p5ena".
35 - clock-names: shall be "pll0_pllout"
40 - compatible: shall be "ti,da850-async1-clksrc".
43 - clock-names: shall be "pll0_sysclk3", "div4.5"
48 - compatible: shall be "ti,da850-async3-clksrc".
[all …]
/freebsd-14.2/sbin/bectl/
H A Dbectl.c59 libbe_handle_t *be; variable
245 err = be_snapshot(be, be_active_path(be), NULL, in bectl_cmd_create()
307 be_export(be, bootenv, STDOUT_FILENO); in bectl_cmd_export()
336 err = be_import(be, bootenv, STDIN_FILENO); in bectl_cmd_import()
354 be_add_child(be, argv[i], true); in bectl_cmd_add()
414 err = be_destroy(be, target, flags); in bectl_cmd_destroy()
477 err = be_rename(be, src, dest); in bectl_cmd_rename()
521 err = be_unmount(be, bootenv, flags); in bectl_cmd_unmount()
581 if ((be = libbe_init(root)) == NULL) { in main()
588 libbe_print_on_error(be, !cmd->silent); in main()
[all …]
/freebsd-14.2/contrib/netbsd-tests/include/
H A Dd_bitstring_64.out71 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
75 be: 1 0 1001001001001001001001001001001001001001001001001001001001001001
79 be: 0 3 0001000001000001000001000001000001000001000001000001000001000001
150 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
154 be: 0 1 0111111111111111111111111111111111111111111111111111111111111110
156 be: 0 1 0100000000000000000000000000000000000000000000000000000000000010
158 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
160 be: 63 0 1111111111111111111111111111111111111111111111111111111111111110
162 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
H A Dd_bitstring_27.out34 be: 0 -1 000000000000000000000000000
38 be: 1 0 100100100100100100100100100
42 be: 0 3 000100000100000100000100000
76 be: 0 -1 000000000000000000000000000
80 be: 0 1 011111111111111111111111110
82 be: 0 1 010000000000000000000000010
84 be: 0 -1 000000000000000000000000000
86 be: 26 0 111111111111111111111111110
88 be: 0 -1 000000000000000000000000000
H A Dd_bitstring_8.out15 be: 0 -1 00000000
19 be: 1 0 10010010
23 be: 0 3 00010000
38 be: 0 -1 00000000
42 be: 0 1 01111110
44 be: 0 1 01000010
46 be: 0 -1 00000000
48 be: 7 0 11111110
50 be: 0 -1 00000000
H A Dd_bitstring_32.out39 be: 0 -1 00000000000000000000000000000000
43 be: 1 0 10010010010010010010010010010010
47 be: 0 3 00010000010000010000010000010000
86 be: 0 -1 00000000000000000000000000000000
90 be: 0 1 01111111111111111111111111111110
92 be: 0 1 01000000000000000000000000000010
94 be: 0 -1 00000000000000000000000000000000
96 be: 31 0 11111111111111111111111111111110
98 be: 0 -1 00000000000000000000000000000000
H A Dd_bitstring_49.out56 be: 0 -1 0000000000000000000000000000000000000000000000000
60 be: 1 0 1001001001001001001001001001001001001001001001001
64 be: 0 3 0001000001000001000001000001000001000001000001000
120 be: 0 -1 0000000000000000000000000000000000000000000000000
124 be: 0 1 0111111111111111111111111111111111111111111111110
126 be: 0 1 0100000000000000000000000000000000000000000000010
128 be: 0 -1 0000000000000000000000000000000000000000000000000
130 be: 48 0 1111111111111111111111111111111111111111111111110
132 be: 0 -1 0000000000000000000000000000000000000000000000000
H A Dd_bitstring_67.out74 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
78 be: 1 0 1001001001001001001001001001001001001001001001001001001001001001001
82 be: 0 3 0001000001000001000001000001000001000001000001000001000001000001000
156 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
160 be: 0 1 0111111111111111111111111111111111111111111111111111111111111111110
162 be: 0 1 0100000000000000000000000000000000000000000000000000000000000000010
164 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
166 be: 66 0 1111111111111111111111111111111111111111111111111111111111111111110
168 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
/freebsd-14.2/sys/kern/
H A Dsubr_kdb.c494 be = *iter; in kdb_dbbe_select()
495 if (be->dbbe_active == 0 && strcmp(be->dbbe_name, name) == 0) { in kdb_dbbe_select()
496 kdb_dbbe = be; in kdb_dbbe_select()
574 be = *iter; in kdb_init()
575 pri = (be->dbbe_init != NULL) ? be->dbbe_init() : -1; in kdb_init()
579 kdb_dbbe = be; in kdb_init()
585 be = *iter; in kdb_init()
750 be = kdb_dbbe; in kdb_trap()
751 if (be == NULL || be->dbbe_trap == NULL) in kdb_trap()
793 be = kdb_dbbe; in kdb_trap()
[all …]

12345678910>>...319