OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_export.c
503
struct netcred *np, *
enp
;
local
573
enp
= (struct netcred *)(*rnh->rnh_addaddr)(saddr, smask, rnh,
575
if (
enp
!= np) {
576
if (
enp
== NULL) {
577
enp
= (struct netcred *)(*rnh->rnh_lookup)(saddr,
579
if (
enp
== NULL) {
584
enp
->netc_refcnt++;
588
enp
->netc_refcnt = 1;
594
if (
enp
->netc_exflags != argp->ex_flags ||
595
kauth_cred_uucmp(
enp
->netc_anon, &argp->ex_anon) != 0
[
all
...]
/src/sys/dev/pci/
if_gem_pci.c
254
uint8_t *
enp
= NULL;
local
342
enp
= buf + 6;
348
if (
enp
) {
349
memcpy(enaddr,
enp
, ETHER_ADDR_LEN);
mpii.c
1552
struct mpii_msg_event_reply *
enp
;
local
1564
enp
= (struct mpii_msg_event_reply *)rcb->rcb_reply;
1572
eaq->event =
enp
->event;
1573
eaq->event_context =
enp
->event_context;
1758
mpii_event_raid(struct mpii_softc *sc, struct mpii_msg_event_reply *
enp
)
1766
ccl = (struct mpii_evt_ir_cfg_change_list *)(
enp
+ 1);
1864
struct mpii_msg_event_reply *
enp
;
local
1872
enp
= (struct mpii_msg_event_reply *)rcb->rcb_reply;
1874
DEVNAME(sc), le16toh(
enp
->event));
1875
KASSERT(le16toh(
enp
->event) == MPII_EVENT_SAS_TOPOLOGY_CHANGE_LIST)
1946
struct mpii_msg_event_reply *
enp
;
local
2025
struct mpii_msg_event_reply *
enp
;
local
2113
struct mpii_msg_event_reply *
enp
= rcb->rcb_reply;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026