Home
last modified time | relevance | path

Searched refs:D_STATE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.c1467 state = D_STATE(ifp); in dhcp_new_xid()
2150 state = D_STATE(ifp); in dhcp_arping()
2199 state = D_STATE(ifp); in dhcp_arp_found()
2466 state = D_STATE(ifp); in dhcp_arp_address()
2553 state = D_STATE(ifp); in dhcp_static()
2585 state = D_STATE(ifp); in dhcp_inform()
3776 state = D_STATE(ifp); in dhcp_openbpf()
3860 state = D_STATE(ifp); in dhcp_initstate()
3865 state = D_STATE(ifp); in dhcp_initstate()
3889 state = D_STATE(ifp); in dhcp_init()
[all …]
H A Dipv4.c548 dstate = D_STATE(ap->iface); in ipv4_deladdr()
570 state = D_STATE(ifp); in delete_address()
756 state = D_STATE(ifp); in ipv4_daddaddr()
766 struct dhcp_state *state = D_STATE(ifp); in ipv4_applyaddr()
H A Ddhcp.h243 #define D_STATE(ifp) \ macro
H A Dscript.c293 state = D_STATE(ifp); in make_env()
/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c8950 u32 dstate = I915_READ(D_STATE); in gen3_init_clock_gating()
8954 I915_WRITE(D_STATE, dstate); in gen3_init_clock_gating()
H A Di915_reg.h3231 #define D_STATE _MMIO(0x6104) macro