Searched refs:NA (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpanther_asm.s161 ! Check if line is invalid; if so, NA it.
185 ! It is OK to have STATE as NA (if so, nothing to do!)
189 mov 1, %o5 ! indicate was already NA
190 ! Hmm. Not INV, not NA.
233 ! Check that line is in NA state; if so, INV it.
237 bne,a,pt %xcc, 9f ! Wasn't NA, so something is wrong
238 dec %o5 ! indicate not NA
291 ! Check if line is invalid; if so, NA it.
315 ! It is OK to have STATE as NA (if so, nothing to do!)
319 inc %o5 ! indicate was already NA
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c1377 #define NA (rip->rip_auths) macro
1386 if ((uint8_t *)NA >= lim || NA->a_family != RIP_AF_AUTH) {
1418 if (rip->rip_cmd == RIPCMD_RESPONSE && NA->a_type == RIP_AUTH_MD5 &&
1426 seqno = ntohl(NA->au.a_md5.md5_seqno);
1442 if (ap->type != NA->a_type ||
1447 if (NA->a_type == RIP_AUTH_PW) {
1448 if (0 == memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
1455 if (NA->au.a_md5.md5_keyid != ap->keyid)
1458 len = ntohs(NA
1516 #undef NA macro
[all...]
H A Dtrace.c1113 #define NA ((struct netauth *)n) macro
1172 if (NA->a_type == RIP_AUTH_PW &&
1176 qstring(NA->au.au_pw,
1181 if (NA->a_type == RIP_AUTH_MD5 &&
1189 ntohs(NA->au.a_md5.md5_pkt_len),
1190 NA->au.a_md5.md5_keyid,
1191 NA->au.a_md5.md5_auth_len,
1192 ntohl(NA->au.a_md5.md5_seqno),
1193 ntohs(NA->au.a_md5.rsvd[0]),
1194 ntohs(NA
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c196 #define NA "Not Available" macro
1402 status = NA; break;
1404 status = NA; break;
1453 status = NA;
1456 status = NA;
1483 status = NA;
1486 status = NA;
1616 status = NA;
1619 status = NA;
1855 status = NA;
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java91 * @param NA The naming authority, "" for default,
103 findServiceTypes(String NA, Vector scopes) argument
106 Assert.nonNullParameter(NA, " NA");
112 NA,
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h205 #define NA_ISFIFO(NA) (((NA)->na_type == NFS_FIFO_TYPE) && \
206 ((NA)->na_rdev == NFS_FIFO_DEV))
209 #define NA_SETFIFO(NA) { \
210 (NA)->na_type = NFS_FIFO_TYPE; \
211 (NA)->na_rdev = NFS_FIFO_DEV; \
212 (NA)->na_mode = ((NA)->na_mode & ~S_IFMT) | NFS_FIFO_MODE; \
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_Lxcacheerr.c183 #define NA 148 macro
201 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
1366 * - if the stable value of the bad bit will hold the NA encoding,
1368 * - if the stable value of the bad bit will not hold the NA
1385 * make the way NA, else fault the CPU.
1392 * If the stable value of bit will hold the NA encoding
1399 * NA encoding. will fault the CPU.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c225 #define NA 148 macro
243 NA, C0, C1, S003, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
305 NA, MTC0, MTC1, M2, MTC2, M2, M2, MT0, MTC3, M2, M2, MT1, M2, MT2, M2, M2
H A Dspitfire.c201 #define NA 76 macro
210 NA, C0, C1, M2, C2, M2, M2, M3, C3, M2, M2, M3, M2, M3, M3, M4,

Completed in 218 milliseconds