Home
last modified time | relevance | path

Searched defs:nest (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/less/
H A Dbrac.c29 int nest; in match_brac() local
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c127 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local
761 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local
828 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
954 struct nlattr *nest; in macsec_drv_create_receive_sa() local
1013 struct nlattr *nest; in macsec_drv_delete_receive_sa() local
1052 struct nlattr *nest; in set_active_rx_sa() local
1281 struct nlattr *nest; in macsec_drv_create_transmit_sa() local
1336 struct nlattr *nest; in macsec_drv_delete_transmit_sa() local
1372 struct nlattr *nest; in set_active_tx_sa() local
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.h128 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest() function
/freebsd-14.2/sys/netinet6/
H A Dip6_input.c478 int nest; in ip6_direct_input() local
533 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
/freebsd-14.2/sys/netipsec/
H A Dipsec_input.c593 int error, nest; in ipsec6_common_input_cb() local
/freebsd-14.2/contrib/bmake/
H A Ddir.c706 int nest = 0; in closing_brace() local
726 int nest = 0; in separator_comma() local
H A Dvar.c2742 int nest = 0; in ParseModifier_Match() local
/freebsd-14.2/sys/dev/hid/
H A Dhidbus.c83 int nest; /* Child attach nesting lvl */ member
/freebsd-14.2/contrib/unifdef/
H A Dunifdef.c667 nest(void) in nest() function
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h915 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \ argument