Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 243) sorted by relevance

12345678910

/plan9/sys/src/cmd/gs/src/
H A Dgdevdjet.c310 char init[80]; in djet_print_page_copies() local
312 hpjet_make_init(pdev, init, "\033&k1W\033*b2M"); in djet_print_page_copies()
314 300, PCL_DJ_FEATURES, init); in djet_print_page_copies()
321 char init[80]; in djet500_print_page_copies() local
323 hpjet_make_init(pdev, init, "\033&k1W"); in djet500_print_page_copies()
325 300, PCL_DJ500_FEATURES, init); in djet500_print_page_copies()
336 char init[80]; in fs600_print_page_copies() local
339 hpjet_make_init(pdev, init, base_init); in fs600_print_page_copies()
342 init); in fs600_print_page_copies()
349 char init[80]; in ljet_print_page_copies() local
[all …]
H A Dall-arch.mak63 # init
147 # dependencies on init target so that I do not need
281 init: target
371 dec-alpha-osf: init
378 dec-alpha-osf-gnu-readline: init
386 dec-mips-ultrix: init
394 hp-parisc-hpux: init
410 hp-parisc-hpux-gnu-readline: init
426 ibm-rs6000-aix: init
438 ibm-rs6000-aix-c89: init
[all …]
H A Dgxdda.h74 #define dda_init_state(dstate, init, N)\ argument
75 (dstate).Q = (init), (dstate).R = (N)
87 #define dda_init(dda, init, D, N)\ argument
88 dda_init_state((dda).state, init, N);\
/plan9/sys/src/9/port/
H A Dtod.c38 int init; /* true if initialized */ member
59 if(tod.init) in todinit()
62 tod.init = 1; /* prevent reentry via fastticks */ in todinit()
94 if(!tod.init) in todset()
134 if(!tod.init) in todget()
230 if(!tod.init) in fastticks2us()
241 if(!tod.init) in us2fastticks()
253 if(!tod.init) in ms2fastticks()
266 if(!tod.init) in ns2fastticks()
280 if(!tod.init) in fastticks2ns()
/plan9/sys/src/libc/port/
H A Datnotify.c26 static int init; in atnotify() local
28 if(!init){ in atnotify()
30 init = 1; /* assign = */ in atnotify()
52 init = 0; in atnotify()
/plan9/sys/src/cmd/aux/vga/
H A Datt20c49x.c16 init(Vga* vga, Ctlr* ctlr) in init() function
75 init, /* init */
84 init, /* init */
93 init, /* init */
H A Ds3801.c24 init(Vga* vga, Ctlr* ctlr) in init() function
28 s3generic.init(vga, ctlr); in init()
84 init, /* init */
93 init, /* init */
H A Dics2494.c33 init(Vga* vga, Ctlr* ctlr) in init() function
83 init, /* init */
92 init, /* init */
H A Det4000hwgc.c9 init(Vga* vga, Ctlr* ctlr) in init() function
31 init, /* init */
H A Dtvp3025.c21 init(Vga* vga, Ctlr* ctlr) in init() function
27 tvp3020.init(vga, ctlr); in init()
99 init, /* init */
H A Ds3hwgc.c9 init(Vga* vga, Ctlr* ctlr) in init() function
61 init, /* init */
H A Dtemplate.c26 init(Vga* vga, Ctlr* ctlr) in init() function
49 init, /* init */
H A Dvision864.c26 init(Vga* vga, Ctlr* ctlr) in init() function
31 s3generic.init(vga, ctlr); in init()
117 init, /* init */
H A Ds3928.c24 init(Vga* vga, Ctlr* ctlr) in init() function
56 s3generic.init(vga, ctlr); in init()
116 init, /* init */
H A Dtvp3025clock.c11 init(Vga* vga, Ctlr* ctlr) in init() function
74 init, /* init */
H A Dicd2061a.c39 init(Vga* vga, Ctlr* ctlr) in init() function
114 init, /* init */
/plan9/sys/src/cmd/
H A Dstats.c171 void (*newvaluefn[Nmenu2])(Machine*, uvlong*, uvlong*, int init) = {
731 needswap(int init) in needswap() argument
733 return init | present[Mmem] | present[Mswap]; in needswap()
738 needstat(int init) in needstat() argument
740 …return init | present[Mcontext] | present[Mfault] | present[Mintr] | present[Mload] | present[Mid… in needstat()
746 needether(int init) in needether() argument
748 return init | present[Mether] | present[Metherin] | present[Metherout] | present[Methererr]; in needether()
752 needbattery(int init) in needbattery() argument
754 return init | present[Mbattery]; in needbattery()
758 needsignal(int init) in needsignal() argument
[all …]
/plan9/sys/src/cmd/unix/drawterm/libc/
H A Dlock.c14 if(lk->init == 0){ in lockinit()
19 lk->init = 1; in lockinit()
27 if(!lk->init) in lock()
38 if(!lk->init) in canlock()
/plan9/sys/src/cmd/tcs/
H A Dconv_ksc.c31 static enum { init, cs1last /*, cs2, cs3first, cs3last*/} state = init; in ukscproc() enumerator
39 case init: in ukscproc()
74 state = init; in ukscproc()
79 argv0, init); in ukscproc()
/plan9/sys/src/9/bcm/
H A Dboot.rc25 exec `{echo $init}
27 exec /$cputype/init -c
29 exec /$cputype/init -t
H A Dmkfile111 main.$O: errstr.h init.h reboot.h
116 init.h:D: ../port/initcode.c init9.s
119 $LD -l -R1 -s -o init.out init9.$O initcode.$O /$objtype/lib/libc.a
121 xd -1x <init.out |
123 echo '};'} > init.h
/plan9/sys/src/9/mtx/
H A Dmkfile85 main.$O: /$objtype/include/ureg.h errstr.h init.h
90 init.h: initcode /sys/src/libc/9syscall/sys.h
92 $LD -l -s -R4 -o init.out initcode.$O -lc
94 xd -r -1x init.out |
96 echo '};'} > init.h
/plan9/sys/src/9/ppc/
H A Dmkfile60 init.h\
104 init.h: ../port/initcode.c init9.s
107 $LD -l -s -R4 -o init.out init9.$O initcode.$O /power/lib/libc.a
109 strip -o /fd/1 init.out | xd -1x |
111 echo '};'} > init.h
/plan9/sys/src/games/mp3enc/
H A Dtimestatus.c114 static int init = 0; /* What happens here? A work around instead of a bug fix ??? */ in timestatus() local
124 if ( frameNum == 0 && init == 0 ) { in timestatus()
130 init = 1; in timestatus()
135 init = 0; in timestatus()
/plan9/sys/src/9/rb/
H A Dmkfile96 init.h: init9.s ../port/initcode.c /sys/src/libc/9syscall/sys.h
99 vl -T$UTZERO -R4 -o init.out init9.$O initcode.$O
101 xd -r -1x init.out |
103 echo '};'} > init.h
118 main.$O: /$objtype/include/ureg.h errstr.h init.h reboot.h
123 rm -f $stem.c [9bz]$stem [9bz]$stem.gz boot$stem.* reboot.h apbootstrap.h init.h *.list

12345678910