Home
last modified time | relevance | path

Searched refs:S_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dsystat.c31 #define S_SIZE 100 macro
49 char filename[MAXFULLNAME], line[S_SIZE];
61 if (fgets(line, S_SIZE, fp) != NULL)
141 char filename[MAXFULLNAME], line[S_SIZE];
149 if (fgets(line, S_SIZE, fp) == NULL) {
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c160 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { in pxe_init()
193 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) { in pxe_init()
H A Dpxe.h55 #define S_SIZE(s) s, sizeof (s) - 1 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h57 #define S_SIZE(s) s, sizeof(s) - 1 macro
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h1845 #define S_SIZE 0 macro
1847 #define V_SIZE(x) ((x) << S_SIZE)
1848 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1211 #define S_SIZE 4 macro
1213 #define V_SIZE(x) ((x) << S_SIZE)
1214 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)