OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/miscfs/kernfs/
kernfs_vfsops.c
122
struct kernfs_mount *
fmp
;
local in function:kernfs_mount
139
fmp
= kmem_zalloc(sizeof(struct kernfs_mount), KM_SLEEP);
140
TAILQ_INIT(&
fmp
->nodelist);
144
mp->mnt_data =
fmp
;
149
kmem_free(
fmp
, sizeof(struct kernfs_mount));
/src/sys/netcan/
can_pcb.c
387
struct can_frame *
fmp
;
local in function:can_pcbfilter
394
fmp
= mtod(m, struct can_frame *);
397
if ((
fmp
->can_id & fip->can_mask) == fip->can_id)
/src/sys/dev/pci/ixgbe/
ix_txrx.c
1787
if (rbuf->
fmp
!= NULL) {/* Partial chain ? */
1791
m_freem(rbuf->
fmp
);
1792
rbuf->
fmp
= NULL;
1793
rbuf->buf = NULL; /* rbuf->buf is part of
fmp
's chain */
1947
if ((rbuf->
fmp
== NULL) &&
1975
m_freem(rbuf->
fmp
);
1976
rbuf->
fmp
= NULL;
2025
* Rather than using the
fmp
/lmp global pointers
2034
if (rbuf->
fmp
!= NULL) {
2036
sendmp = rbuf->
fmp
;
[
all
...]
ixgbe.h
296
struct mbuf *
fmp
;
member in struct:ixgbe_rx_buf
/src/sys/dev/pci/igc/
if_igc.h
239
struct mbuf *
fmp
; /* First mbuf pointers. */
member in struct:igc_rx_buf
if_igc.c
2140
m_freem(rxbuf->
fmp
);
2141
rxbuf->
fmp
= NULL;
2174
m = rxbuf->
fmp
;
2175
rxbuf->
fmp
= NULL;
2190
nxbuf->
fmp
= m;
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stm32mp151.dtsi
498
st,syscfg-
fmp
= <&syscfg 0x4 0x1>;
514
st,syscfg-
fmp
= <&syscfg 0x4 0x2>;
530
st,syscfg-
fmp
= <&syscfg 0x4 0x4>;
546
st,syscfg-
fmp
= <&syscfg 0x4 0x10>;
1551
st,syscfg-
fmp
= <&syscfg 0x4 0x8>;
1589
st,syscfg-
fmp
= <&syscfg 0x4 0x20>;
Completed in 19 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025