Home
last modified time | relevance | path

Searched refs:f_scope (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sbin/setkey/
Dsetkey.c89 int f_scope = 0; variable
170 f_scope |= IPSEC_POLICYSCOPE_GLOBAL;
173 f_scope |= IPSEC_POLICYSCOPE_IFNET;
194 f_policy ? f_scope: SADB_SATYPE_UNSPEC);
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c899 scope_t *f_scope; /* scope structure */ member
4838 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in allocate_scope()
4840 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free; in allocate_scope()
4876 ptr->free = alloc_counts[(int) alloc_type_scope].free_list.f_scope; in free_scope()
4877 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr; in free_scope()
/freebsd-12-stable/contrib/gcc/
Dmips-tfile.c1006 scope_t *f_scope; /* scope structure */ member
5100 ptr = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope; in allocate_scope()
5102 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr->free; in allocate_scope()
5138 ptr->free = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope; in free_scope()
5139 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr; in free_scope()