/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | oper.h | 67 #define check_type(orf,typ)\ argument 73 #define check_type_access(orf,typ,acc1)\ argument 77 #define check_read_type(orf,typ)\ argument 79 #define check_write_type(orf,typ)\ argument
|
H A D | opcheck.h | 29 #define check_type_only(rf,typ)\ argument 52 #define check_type_access_only(rf,typ,acc1)\ argument 57 #define check_read_type_only(rf,typ)\ argument 59 #define check_write_type_only(rf,typ)\ argument
|
H A D | gsrefct.h | 71 #define rc_alloc_struct_n(vp, typ, pstyp, mem, errstat, cname, rcinit)\ argument 79 #define rc_alloc_struct_0(vp, typ, pstype, mem, errstat, cname)\ argument 81 #define rc_alloc_struct_1(vp, typ, pstype, mem, errstat, cname)\ argument 104 #define rc_allocate_struct(vp, typ, pstype, mem, errstat, cname)\ argument 118 #define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\ argument
|
H A D | iref.h | 418 #define _REF_HAS_MASKED_TYPE_ATTRS(rp,typ,tspan,mask)\ argument 452 # define r_has_type(rp,typ) (r_type(rp) == (typ)) argument 455 # define r_has_type(rp,typ) r_has_type_attrs(rp,typ,0) /* see below */ argument 483 #define r_set_type(rp,typ) ((rp)->tas.type_attrs = (typ) << r_type_shift) argument 490 #define r_has_type_attrs(rp,typ,mask)\ argument 492 #define r_set_type_attrs(rp,typ,mask)\ argument 512 #define type_xe_value(typ,xe) _REF_TAS_TYPE_XE(((typ) << r_type_shift) + (xe)) argument 544 #define r_ptr(rp,typ) ((typ *)((rp)->value.pstruct)) argument
|
H A D | istruct.h | 63 #define ENUM_RETURN_REF_MEMBER(typ, memb)\ argument 67 #define RELOC_REF_PTR_MEMBER(typ, memb)\ argument
|
H A D | gsstruct.h | 115 #define ptr_proc_reloc(proc, typ)\ argument 245 #define GC_OBJ_ELT(typ, elt)\ argument 247 #define GC_OBJ_ELT2(typ, e1, e2)\ argument 249 #define GC_OBJ_ELT3(typ, e1, e2, e3)\ argument 251 #define GC_STRING_ELT(typ, elt)\ argument 253 #define GC_CONST_STRING_ELT(typ, elt)\ argument 372 #define ENUM_OBJ_ELT(typ, elt)\ argument 374 #define ENUM_STRING_ELT(typ, elt)\ argument 376 #define ENUM_PARAM_STRING_ELT(typ, elt)\ argument 378 #define ENUM_CONST_STRING_ELT(typ, elt)\ argument [all …]
|
H A D | gsmemory.h | 262 #define gs_alloc_struct(mem, typ, pstype, cname)\ argument 265 #define gs_alloc_struct_immovable(mem, typ, pstype, cname)\ argument 290 #define gs_alloc_struct_array(mem, nelts, typ, pstype, cname)\ argument 293 #define gs_alloc_struct_array_immovable(mem, nelts, typ, pstype, cname)\ argument
|
H A D | ialloc.h | 44 #define ialloc_struct(typ, pstype, cname)\ argument 48 #define ialloc_struct_array(nelts, typ, pstype, cname)\ argument
|
H A D | genarch.c | 199 #define PRINT_MAX(str, typ, tstr, l)\ in main() argument
|
H A D | iparam.c | 531 #define iparam_check_type(loc, typ)\ argument
|
/plan9-contrib/sys/src/9/pc/ |
H A D | sdvirtio10.c | 163 int typ; member 235 matchvirtiocfgcap(Pcidev *p, int cap, int off, int typ) in matchvirtiocfgcap() 253 virtiocap(Pcidev *p, int typ) in virtiocap() 280 viopnpdevs(int typ) in viopnpdevs() 442 vioblkreq(Vdev *vd, int typ, void *a, long count, long secsize, uvlong lba) in vioblkreq() 450 u32int typ; in vioblkreq() member
|
H A D | sdvirtio.c | 112 int typ; member 197 viopnpdevs(int typ) in viopnpdevs() 338 vioblkreq(Vdev *vd, int typ, void *a, long count, long secsize, uvlong lba) in vioblkreq() 346 u32int typ; in vioblkreq() member
|
H A D | ethervirtio.c | 154 int typ; member 547 pciprobe(int typ) in pciprobe()
|
H A D | ethervirtio10.c | 589 matchvirtiocfgcap(Pcidev *p, int cap, int off, int typ) in matchvirtiocfgcap() 607 virtiocap(Pcidev *p, int typ) in virtiocap()
|
/plan9-contrib/sys/src/9k/386/ |
H A D | sdvirtio10.c | 163 int typ; member 238 matchvirtiocfgcap(Pcidev *p, int cap, int off, int typ) in matchvirtiocfgcap() 256 virtiocap(Pcidev *p, int typ) in virtiocap() 283 viopnpdevs(int typ) in viopnpdevs() 445 vioblkreq(Vdev *vd, int typ, void *a, long count, long secsize, uvlong lba) in vioblkreq() 453 u32int typ; in vioblkreq() member
|
H A D | sdvirtio.c | 112 int typ; member 200 viopnpdevs(int typ) in viopnpdevs() 341 vioblkreq(Vdev *vd, int typ, void *a, long count, long secsize, uvlong lba) in vioblkreq() 349 u32int typ; in vioblkreq() member
|
H A D | ethervirtio.c | 154 int typ; member 547 pciprobe(int typ) in pciprobe()
|
H A D | ethervirtio10.c | 589 matchvirtiocfgcap(Pcidev *p, int cap, int off, int typ) in matchvirtiocfgcap() 607 virtiocap(Pcidev *p, int typ) in virtiocap()
|
/plan9-contrib/sys/src/cmd/cc/ |
H A D | funct.c | 8 char typ; member
|
H A D | sub.c | 122 typ(int et, Type *d) in typ() function
|
/plan9-contrib/sys/src/cmd/cwfs/ |
H A D | con.c | 488 ckblock(Device *d, Off a, int typ, Off qpath) in ckblock() 504 int i, mod, typ; in doclean() local
|
/plan9-contrib/sys/src/cmd/spin/ |
H A D | sym.c | 594 int typ; char *nm; member
|
/plan9-contrib/sys/src/nboot/pc/ |
H A D | sub.c | 377 ulong typ; in e820conf() member
|
H A D | fat.c | 328 uchar typ; in findfat() member
|
/plan9-contrib/sys/src/cmd/ip/snoopy/ |
H A D | ospf.c | 156 uchar typ; member
|