Searched refs:structs (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/xen/interface/foreign/
H A Dstructs.py6 structs = [ "start_info", variable
H A Dmkchecker.py4 from structs import structs;
32 f.write('printf("%-25s |", "structs");\n');
38 for struct in structs:
H A Dmkheader.py4 from structs import unions, structs, defines;
123 # add structs to output
124 for struct in structs:
152 # replace: structs + struct typedefs
153 for struct in structs:
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgen.c520 int structs = 0; local
543 structs = 0;
550 structs = 0;
559 structs = 0;
566 structs = 1;
885 } else if (structs) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1390 structs = []
1413 return structs
1425 structs = []
1432 # It's possible that new structs get defined in here
1433 structs.extend(ProcessOneEntry(factory, newstruct, entry))
1435 structs.append(newstruct)
1436 return structs
1692 # Create forward declarations: allows other structs to reference

Completed in 106 milliseconds