Searched refs:FT (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/checknr/ |
H A D | checknr.c | 58 #define FT 1 macro 351 if (stk[stktop].opno == FT) { 360 stk[stktop].opno = FT; 395 case FT: 460 if (stk[j+1].opno == FT && 462 stk[j+2].opno == FT &&
|
/illumos-gate/usr/src/cmd/troff/ |
H A D | nii.c | 136 int sfont = FT; /* appears to be "standard" font; used by .ul */
|
H A D | ni.c | 250 /* int font */ FT, 251 /* int font1 */ FT,
|
H A D | n7.c | 1074 setfbits(i, FT); /* default */ 1083 setfbits(i, FT); 1086 setfbits(i, FT);
|
H A D | tdef.h | 45 #define FT 1 /* default font position */ macro
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | mdi.c | 48 #define FT(var, typ) (*((typ *)(&(var)))) macro 543 mdb_printf("%s is%s held\n", name, FT(m, uint64_t) == 0 ? " not" : ""); 549 mdb_printf("Threads sleeping on %s = %d\n", name, (int)FT(c, ushort_t));
|
/illumos-gate/usr/src/cmd/mdb/common/modules/scsi_vhci/ |
H A D | scsi_vhci.c | 47 #define FT(var, typ) (*((typ *)(&(var)))) macro 622 mdb_printf("%s is%s held\n", name, FT(m, uint64_t) == 0 ? " not" : ""); 628 mdb_printf("Threads sleeping on %s = %d\n", name, (int)FT(c, ushort_t));
|
/illumos-gate/usr/src/cmd/troff/nroff.d/ |
H A D | n10.c | 396 static int oxfont = FT; /* start off in roman */
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 3694 uint32_t FT:1; member in struct:__anon7429::__anon7430::__anon7526 3796 uint32_t FT:1; /* Word 1 */ member in struct:__anon7429::__anon7430::__anon7526
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 1666 GET_CPU_IMPL(%g5) ! check SFSR.FT to see if this
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_sli4.c | 198 hba->sli.sli4.param.FT = 0;
|
Completed in 129 milliseconds