Searched refs:S_SIZE (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | systat.c | 31 #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 D | pxe.c | 170 if (bcmp((void *)pxenv_p->Signature, S_SIZE("PXENV+"))) { 204 if (bcmp((void *)pxe_p->Signature, S_SIZE("!PXE"))) {
|
H A D | pxe.h | 53 #define S_SIZE(s) s, sizeof(s) - 1 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 57 #define S_SIZE(s) s, sizeof(s) - 1 macro
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | regs.h | 1847 #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 D | t4_regs.h | 936 #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 378 milliseconds