HomeSort by: relevance | last modified time | path
    Searched defs:enp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_gem_pci.c 258 uint8_t *enp = NULL; local in function:gem_pci_attach
346 enp = buf + 6;
352 if (enp) {
353 memcpy(enaddr, enp, ETHER_ADDR_LEN);
mpii.c 1552 struct mpii_msg_event_reply *enp; local in function:mpii_eventack
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 in function:mpii_event_sas
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 in function:mpii_event_sas_work
2025 struct mpii_msg_event_reply *enp; local in function:mpii_event_process
2113 struct mpii_msg_event_reply *enp = rcb->rcb_reply; local in function:mpii_event_done
    [all...]
  /src/sys/nfs/
nfs_export.c 503 struct netcred *np, *enp; local in function:hang_addrlist
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...]

Completed in 13 milliseconds