Home
last modified time | relevance | path

Searched refs:min_scope (Results 1 – 12 of 12) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/generators/
H A Dgen_options.lua150 local min_scope = o.scope[#o.scope]
154 'OPT_' .. min_scope:sub(1, 3):upper() .. '(' .. (
155 min_scope:sub(1, 1):upper() .. 'V_' .. varname:sub(3):upper()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas.h423 enum vas_notify_scope min_scope; member
H A Dvas-window.c476 val = SET_FIELD(VAS_LNOTIFY_MIN_SCOPE, val, winctx->min_scope); in init_winctx_regs()
750 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_rxwin()
959 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_txwin()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas.h423 enum vas_notify_scope min_scope; member
H A Dvas-window.c476 val = SET_FIELD(VAS_LNOTIFY_MIN_SCOPE, val, winctx->min_scope); in init_winctx_regs()
750 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_rxwin()
959 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_txwin()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/powernv/
H A Dvas.h423 enum vas_notify_scope min_scope; member
H A Dvas-window.c476 val = SET_FIELD(VAS_LNOTIFY_MIN_SCOPE, val, winctx->min_scope); in init_winctx_regs()
750 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_rxwin()
959 winctx->min_scope = VAS_SCOPE_LOCAL; in init_winctx_for_txwin()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Ddevinet.c1382 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev() local
1386 min_scope <= scope) { in confirm_addr_indev()
1401 if (min_scope <= scope) { in confirm_addr_indev()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Ddevinet.c1382 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev() local
1386 min_scope <= scope) { in confirm_addr_indev()
1401 if (min_scope <= scope) { in confirm_addr_indev()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Ddevinet.c1382 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev() local
1386 min_scope <= scope) { in confirm_addr_indev()
1401 if (min_scope <= scope) { in confirm_addr_indev()
/dports/net/bird/bird-1.6.8/
H A DChangeLog6930 - min_scope check is removed, all routes have SCOPE_UNIVERSE by default
17046 Don't forget to set proto->min_scope = SCOPE_HOST.
/dports/net/bird2/bird-2.0.8/
H A DChangeLog13091 - min_scope check is removed, all routes have SCOPE_UNIVERSE by default
23207 Don't forget to set proto->min_scope = SCOPE_HOST.