Searched refs:SubType (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | arista_ether.out | 1 …0.091512 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 2 …0.579036 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 3 …1.063992 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 4 …2.247930 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 5 …6.595961 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 6 …7.083084 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 7 …7.567747 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 8 …8.749419 ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 9 …1.551225 ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… 10 …2.040995 ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… [all …]
|
| D | arista_ether-e.out | 1 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 2 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 3 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 4 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 5 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 6 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 7 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 8 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 9 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… 10 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… [all …]
|
| D | arista_ether-ev.out | 1 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 3 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 5 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 8 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 11 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 13 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 15 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 18 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 110: SubType Timestamp (0x0001… 21 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… 23 …0:00:01, ethertype Arista Vendor Specific Protocol (0xd28b), length 108: SubType Timestamp (0x0001… [all …]
|
| /netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| D | DotZLib.csproj | 94 SubType = "Code" 99 SubType = "Code" 104 SubType = "Code" 109 SubType = "Code" 114 SubType = "Code" 119 SubType = "Code" 124 SubType = "Code" 129 SubType = "Code" 134 SubType = "Code"
|
| /netbsd/src/sys/arch/prep/prep/ |
| D | residual.c | 1230 switch (id->SubType) { in mass_subr() 1257 printf(" SubType = %s (%d)\n", p, id->SubType); in mass_subr() 1266 switch (id->SubType) { in nic_subr() 1287 printf(" SubType = %s (%d)\n", p, id->SubType); in nic_subr() 1296 switch (id->SubType) { in display_subr() 1317 printf(" SubType = %s (%d)\n", p, id->SubType); in display_subr() 1330 switch (id->SubType) { in mm_subr() 1348 printf(" SubType = %s (%d)\n", p, id->SubType); in mm_subr() 1357 switch (id->SubType) { in mem_subr() 1374 printf(" SubType = %s (%d)\n", p, id->SubType); in mem_subr() [all …]
|
| /netbsd/src/bin/ksh/ |
| D | eval.c | 150 typedef struct SubType { struct 156 struct SubType *prev; /* old type */ argument 157 struct SubType *next; /* poped type (to avoid re-allocating) */ argument 158 } SubType; typedef 174 SubType st_head, *st; 209 st_head.next = (SubType *) 0; 313 SubType *newst; 315 newst = (SubType *) alloc( 316 sizeof(SubType), ATEMP); 317 newst->next = (SubType *) 0;
|
| /netbsd/src/sys/arch/prep/include/ |
| D | residual.h | 186 unsigned char SubType; /* See pnp.h for bit definitions */ member 321 int SubType, int Interface, int n);
|
| /netbsd/src/sys/arch/prep/pnpbus/ |
| D | pnpbus.c | 358 pna->subtype = id->SubType; in pnp_getpna()
|
| /netbsd/src/sys/external/bsd/acpica/dist/include/platform/ |
| D | acefiex.h | 222 UINT8 SubType; member
|