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

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_xlator.c 52 dt_node_t *enp, *mnp; local
54 if ((enp = dt_node_xalloc(dtp, DT_NODE_XLATOR)) == NULL)
57 enp->dn_link = dxp->dx_nodes;
58 dxp->dx_nodes = enp;
71 enp->dn_op = DT_TOK_XLATE;
72 enp->dn_xlator = dxp;
73 enp->dn_xmember = mnp;
74 dt_node_type_assign(enp, dxp->dx_dst_ctfp, type, B_FALSE);
78 * appropriate name, output type, and member expression set to 'enp'.
81 assert(enp->dn_link->dn_kind == DT_NODE_MEMBER)
    [all...]
dt_pragma.c 352 dt_node_t *enp; local
356 for (enp = dnp; enp != NULL; enp = enp->dn_list) {
357 if (enp->dn_kind == DT_NODE_IDENT ||
358 enp->dn_kind == DT_NODE_STRING)
359 n += strlen(enp->dn_string) + 1;
365 for (enp = dnp; enp != NULL; enp = enp->dn_list)
    [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...]
  /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...]

Completed in 61 milliseconds