Searched refs:MOD (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/share/mk/
H A Dbsd.snmpmod.mk5 SHLIB_NAME= snmp_${MOD}.so.${SHLIB_MAJOR}
6 SRCS+= ${MOD}_oid.h ${MOD}_tree.c ${MOD}_tree.h
7 CLEANFILES+= ${MOD}_oid.h ${MOD}_tree.c ${MOD}_tree.h
12 ${MOD}_oid.h: ${MOD}_tree.def ${EXTRAMIBDEFS} ${EXTRAMIBSYMS}
17 ${MOD}_tre
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A DMakefile5 MOD= netgraph macro
11 DEFS= ${MOD}_tree.def
12 INCS= snmp_${MOD}.h
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A DMakefile5 MOD= wlan macro
11 MAN= snmp_${MOD}.3
12 DEFS= ${MOD}_tree.def
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
H A DMakefile5 MOD= lm75 macro
11 DEFS= ${MOD}_tree.def
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A DMakefile5 MOD= pf macro
9 DEFS= ${MOD}_tree.def
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DMakefile5 MOD= bridge macro
15 DEFS= ${MOD}_tree.def
16 INCS= ${MOD}_snmp.h
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dquote_calc.tab.h13 #define MOD 266 macro
H A Dquote_calc2.tab.h13 #define MOD 266 macro
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dquote_calc.tab.h10 #define MOD 266 macro
H A Dquote_calc2.tab.h10 #define MOD 266 macro
H A Dquote_calc.tab.c158 #define MOD 266 macro
273 "\"DIV\"","OP_MOD","\"MOD\"","OP_AND","\"AND\"","DIGIT","LETTER","UMINUS",0,0,0,
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_vacm/
H A DMakefile8 MOD= vacm macro
19 DEFS= ${MOD}_tree.def
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile8 MOD= mibII macro
19 DEFS= ${MOD}_tree.def
20 INCS= snmp_${MOD}.h
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_target/
H A DMakefile8 MOD= target macro
19 DEFS= ${MOD}_tree.def
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_usm/
H A DMakefile8 MOD= usm macro
21 DEFS= ${MOD}_tree.def
/freebsd-13-stable/sys/contrib/zlib/
H A Dadler32.c38 # define MOD(a) \ macro
57 # define MOD(a) a %= BASE macro
110 MOD(adler);
111 MOD(sum2);
125 MOD(adler);
126 MOD(sum2);
161 MOD(sum2);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk10 # - MOD, the expression for testing the modifier
15 MOD.M-paren= ${INP.M-paren:M(*)}
24 MOD.M-mixed= ${INP.M-mixed:M(*}}
36 MOD.M-unescape= ${INP.M-unescape:M\\(\\{\\}\\)\\:}
52 MOD.M-nest-mix= ${INP.M-nest-mix:M${:U*)}}
63 MOD.M-nest-brk= ${INP.M-nest-brk:M${:U[[[[[]}}
76 MOD.M-pat-err= ${INP.M-pat-err:M${:U[[}}
82 # The final } in the output comes from the end of MOD.M-bsbs.
91 MOD.M-bsbs= ${INP.M-bsbs:M\\(}}
104 MOD
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A DMakefile7 MOD= hast macro
34 DEFS= ${MOD}_tree.def
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl118 my $MOD=32; # 16, 32 or 64
177 and \$`$MOD-1`,$TX[1]
178 jz .Loop${MOD}_is_hot
180 .Loop${MOD}_warmup:
193 jnz .Loop${MOD}_warmup
199 .Loop${MOD}_is_hot:
240 my $k=$i%$MOD;
243 $code.=" add \$$MOD,$XX[0]#b\n" if ($rc4 && $j==15 && $k==$MOD-1);
252 #rc4# movl `4*(($k+1)%$MOD)`(`
[all...]
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile34 MOD= hostres macro
69 DEFS= ${MOD}_tree.def
/freebsd-13-stable/contrib/one-true-awk/
H A Dmaketab.c63 { MOD, "arith", " % " },
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
357 | term '%' term { $$ = op2(MOD, $1, $3); }
/freebsd-13-stable/contrib/byacc/test/
H A Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF };
175 | expr '%' expr($e) { $$ = build_expr($1, MOD, $3); }
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c137 printf(KERN_ERR MOD "AE with status 0!\n");
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c476 DBG_SET_FLAG_MAJ("module", MOD);
2089 PMCDBG4(MOD,PMH,1, "hook td=%p func=%d \"%s\" arg=%p", td, function,
3406 PMCDBG3(MOD,PMS,1, "syscall op=%d \"%s\" arg=%p", op,
5544 PMCDBG1(MOD,INI,0, "PMC Initialize (version %x)", PMC_VERSION);
5712 PMCDBG4(MOD,INI,1, "pmc_ownerhash=%p, mask=0x%lx "
5776 PMCDBG0(MOD,INI,0, "cleanup");
5806 PMCDBG3(MOD,INI,2, "cleanup signal proc=%p "
5832 PMCDBG0(MOD,INI,3, "destroy process hash");
5837 PMCDBG1(MOD,INI,3, "pid=%d", pp->pp_proc->p_pid);
5845 PMCDBG0(MOD,IN
[all...]

Completed in 235 milliseconds

12