/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | isns_pdu.h | 37 #define NEXT_TLV(OP, LEN) { \ argument 38 if ((LEN) >= (8 + (OP)->attr_len)) { \ 40 (LEN) -= (8 + (OP)->attr_len); \ 44 (LEN) = 0; \
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 300 MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN) in MBC_ATTACH_BUF() argument 307 (MBC)->chain->m_len = (LEN); in MBC_ATTACH_BUF() 308 (MBC)->chain->m_ext.ext_size = (LEN); in MBC_ATTACH_BUF() 310 (MBC)->max_bytes = (LEN); in MBC_ATTACH_BUF() 316 int OFF, int LEN) in MBC_SHADOW_CHAIN() argument 318 if (((OFF) + (LEN)) > (MBC)->max_bytes) in MBC_SHADOW_CHAIN() 323 (SUBMBC)->max_bytes = (OFF) + (LEN); in MBC_SHADOW_CHAIN()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | lexstates.h | 107 #undef LEN 109 static int NXT, LEN; variable 115 # define LEN 1 macro 119 #define STATE(s,c) (mbwide()?(c=fcmbstate(s,&NXT,&LEN),NXT):s[c=fcget()])
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 40 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument 41 (WSASend((FD), (SG), (LEN), &(TMP), 0, 0, 0) ? -1 : (TMP)) 157 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument 158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
|
/titanic_41/usr/src/common/net/patricia/ |
H A D | radix.c | 169 #define LEN(x) (*(const uchar_t *)(x)) macro 224 caddr_t lim = n + LEN(n), lim2 = lim; 225 int longer = LEN(n++) - (int)LEN(m++); 286 int length = min(LEN(cp), LEN(cp2)); 291 length = min(length, LEN(cp3)); 323 int off = t->rn_offset, vlen = LEN(cp), matched_off; 348 vlen = LEN(t->rn_mask); 491 int head_off = top->rn_offset, vlen = (int)LEN(v); 572 if ((mlen = LEN(netmask)) > max_keylen) 651 if (LEN(mp) > LEN(np)) [all …]
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | srchcfile.c | 79 #define COPYPATH(DEST, SRC, LEN) \ argument 82 if ((LEN) > sizeof ((DEST))) { \ 83 (LEN) = sizeof ((DEST))-1; \ 86 (void) memcpy((DEST), (SRC), (LEN)); \ 87 (DEST)[(LEN)] = '\0'; \
|
H A D | pkglib.h | 189 #define vfpGets(VFP, PTR, LEN) \ argument 192 size_t XXlXX = (LEN); \ 285 #define vfpPutBytes(VFP, PTR, LEN) \ argument 289 if (xxLen > (LEN)) { \ 290 xxLen = (LEN); \
|
/titanic_41/usr/src/cmd/diff/ |
H A D | diffh.c | 45 #define LEN 255 macro 92 t = text[f][nt] = (char *)malloc(LEN+1); in getl() 99 t = fgets(t, LEN, file[f]); in getl()
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inflate.h | 41 LEN, /* i: waiting for length/lit code */ enumerator
|
H A D | inflate.c | 811 state->mode = LEN; /* decode codes */ 969 state->mode = LEN; 971 case LEN: 1094 if (state->length == 0) state->mode = LEN; 1100 state->mode = LEN;
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 220 #define NDS_MALLOC(NDS, LEN, REF) \ argument 221 (*(NDS)->ndo->ndo_malloc)(NDS, LEN, REF)
|
H A D | smb_ktypes.h | 531 void MBC_ATTACH_BUF(struct mbuf_chain *MBC, unsigned char *BUF, int LEN); 533 int OFF, int LEN);
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 322 LEN=1; in sh_lex() 678 lp->lexd.first = fcseek(0)-LEN; in sh_lex() 680 lp->lexd.docend = fcseek(0)-LEN; in sh_lex()
|
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_isns.c | 121 #define VALID_NAME(NAME, LEN) \ argument 122 ((LEN) > 0 && (NAME)[0] != 0 && (NAME)[(LEN) - 1] == 0)
|
/titanic_41/usr/src/uts/common/smbsrv/ndl/ |
H A D | samrpc.ndl | 333 #define SAMR_HOURS_SET_LEN(LEN) ((LEN) / 8)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 4088 LEN, /* i: get length/literal/eob next */ enumerator 4182 c->mode = LEN; 4183 case LEN: /* i: get length/literal/eob next */
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 5269 LEN, /* i: get length/literal/eob next */ enumerator 5369 c->mode = LEN; 5371 case LEN: /* i: get length/literal/eob next */
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2975 check if LEN is greater than or equal to 48, if set. 4220 (load_initrd): If MOVETO plus LEN is greater than or equal to 4222 minus LEN with page aligned. 4802 (password_func): Make sure that LEN + 2 is less than or equal to 4806 Copy LEN bytes from ARG to PASSWORD, instead of LEN + 1 bytes. 5490 Save TP and LEN in SAVED_TP and SAVED_LEN respectively before 7193 returned by start_addr, and ADDR plus LEN is less than the
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 887 starting address and LEN is the length, both in sector units.
|
H A D | grub.info | 2191 starting address and LEN is the length, both in sector units.
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | europe | 2526 # 47 RU-LEN Leningrad Oblast
|