Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 25 of 52) sorted by relevance

123

/plan9/sys/lib/dist/pc/
H A Dproto14 mouse 555 sys sys /sys/lib/dist/pc/multi/mouse
15 pcmcia 555 sys sys /sys/lib/dist/pc/multi/pcmcia
17 vga 555 sys sys /sys/lib/dist/pc/multi/vga
22 zerotrunc 555 sys sys /sys/lib/dist/pc/multi/zerotrunc
24 fdisk 555 sys sys /sys/lib/dist/pc/multi/fdisk
25 format 555 sys sys /sys/lib/dist/pc/multi/format
28 mbr 555 sys sys /sys/lib/dist/pc/multi/mbr
29 prep 555 sys sys /sys/lib/dist/pc/multi/prep
35 ipconfig 555 sys sys /sys/lib/dist/pc/multi/ipconfig
36 ppp 555 sys sys /sys/lib/dist/pc/multi/ppp
[all …]
/plan9/sys/lib/dist/cmd/multi/
H A Dmkfile4 TARG=multi
61 $O.multi: mkmulti mkfile
63 ls -l $O.multi
67 rm -rf ../../pc/multi
68 mkdir ../../pc/multi
71 echo '#!/bin/multi' >>../../pc/multi/$b
72 chmod +x ../../pc/multi/$b
H A Dmkmulti3 targ=multi
22 >multi.h
32 echo "$b", $p^_main, >>$dir/multi.h
68 8c -FVw multi.c
69 8l -o 8.$targ multi.8 a.*.8
/plan9/sys/lib/dist/cmd/
H A Dmkfile18 all:V: bzfs!all multi!all
19 install:V: bzfs!install multi!install
20 clean:V: bzfs!clean multi!clean
25 multi!%:V:
26 @ { cd multi; mk $stem }
/plan9/sys/src/cmd/
H A Dread.c4 int multi; variable
52 }while(multi || --nlines>0); in lines()
63 multi = 1; in main()
H A Dls.c89 ls(char *s, int multi) in ls() argument
115 dirbuf[ndir+i].prefix = multi? s : 0; in ls()
/plan9/sys/src/cmd/venti/
H A Drandtest.c19 int multi; variable
182 multi = atoi(EARGF(usage())); in threadmain()
224 if(multi){ in threadmain()
227 for(i=0; i<multi; i++){ in threadmain()
243 for(i=0; i<multi; i++) in threadmain()
252 for(i=0; i<multi; i++) in threadmain()
/plan9/sys/src/9/ip/
H A Digmp.c62 Multicast *multi; member
140 lmp = &rp->multi; in igmpproc()
151 if(rp->multi != nil){ in igmpproc()
226 rp->multi = mp; in igmpiput()
254 lmp = &rp->multi; in igmpiput()
H A Dipifc.c1432 Ipmulti *multi, **l; in ipifcaddmulti() local
1437 for(l = &c->multi; *l; l = &(*l)->next) in ipifcaddmulti()
1441 multi = *l = smalloc(sizeof(*multi)); in ipifcaddmulti()
1442 ipmove(multi->ma, ma); in ipifcaddmulti()
1443 ipmove(multi->ia, ia); in ipifcaddmulti()
1444 multi->next = nil; in ipifcaddmulti()
1470 Ipmulti *multi, **l; in ipifcremmulti() local
1478 for(l = &c->multi; *l; l = &(*l)->next) in ipifcremmulti()
1482 multi = *l; in ipifcremmulti()
1483 if(multi == nil) in ipifcremmulti()
[all …]
H A Dip.h217 Ipmulti *multi; /* multicast bindings for this interface */ member
/plan9/sys/src/9/mtx/
H A Ddevether.c132 int len, multi, tome, fromme; in etheriq() local
144 multi = pkt->d[0] & 1; in etheriq()
146 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) && ether->prom == 0){ in etheriq()
169 if(tome || multi || f->prom){ in etheriq()
/plan9/sys/src/9/ppc/
H A Ddevether.c133 int len, multi, tome, fromme; in etheriq() local
145 multi = pkt->d[0] & 1; in etheriq()
147 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) && ether->prom == 0){ in etheriq()
170 if(tome || multi || f->prom){ in etheriq()
/plan9/sys/src/cmd/sam/
H A Dmkfile15 multi.$O\
/plan9/sys/src/9/pc/
H A Ddevether.c138 int len, multi, tome, fromme; in etheriq() local
150 multi = pkt->d[0] & 1; in etheriq()
152 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) != 0 && ether->prom == 0){ in etheriq()
175 if(tome || multi || f->prom){ in etheriq()
/plan9/sys/src/9/omap/
H A Ddevether.c140 int len, multi, tome, fromme; in etheriq() local
152 multi = pkt->d[0] & 1; in etheriq()
154 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) != 0 && in etheriq()
176 (tome || multi || f->prom)){ in etheriq()
H A Dwords136 - setup mpp (multi-purpose pins)?
/plan9/sys/src/9/teg2/
H A Ddevether.c138 int len, multi, tome, fromme; in etheriq() local
150 multi = pkt->d[0] & 1; in etheriq()
152 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) != 0 && in etheriq()
174 (tome || multi || f->prom)){ in etheriq()
/plan9/sys/src/9/kw/
H A Ddevether.c140 int len, multi, tome, fromme; in etheriq() local
152 multi = pkt->d[0] & 1; in etheriq()
154 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) != 0 && ether->prom == 0){ in etheriq()
177 if(tome || multi || f->prom){ in etheriq()
/plan9/sys/src/ape/cmd/pdksh/
H A Dsyn.c16 static struct op *c_list ARGS((int multi));
115 c_list(multi) in c_list() argument
116 int multi; in c_list()
129 if (c == '\n' && (multi || inalias(source))) {
/plan9/sys/src/cmd/tcs/
H A Dex5.utf42 `wide' and `multi-byte' characters but falls far short of
/plan9/sys/src/9/rb/
H A Ddevether.c568 int len, multi, tome, fromme; in etheriq() local
582 multi = pkt->d[0] & 1; in etheriq()
584 if(multi && memcmp(pkt->d, ether->bcast, sizeof(pkt->d)) != 0 && in etheriq()
607 if(tome || multi || f->prom) in etheriq()
/plan9/sys/src/cmd/gs/src/
H A Dmsvccmd.mak214 # The /MT is for multi-threading. We would like to make this an option,
H A Dgsimage.c197 gs_image_init(gs_image_enum * penum, const gs_image_t * pim, bool multi, in gs_image_init() argument
/plan9/sys/src/ape/cmd/pax/
H A DREADME13 1003.1. It handles multi-volume archives and automatically determines
/plan9/sys/doc/
H A Dutf.ms54 `wide' and `multi-byte' characters but falls far short of
650 for wide and multi-byte characters.
656 We disagree with ANSI C's handling of invalid multi-byte sequences.
659 wide and multi-byte characters, there are some serious omissions.
1057 Instead, Plan 9 assembles a multi-level cache structure for
1134 to serve as a prefix for multi-keystroke
1201 such as multi-lingual error messages and command names,

123