Searched refs:eg (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_eventhandler.c148 struct eventhandler_entry_generic *eg; local
151 eg = malloc(sizeof(struct eventhandler_entry_generic), M_EVENTHANDLER,
153 eg->func = func;
154 eg->ee.ee_arg = arg;
155 eg->ee.ee_priority = priority;
157 return (eventhandler_register_internal(list, name, &eg->ee));
172 struct eventhandler_entry_generic_vimage *eg; local
175 eg = malloc(sizeof(struct eventhandler_entry_generic_vimage),
177 eg->func = iterfunc;
178 eg
[all...]
/freebsd-13-stable/share/examples/ipfilter/
H A DMakefile14 ftp-proxy ftppxy nat-setup nat.eg server tcpstate
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.debug.mk20 # eg. DEBUG_MAKE_FLAGS=-dv DEBUG_MAKE_SYS_DIRS="*lib/sjg"
H A Ddpadd.mk40 # eg.
50 # What should be added to LDADD (eg -lc)
71 # eg.
H A Dmanifest.mk29 # eg.
H A Dsys.clean-env.mk58 # HOME is probably something worth clobbering eg.
H A Dsys.vars.mk61 # eg. ${LIST:[#]:${M_JOT}}
H A Dldorder.mk85 # eg. in local.ldorder.mk
H A Ddirdeps.mk208 # The makefiles may only partially specify (eg. MACHINE only),
/freebsd-13-stable/tests/sys/acl/
H A Drun72 $line =~ s[%(\w+)][$ENV{$1}]eg;
73 $line =~ s[%\{(\w+)\}][$ENV{$1}]eg;
/freebsd-13-stable/share/dtrace/
H A Dblocking30 * sleep only when waiting for events (eg. via kevent(2)). When a program is
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl211 if ($value =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg) {
273 $self->{label} =~ s/\b([0-9]+\s*[\*\/\%]\s*[0-9]+)\b/eval($1)/eg;
278 $self->{label} =~ s/\b([0-9]+)\b/$1<<32>>32/eg;
280 $self->{label} =~ s/\b([0-9]+)\b/$1>>0/eg;
/freebsd-13-stable/crypto/openssh/
H A Dsshkey.c1528 EC_GROUP *eg; local
1555 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL) {
1559 if (EC_GROUP_cmp(g, eg, bnctx) == 0)
1561 EC_GROUP_free(eg);
1566 EC_GROUP_set_asn1_flag(eg, OPENSSL_EC_NAMED_CURVE);
1567 if (EC_KEY_set_group(k, eg) != 1) {
1568 EC_GROUP_free(eg);
/freebsd-13-stable/sbin/sysctl/
H A Dsysctl.c867 * to this program (eg not an end-user interface), so isdigit() isn't
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c79 * Variants are possible, eg. to account for constant framing
1395 that follow the specific option eg -D constant,20ms
/freebsd-13-stable/share/mk/
H A Ddirdeps.mk209 # The makefiles may only partially specify (eg. MACHINE only),
/freebsd-13-stable/contrib/unbound/
H A Dconfigure1539 --enable-pie Enable Position-Independent Executable (eg. to fully

Completed in 272 milliseconds