Home
last modified time | relevance | path

Searched refs:main (Results 1 – 25 of 1565) sorted by relevance

12345678910>>...63

/dragonfly/stand/boot/pc32/mbr/
H A Dmbr.S48 movw $main,%di # Destination
66 je main.2 # Yes
72 loop main.1 # done
74 jnz main.3 # Yes
81 jb main.4 # No
85 jb main.5 # Yes
97 jnz main.7 # No.
99 jnz main.7 # No.
106 jc main.6 # No.
108 jne main.6 # No.
[all …]
/dragonfly/stand/boot/pc32/boot0/
H A Dboot0.S143 main: label
158 jnz main.1 # Yes
191 jnc main.5 # No
203 je main.5 # Yes
211 jne main.4 # No
234 jb main.6 # Yes
241 jz main.7 # Yes
280 main.8:
294 jb main.8 # No
316 main.11:
[all …]
/dragonfly/stand/boot/pc32/boot2/
H A Dboot1.S72 start: jmp main // Start recognizably
149 main: cld // String ops inc label
175 jb main.4 // No
182 je main.2a
184 jne main.3 // No
185 main.2a: jcxz main.5 // If second pass
187 jnz main.5 // Yes
188 main.3: add $0x10,%si // Next entry
191 jb main.2 // Yes
193 jcxz main.1 // passes
[all …]
/dragonfly/share/examples/rconfig/
H A Dhammer_lvm_stripe.sh57 vgchange -a y main >> ${logfile} 2>&1
59 if [ -c /dev/mapper/main-lv_root -o -c /dev/mapper/main-lv_swap ]; then
213 vgchange -a n main >> ${logfile} 2>&1
215 lvremove --force lv_swap main >> ${logfile} 2>&1
220 lvremove --force lv_root main >> ${logfile} 2>&1
225 vgremove --force main >> ${logfile} 2>&1
266 vgcreate main ${lst} >> ${logfile} 2>&1
351 newfs_hammer -f -L ROOT /dev/main/lv_root >> ${logfile} 2>&1
357 mount_hammer /dev/main/lv_root /mnt >> ${logfile} 2>&1
436 /dev/main/lv_root / hammer rw 1 1
[all …]
/dragonfly/sys/dev/video/bktr/
H A Dmsp34xx.c123 int main, second; /* sound carrier */ member
440 msp3400c_setcarrier(client,msp->second,msp->main); in msp3400c_setstereo()
473 msp3400c_setcarrier(client,msp->second,msp->main); in msp3400c_setstereo()
536 if (msp->main == msp->second) { in msp3400c_print_mode()
538 msp->main/910000,(msp->main/910)%1000); in msp3400c_print_mode()
541 msp->main/910000,(msp->main/910)%1000); in msp3400c_print_mode()
551 msp->main != msp->second) { in msp3400c_print_mode()
810 msp->main = carrier_detect_main[max1].cdo; in msp3400c_thread()
837 msp3400c_setcarrier(client, msp->second, msp->main); in msp3400c_thread()
910 int main, second; member
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc-main.c38 extern int main (int, char **);
41 main (int argc, char **argv) in main() function
46 return d.main (argc, argv); in main()
H A Dmain.c27 int main (int argc, char **argv);
34 main (int argc, char **argv) in main() function
39 return toplev.main (argc, argv); in main()
H A Dgenmddump.c38 extern int main (int, const char **);
41 main (int argc, const char **argv) in main() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmain.c27 int main (int argc, char **argv);
34 main (int argc, char **argv) in main() function
/dragonfly/contrib/file/
H A DMAINT25 This is a rough idea of the control flow from the main program:
27 file.c main()
39 match() - looks for match against main magic database
/dragonfly/bin/sh/bltin/
H A Decho.c44 #define main echocmd macro
51 main(int argc, char *argv[]) in main() function
/dragonfly/tools/
H A Dmake_libdeps.sh86 main() function
121 main
/dragonfly/stand/boot/pc32/btx/lib/
H A Dbtxcsu.S46 call main # Invoke client main()
/dragonfly/games/adventure/
H A Dsetup.c62 int main(int, char *[]);
65 main(int argc, char *argv[]) in main() function
/dragonfly/games/hack/
H A DOriginal_READ_ME9 3: modify hack.main.c to use the new directory.
10 4: modify hack.main.c so it uses the new hack gid. Gid accounts can
39 hack.main.c main() and other random procedures, also the lock file stuff.
/dragonfly/contrib/bmake/
H A Dmake-bootstrap.sh.in68 do_compile main.o ${MDEFS}
95 do_link bmake main.o job.o ${BASE_OBJECTS} ${LST_OBJECTS} ${LIB_OBJECTS}
H A DMakefile15 main.c \
53 COPTS.main.c+= "-D$x=\"${$x}\""
186 main.o: ${srcdir}/VERSION
/dragonfly/usr.bin/crunch/crunchgen/
H A Dcrunched_main.c53 main(int argc, char **argv, char **envp) in main() function
79 return main(--argc, ++argv, envp); in crunched_main()
/dragonfly/contrib/gdb-7/gdb/
H A Dcopyright.py142 def main (): function
277 main()
/dragonfly/sys/dev/drm/i915/
H A Dintel_sprite.c244 u32 surf_addr = plane_state->main.offset; in skl_update_plane()
252 uint32_t x = plane_state->main.x; in skl_update_plane()
253 uint32_t y = plane_state->main.y; in skl_update_plane()
465 u32 sprsurf_offset = plane_state->main.offset; in vlv_update_plane()
472 uint32_t x = plane_state->main.x; in vlv_update_plane()
473 uint32_t y = plane_state->main.y; in vlv_update_plane()
614 u32 sprsurf_offset = plane_state->main.offset; in ivb_update_plane()
621 uint32_t x = plane_state->main.x; in ivb_update_plane()
622 uint32_t y = plane_state->main.y; in ivb_update_plane()
777 uint32_t x = plane_state->main.x; in g4x_update_plane()
[all …]
/dragonfly/tools/tools/splitpatch/
H A Dsplitpatch.py93 def main(): function
112 main()
/dragonfly/games/quiz/datfiles/
H A Dtrek9 main engines of ship:warp engines|warp
18 reaction that main engines operate on:matter-antimatter{ reaction}|matter/antimatter{ reaction}
/dragonfly/contrib/file/magic/Magdir/
H A Dblit20 # skip TTComp archive, ASCII, 4K by looking for executable keyword like main
21 #>0 search/5536 main\0 VAX-order 68k Blit mpx/mux executable
/dragonfly/test/stress/stress2/misc/
H A Dldt.sh192 main(int argc, char *argv[])
238 main(int argc, char *argv[])
340 main(int argc, char *argv[])
/dragonfly/bin/kill/
H A Dkill.c49 #define main killcmd macro
59 main(int argc, char **argv) in main() function

12345678910>>...63