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/sys/boot/i386/libi386/
H A Dpxe.c170 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) {
204 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) {
H A Dpxe.h53 #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.h1847 #define S_SIZE 0 macro
1849 #define V_SIZE(x) ((x) << S_SIZE)
1850 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h936 #define S_SIZE 4 macro
938 #define V_SIZE(x) ((x) << S_SIZE)
939 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)

Completed in 599 milliseconds