/src/sys/arch/ia64/stand/efi/libefi/ |
efi.c | 40 EFI_SYSTEM_TABLE *ST; 71 for (i = 0; i < ST->NumberOfTableEntries; i++) { 72 id = &ST->ConfigurationTable[i].VendorGuid; 74 return (ST->ConfigurationTable[i].VendorTable); 96 ST = system_table; 97 BS = ST->BootServices; 98 RS = ST->RuntimeServices;
|
/src/sys/arch/arm/arm/ |
efi_runtime.c | 68 struct efi_systbl *ST; 91 ST = (void *)(va + (efi_system_table - trunc_page(efi_system_table))); 92 if (ST->st_hdr.th_sig != EFI_SYSTBL_SIG) { 94 PRIx64 ")\n", ST->st_hdr.th_sig, EFI_SYSTBL_SIG); 98 struct efi_rt *rt = ST->st_rt;
|
/src/usr.sbin/makefs/cd9660/ |
iso9660_rrip.c | 209 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; 214 /* Allow 4 bytes for "ST" record. */ 261 /* An ST entry is needed */ 263 ST = cd9660node_susp_create_node(SUSP_TYPE_SUSP, 264 SUSP_ENTRY_SUSP_ST, "ST", SUSP_LOC_ENTRY); 265 cd9660_susp_st(ST, node); 267 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll); 269 TAILQ_INSERT_HEAD(&node->head, ST, rr_ll); 270 last = ST; 305 * ST: not sure if it is even required, but if so, should b [all...] |
iso9660_rrip.h | 194 ISO_SUSP_ST ST;
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_segmented_array.h | 514 // @S@ <- s0 <-> s1 <-> ... <-> sT -> @S@ 524 // Mainlist: @S@<-s0<->s1<->...<->sPT<->sT->@S@ 529 // Freelist: @S@<-sT->@S@ 534 // which in our notation is represented by sT. We call this our "free 537 // sF = sT 542 // sPT = pred(sT) 544 // We want to splice sT into the beginning of the Freelist, which in 552 // pred(sT) = S 553 // succ(sT) = Freelist 554 // Freelist = sT [all...] |
/src/libexec/getty/ |
gettytab.h | 89 #define ST gettystrs[24].value
|
/src/sys/arch/amiga/dev/ |
kbdmap.h | 86 #define ST 156
|
/src/sys/arch/atari/dev/ |
kbdmap.h | 90 #define ST 156
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
data.c | 35 // ST - pointer to the EFI system table 38 EFI_SYSTEM_TABLE *ST;
|
/src/usr.sbin/lpr/common_source/ |
common.c | 105 const char *ST; /* status file name */ 454 ST = cgetstr(bp, "st", &cp) == -1 ? DEFSTAT : cp;
|
/src/sys/arch/x68k/include/ |
kbdmap.h | 60 #define ST 156
|
/src/sys/arch/x68k/usr.bin/loadkmap/ |
kbdmap.h | 57 #define ST 156
|
/src/sys/arch/amd64/amd64/ |
db_disasm.c | 112 #define ST 31 /* FP stack top */ 450 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 }, 451 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 }, 452 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 }, 453 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 }, 454 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 }, 455 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 }, 456 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 }, 457 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 }, 494 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 } [all...] |
/src/sys/arch/i386/i386/ |
db_disasm.c | 94 #define ST 31 /* FP stack top */ 418 /*0*/ { "fadd", SNGL, op2(STI,ST), 0 }, 419 /*1*/ { "fmul", SNGL, op2(STI,ST), 0 }, 420 /*2*/ { "fcom", SNGL, op2(STI,ST), 0 }, 421 /*3*/ { "fcomp", SNGL, op2(STI,ST), 0 }, 422 /*4*/ { "fsub", SNGL, op2(STI,ST), 0 }, 423 /*5*/ { "fsubr", SNGL, op2(STI,ST), 0 }, 424 /*6*/ { "fdiv", SNGL, op2(STI,ST), 0 }, 425 /*7*/ { "fdivr", SNGL, op2(STI,ST), 0 }, 462 /*0*/ { "fadd", DBLR, op2(ST,STI), 0 } [all...] |
/src/usr.sbin/pstat/ |
pstat.c | 317 #define ST mp->mnt_stat 663 (void)printf("*** MOUNT %s %s on %s", ST.f_fstypename, 664 ST.f_mntfromname, ST.f_mntonname);
|
/src/sys/arch/hppa/hppa/ |
db_disasm.c | 1885 #define ST(r) ((fmt & 1)? fdreg[(r)]:fsreg[(r)]) 1914 condStrTbl[op2], ST(r1), ST(r2)); 1933 db_printf("\t%%f%s, %%f%s, %%f%s",ST(r1),ST(r2),ST(t)); 1956 db_printf(",%s\t%%f%s, %%f%s",fmtStrTbl[dfmt],ST(r1),DT(t)); 1974 db_printf("\t%%f%s, %%f%s",ST(r1),ST(t));
|