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

1234567891011>>

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Din.h39 #define ipv4_is_zeronet(be) IN_ZERONET(ntohl(be))
40 #define ipv4_is_loopback(be) IN_LOOPBACK(ntohl(be))
41 #define ipv4_is_multicast(be) IN_MULTICAST(ntohl(be))
42 #define ipv4_is_lbcast(be) ((be) == INADDR_BROADCAST)
/freebsd-current/usr.sbin/bhyve/
H A Dnet_backends_priv.h45 * and should not be called by the frontend.
47 int (*init)(struct net_backend *be, const char *devname,
49 void (*cleanup)(struct net_backend *be);
56 ssize_t (*send)(struct net_backend *be, const struct iovec *iov,
60 * Get the length of the next packet that can be received from
64 ssize_t (*peek_recvlen)(struct net_backend *be);
73 ssize_t (*recv)(struct net_backend *be, const struct iovec *iov,
79 * that the receive callback won't be called until receive is
84 void (*recv_enable)(struct net_backend *be);
85 void (*recv_disable)(struct net_backend *be);
[all...]
H A Dnet_backends.c30 * to be used by network frontends such as virtio-net and e1000.
71 #define NET_BE_SIZE(be) (sizeof(*be) + (be)->priv_size)
74 tap_cleanup(struct net_backend *be) argument
76 struct tap_priv *priv = NET_BE_PRIV(be);
81 if (be->fd != -1) {
82 close(be->fd);
83 be->fd = -1;
88 tap_init(struct net_backend *be, cons argument
153 tap_send(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
159 tap_peek_recvlen(struct net_backend *be) argument
189 tap_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
217 tap_recv_enable(struct net_backend *be) argument
225 tap_recv_disable(struct net_backend *be) argument
379 netbe_cleanup(struct net_backend *be) argument
389 netbe_get_cap(struct net_backend *be) argument
397 netbe_set_cap(struct net_backend *be, uint64_t features, unsigned vnet_hdr_len) argument
419 netbe_send(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
426 netbe_peek_recvlen(struct net_backend *be) argument
438 netbe_recv(struct net_backend *be, const struct iovec *iov, int iovcnt) argument
450 netbe_rx_discard(struct net_backend *be) argument
467 netbe_rx_disable(struct net_backend *be) argument
474 netbe_rx_enable(struct net_backend *be) argument
481 netbe_get_vnet_hdr_len(struct net_backend *be) argument
[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 Dnet_backend_netgraph.c51 ng_init(struct net_backend *be, const char *devname __unused, argument
54 struct tap_priv *p = NET_BE_PRIV(be);
71 be->fd = -1;
77 EPRINTLN("path must be provided");
89 EPRINTLN("peer hook must be provided");
96 &ctrl_sock, &be->fd) < 0) {
111 flags = fcntl(be->fd, F_GETFL);
118 if (fcntl(be->fd, F_SETFL, flags | O_NONBLOCK) < 0) {
143 if (setsockopt(be->fd, SOL_SOCKET, SO_SNDBUF, &sbsz,
149 if (setsockopt(be
[all...]
/freebsd-current/contrib/wpa/src/fst/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-current/contrib/wpa/src/pae/
H A DMakefile2 @echo Nothing to be made.
8 @echo Nothing to be made.
/freebsd-current/contrib/wpa/src/drivers/
H A DMakefile2 @echo Nothing to be made.
9 @echo Nothing to be made.
/freebsd-current/sbin/bectl/
H A Dbectl.h35 extern libbe_handle_t *be;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-readonly.mk6 # this should be ignored
9 .error N ($N) should be 42
16 .error N should not be undef'd
24 .error N should not be 42
H A Ddeptgt-end-jobs.exp6 : .BEGIN 'Should not be expanded.' deferred
7 : all 'Should not be expanded.' deferred
H A Ddeptgt-end.exp6 : .BEGIN 'Should not be expanded.' deferred
7 : all 'Should not be expanded.' deferred
8 : end-action 'Should not be expanded.' deferred
/freebsd-current/contrib/lib9p/
H A Drequest.c91 * is not really running yet), so it should be harmless to
450 * writing readdir entries, so mode should be L9P_PACK
473 F_REQUIRE_OPEN = 0x01, /* require that the file be marked OPEN */
474 F_REQUIRE_DIR = 0x02, /* require that the file be marked ISDIR */
475 F_REQUIRE_XATTR = 0x04, /* require that the file be marked XATTR */
476 F_REQUIRE_AUTH = 0x08, /* require that the fid be marked AUTH */
477 F_FORBID_OPEN = 0x10, /* forbid that the file be marked OPEN */
478 F_FORBID_DIR = 0x20, /* forbid that the file be marked ISDIR */
479 F_FORBID_XATTR = 0x40, /* forbid that the file be marked XATTR */
480 F_ALLOW_AUTH = 0x80, /* allow that the fid be marke
613 struct l9p_backend *be; local
662 struct l9p_backend *be; local
698 struct l9p_backend *be; local
734 struct l9p_backend *be; local
758 struct l9p_backend *be; local
802 struct l9p_backend *be; local
827 struct l9p_backend *be; local
859 struct l9p_backend *be; local
920 struct l9p_backend *be; local
965 struct l9p_backend *be; local
982 struct l9p_backend *be; local
999 struct l9p_backend *be; local
1023 struct l9p_backend *be; local
1050 struct l9p_backend *be; local
1073 struct l9p_backend *be; local
1096 struct l9p_backend *be; local
1125 struct l9p_backend *be; local
1148 struct l9p_backend *be; local
1166 struct l9p_backend *be; local
1184 struct l9p_backend *be; local
1228 struct l9p_backend *be; local
1266 struct l9p_backend *be; local
1293 struct l9p_backend *be; local
1311 struct l9p_backend *be; local
1333 struct l9p_backend *be; local
1354 struct l9p_backend *be; local
1382 struct l9p_backend *be; local
1403 struct l9p_backend *be; local
1427 struct l9p_backend *be; local
[all...]
/freebsd-current/sys/cam/ctl/
H A Dctl_backend.c15 * ("Disclaimer") and any redistribution must be conditioned upon
65 ctl_backend_register(struct ctl_backend_driver *be) argument
74 if (strcmp(be_tmp->name, be->name) == 0) {
81 be->config_move_done = ctl_config_move_done;
85 if (be->init != NULL) {
86 if ((error = be->init()) != 0) {
88 be->name, error);
94 STAILQ_INSERT_TAIL(&softc->be_list, be, links);
101 ctl_backend_deregister(struct ctl_backend_driver *be) argument
107 if (be
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_random_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_getdate.h30 #error This header is only to be used internally to libarchive.
H A Darchive_platform_xattr.h33 #error This header is only to be used internally to libarchive.
H A Darchive_write_disk_private.h31 #error This header is only to be used internally to libarchive.
/freebsd-current/sys/security/mac/
H A Dmac_kdb.c43 mac_kdb_grant_backend(struct kdb_dbbe *be) argument
47 MAC_POLICY_GRANT_NOSLEEP(kdb_check_backend, be);
52 mac_kdb_check_backend(struct kdb_dbbe *be) argument
56 MAC_POLICY_CHECK_NOSLEEP(kdb_check_backend, be);
/freebsd-current/sys/arm/include/
H A Dstdarg.h34 #error this file needs to be ported to your compiler
/freebsd-current/sys/arm64/include/
H A Dstdarg.h34 #error this file needs to be ported to your compiler
/freebsd-current/sys/fs/tmpfs/
H A Dtmpfs_fifoops.h39 #error not supposed to be exposed to userland.
/freebsd-current/sys/powerpc/include/
H A Dstdarg.h34 #error this file needs to be ported to your compiler
/freebsd-current/sys/riscv/include/
H A Dstdarg.h34 #error this file needs to be ported to your compiler
/freebsd-current/sys/x86/include/
H A Dstdarg.h34 #error this file needs to be ported to your compiler

Completed in 126 milliseconds

1234567891011>>