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

/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c84 int f_scope = 0; variable
154 f_scope |= IPSEC_POLICYSCOPE_GLOBAL;
157 f_scope |= IPSEC_POLICYSCOPE_IFNET;
177 f_policy ? f_scope: SADB_SATYPE_UNSPEC);
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1013 scope_t *f_scope; /* scope structure */
5145 ptr = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope;
5147 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr->free;
5183 ptr->free = alloc_counts[ (int) alloc_type_scope ].free_list.f_scope;
5184 alloc_counts[ (int) alloc_type_scope ].free_list.f_scope = ptr;
1006 scope_t *f_scope; /* scope structure */ member in union:small_free
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c901 scope_t *f_scope; /* scope structure */
4872 ptr = alloc_counts[(int) alloc_type_scope].free_list.f_scope;
4874 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr->free;
4910 ptr->free = alloc_counts[(int) alloc_type_scope].free_list.f_scope;
4911 alloc_counts[(int) alloc_type_scope].free_list.f_scope = ptr;
899 scope_t *f_scope; /* scope structure */ member in union:small_free

Completed in 93 milliseconds