Searched refs:add (Results 1 - 25 of 727) sorted by relevance

1234567891011>>

/freebsd-10.0-release/etc/defaults/
H A Ddevfs.rules23 add hide
29 add path log unhide
30 add path null unhide
31 add path zero unhide
32 add path crypto unhide
33 add path random unhide
34 add path urandom unhide
40 add path 'ptyp*' unhide
41 add path 'ptyq*' unhide
42 add pat
[all...]
/freebsd-10.0-release/usr.bin/hexdump/
H A Dhexsyntax.c60 add("\"%08.8_Ax\n\"");
61 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
62 add("\" |\" 16/1 \"%_p\" \"|\\n\"");
67 add("\"%07.7_Ax\n\"");
68 add("\"%07.7_ax \" 16/1 \"%03o \" \"\\n\"");
71 add("\"%07.7_Ax\n\"");
72 add("\"%07.7_ax \" 16/1 \"%3_c \" \"\\n\"");
75 add("\"%08.8_Ax\n\"");
76 add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" ");
77 add("\" |\" 1
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp99 PM.add(createTypeBasedAliasAnalysisPass());
100 PM.add(createBasicAliasAnalysisPass());
107 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
113 FPM.add(createCFGSimplificationPass());
115 FPM.add(createSROAPass());
117 FPM.add(createScalarReplAggregatesPass());
118 FPM.add(createEarlyCSEPass());
119 FPM.add(createLowerExpectIntrinsicPass());
126 MPM.add(Inliner);
131 // pass manager, but we don't want to add extension
[all...]
H A DIPO.cpp54 unwrap(PM)->add(createArgumentPromotionPass());
58 unwrap(PM)->add(createConstantMergePass());
62 unwrap(PM)->add(createDeadArgEliminationPass());
66 unwrap(PM)->add(createFunctionAttrsPass());
70 unwrap(PM)->add(createFunctionInliningPass());
74 unwrap(PM)->add(llvm::createAlwaysInlinerPass());
78 unwrap(PM)->add(createGlobalDCEPass());
82 unwrap(PM)->add(createGlobalOptimizerPass());
86 unwrap(PM)->add(createIPConstantPropagationPass());
90 unwrap(PM)->add(createPruneEHPas
[all...]
/freebsd-10.0-release/bin/sh/
H A Dmksyntax.c85 * Syntax classes for is_ functions. Warning: if you add new classes
110 static void add(const char *, const char *);
173 add("\n", "CNL");
174 add("\\", "CBACK");
175 add("'", "CSQUOTE");
176 add("\"", "CDQUOTE");
177 add("`", "CBQUOTE");
178 add("$", "CVAR");
179 add("}", "CENDVAR");
180 add("<>();
287 add(const char *p, const char *type) function
[all...]
/freebsd-10.0-release/lib/csu/i386-elf/
H A Dcrtn.S30 add $12,%esp
34 add $12,%esp
/freebsd-10.0-release/tools/tools/net80211/scripts/mesh/
H A Dtopology.line19 ifconfig $WLAN mac:add $NODE2_MAC
23 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
27 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
31 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
35 ifconfig $WLAN mac:add $NODE4_MAC
H A Dtopology.star18 ifconfig $WLAN mac:add $NODE3_MAC
22 ifconfig $WLAN mac:add $NODE3_MAC
26 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE2_MAC mac:add \
27 $NODE4_MAC mac:add $NODE5_MAC
31 ifconfig $WLAN mac:add $NODE3_MAC
35 ifconfig $WLAN mac:add $NODE3_MAC
H A Dtopology.tree28 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE3_MAC
32 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE4_MAC
36 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE5_MAC
40 ifconfig $WLAN mac:add $NODE2_MAC
44 ifconfig $WLAN mac:add $NODE3_MAC
H A Dtopology.ring21 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE5_MAC
25 ifconfig $WLAN mac:add $NODE1_MAC mac:add $NODE3_MAC
29 ifconfig $WLAN mac:add $NODE2_MAC mac:add $NODE4_MAC
33 ifconfig $WLAN mac:add $NODE3_MAC mac:add $NODE5_MAC
37 ifconfig $WLAN mac:add $NODE1_MAC mac:add
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalar.cpp71 unwrap(PM)->add(createAggressiveDCEPass());
75 unwrap(PM)->add(createCFGSimplificationPass());
79 unwrap(PM)->add(createDeadStoreEliminationPass());
83 unwrap(PM)->add(createGVNPass());
87 unwrap(PM)->add(createIndVarSimplifyPass());
91 unwrap(PM)->add(createInstructionCombiningPass());
95 unwrap(PM)->add(createJumpThreadingPass());
99 unwrap(PM)->add(createLICMPass());
103 unwrap(PM)->add(createLoopDeletionPass());
107 unwrap(PM)->add(createLoopIdiomPas
[all...]
/freebsd-10.0-release/etc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
86 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
87 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
89 ${fwcmd} add 400 deny all from any to ::1
90 ${fwcmd} add 500 deny all from ::1 to any
103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pas
[all...]
H A Drc.bsdextended63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
69 #${CMD} add subject gid 26 object gid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} add subject gid 54 object not gid 54 mode rxws;
83 ${CMD} add subject uid 3 object not uid 3 mode rxws;
84 ${CMD} add subjec
[all...]
/freebsd-10.0-release/contrib/compiler-rt/lib/arm/
H A Dswitch16.S36 add r0, lr, r0, lsl #1 // compute address of element in table
38 add ip, lr, ip, lsl #1 // compute address of last element in table
40 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S36 add r0, lr, r0, lsl #2 // compute address of element in table
38 add ip, lr, ip, lsl #2 // compute address of last element in table
40 add ip, lr, r0 // compute label = lr + element
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DVectorize.cpp39 unwrap(PM)->add(createBBVectorizePass());
43 unwrap(PM)->add(createLoopVectorizePass());
47 unwrap(PM)->add(createSLPVectorizerPass());
/freebsd-10.0-release/lib/libkse/arch/powerpc/powerpc/
H A Denter_uts.S38 add %r1,%r5,%r6 /* new stack = stack + stacksz */
/freebsd-10.0-release/sbin/natd/samples/
H A Dnatd.test10 ipfw add divert 32000 ip from any to any via $1
11 ipfw add pass ip from any to any
/freebsd-10.0-release/tools/tools/tinybsd/conf/firewall/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pas
[all...]
/freebsd-10.0-release/tools/tools/tinybsd/conf/wireless/etc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
85 ${fwcmd} add 200 deny all from any to 127.0.0.0/8
86 ${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
124 ${fwcmd} add 50 divert natd all from any to any via ${natd_interface}
136 # ${fwcmd} add 65000 pass all from any to any
144 ${fwcmd} add 65000 pass all from any to any
161 ${fwcmd} add pass all from ${ip} to ${net}:${mask}
162 ${fwcmd} add pass all from ${net}:${mask} to ${ip}
165 ${fwcmd} add pass tcp from any to any established
168 ${fwcmd} add pas
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl100 add %sp,$bias,%o7 ! real top of stack
114 add %sp,$bias+$frame,$tp
123 add $acc0,$car1,$car1
131 add $acc0,$car0,$car0
134 add $acc1,$car1,$car1
137 add $acc0,$car1,$car1
138 add $j,4,$j ! j++
145 add $tp,4,$tp ! tp++
150 add $acc0,$car0,$car0
152 add
[all...]
/freebsd-10.0-release/contrib/ofed/libibverbs/
H A Dautogen.sh7 automake --foreign --add-missing --copy
/freebsd-10.0-release/contrib/ofed/libmlx4/
H A Dautogen.sh7 automake --foreign --add-missing --copy
/freebsd-10.0-release/contrib/ofed/libmthca/
H A Dautogen.sh7 automake --foreign --add-missing --copy
/freebsd-10.0-release/contrib/ofed/libsdp/
H A Dautogen.sh7 automake --foreign --add-missing --copy

Completed in 198 milliseconds

1234567891011>>