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

/freebsd-current/sys/kern/
H A Dsubr_eventhandler.c145 struct eventhandler_entry_generic *eg; local
148 eg = malloc(sizeof(struct eventhandler_entry_generic), M_EVENTHANDLER,
150 eg->func = func;
151 eg->ee.ee_arg = arg;
152 eg->ee.ee_priority = priority;
154 return (eventhandler_register_internal(list, name, &eg->ee));
169 struct eventhandler_entry_generic_vimage *eg; local
172 eg = malloc(sizeof(struct eventhandler_entry_generic_vimage),
174 eg->func = iterfunc;
175 eg
[all...]
/freebsd-current/share/mk/
H A Dsrc.init.linux.mk1 # We want to build some host tools (eg makefs, mkimg) for Linux
H A Ddirdeps.mk232 # The makefiles may only partially specify (eg. MACHINE only),
/freebsd-current/share/examples/ipfilter/
H A DMakefile11 ftp-proxy ftppxy nat-setup nat.eg server tcpstate
/freebsd-current/contrib/bmake/mk/
H A Dsys.debug.mk22 # eg. DEBUG_MAKE_FLAGS=-dv DEBUG_MAKE_SYS_DIRS="*lib/sjg"
H A Dsys.vars.mk64 # eg. ${LIST:[#]:${M_JOT}}
128 # eg. ${LIST:${M_Index:S,K,key,}} is the index of
H A Dcc-wrap.mk36 # eg.
H A Ddpadd.mk42 # eg.
52 # What should be added to LDADD (eg -lc)
73 # eg.
H A Dmanifest.mk31 # eg.
H A Dsys.clean-env.mk60 # HOME is probably something worth clobbering eg.
H A Dldorder.mk87 # eg. in local.ldorder.mk
H A Ddirdeps.mk232 # The makefiles may only partially specify (eg. MACHINE only),
/freebsd-current/tests/sys/acl/
H A Drun71 $line =~ s[%(\w+)][$ENV{$1}]eg;
72 $line =~ s[%\{(\w+)\}][$ENV{$1}]eg;
/freebsd-current/share/dtrace/
H A Dblocking28 * sleep only when waiting for events (eg. via kevent(2)). When a program is
/freebsd-current/lib/libsecureboot/
H A Dlocal.trust.mk85 # below assumes they are named ta_${ext}.pem eg ta_esig.pem for ECDSA
/freebsd-current/crypto/openssl/util/
H A Dcheck-format.pl583 s#('[^']*')#$1 =~ tr/'/@/cr#eg; # handle all intra-line character literals
584 s#("[^"]*")#$1 =~ tr/"/@/cr#eg; # handle all intra-line string literals
786 $intra_line =~ s/(&&|\|\||<<|>>)/substr($1, 0, 1)/eg;
796 "$1$3$4".("$3$4$5$6$7" eq ";" || $3 ne "" || $7 ne "" ? "" : $5).";$6$7$8"/eg;
799 "$1$3".($3 eq ";" ? $5 : "")."$6"/eg;
800 $intra_line =~ s/(=\s*)\{ /"$1@ "/eg; # do not report {SPC in initializers such as ' = { 0, };'
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl265 if ($value =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg) {
327 $self->{label} =~ s/\b([0-9]+\s*[\*\/\%]\s*[0-9]+)\b/eval($1)/eg;
332 $self->{label} =~ s/\b([0-9]+)\b/$1<<32>>32/eg;
334 $self->{label} =~ s/\b([0-9]+)\b/$1>>0/eg;
/freebsd-current/sys/conf/
H A Dkern.opts.mk3 # modules. These select which parts to compile in or out (eg INET) or which
4 # parts to omit (eg CDDL or SOURCELESS_HOST). Some of these will cause
/freebsd-current/crypto/openssh/
H A Dsshkey.c1354 EC_GROUP *eg; local
1378 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL)
1380 if (EC_GROUP_cmp(g, eg, NULL) == 0)
1382 EC_GROUP_free(eg);
1386 EC_GROUP_set_asn1_flag(eg, OPENSSL_EC_NAMED_CURVE);
1387 if (EC_KEY_set_group(k, eg) != 1) {
1388 EC_GROUP_free(eg);
/freebsd-current/sbin/sysctl/
H A Dsysctl.c872 * to this program (eg not an end-user interface), so isdigit() isn't
/freebsd-current/crypto/openssh/regress/
H A Dtest-exec.sh639 sure that this is not a risk (eg there are no other users), you can
/freebsd-current/tools/tools/netmap/
H A Dnmreplay.c77 * Variants are possible, eg. to account for constant framing
1395 that follow the specific option eg -D constant,20ms
/freebsd-current/contrib/bmake/
H A Dconfigure1375 eg. --with-defshell=sh=/bin/bsh
2760 *=*) # eg. sh=/bin/bsh
/freebsd-current/contrib/unbound/
H A Dconfigure1588 --enable-pie Enable Position-Independent Executable (eg. to fully

Completed in 410 milliseconds