OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifb
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/arm/imx/
imx_genfb.c
87
struct imxfb_attach_args * const
ifb
= aux;
local
92
sc->sc_dmat =
ifb
->ifb_dmat;
93
sc->sc_dmasegs =
ifb
->ifb_dmasegs;
94
sc->sc_ndmasegs =
ifb
->ifb_ndmasegs;
96
prop_dictionary_set_uint32(cfg, "width",
ifb
->ifb_width);
97
prop_dictionary_set_uint32(cfg, "height",
ifb
->ifb_height);
98
prop_dictionary_set_uint8(cfg, "depth",
ifb
->ifb_depth);
99
prop_dictionary_set_uint16(cfg, "linebytes",
ifb
->ifb_stride);
102
(uintptr_t)
ifb
->ifb_fb);
imx51_ipuv3.c
557
const struct imxfb_attach_args * const
ifb
= aux;
local
559
aprint_normal(" output %s", device_xname(
ifb
->ifb_outputdev));
648
struct imxfb_attach_args
ifb
= {
local
661
sc->fbdev = config_found(sc->dev, &
ifb
, imx51_ipuv3_print, CFARGS_NONE);
/src/usr.sbin/ldpd/
fsm.c
154
struct ifaddrs *ifa, *
ifb
;
local
164
for (
ifb
= ifa;
ifb
;
ifb
=
ifb
->ifa_next)
165
if ((
ifb
->ifa_addr->sa_family == AF_INET) &&
166
(
ifb
->ifa_flags & IFF_UP)) {
167
sa = (struct sockaddr_in *)
ifb
->ifa_addr;
190
for (adrcount = 0,
ifb
= ifa;
ifb
; ifb = ifb->ifa_next)
213
struct ifaddrs *ifa, *
ifb
;
local
[
all
...]
socketops.c
99
struct ifaddrs *ifa, *
ifb
;
local
140
for (
ifb
= ifa;
ifb
;
ifb
=
ifb
->ifa_next) {
141
struct sockaddr_in *if_sa = (struct sockaddr_in *)
ifb
->ifa_addr;
142
if (if_sa->sin_family != AF_INET || (!(
ifb
->ifa_flags & IFF_UP)) ||
143
(
ifb
->ifa_flags & IFF_LOOPBACK) ||
144
(!(
ifb
->ifa_flags & IFF_MULTICAST)) ||
146
is_passive_if(
ifb
->ifa_name) |
412
struct ifaddrs *ifa, *
ifb
;
local
628
struct ifaddrs *ifa, *
ifb
;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h
177
struct nvkm_engine *
ifb
;
member in struct:nvkm_device
254
int (*
ifb
)(struct nvkm_device *, int idx, struct nvkm_engine **);
member in struct:nvkm_device_chip
Completed in 19 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026