Searched defs:length (Results 51 - 75 of 259) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_create.c54 IN DAT_VLEN length,
82 IN DAT_VLEN length,
100 reg_desc, length, (DAT_PZ_HANDLE) pz, privileges);
110 length, privileges);
113 length, shm_cookie, privileges);
283 * length
305 IN DAT_VLEN length,
322 if (length == 0) {
345 length, NULL, pz, privileges,
369 length,
80 dapl_lmr_create_virtual(IN DAPL_IA *ia, IN DAT_PVOID virt_addr, IN DAT_VLEN length, IN DAT_LMR_COOKIE shm_cookie, IN DAPL_PZ *pz, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
302 dapl_lmr_create(IN DAT_IA_HANDLE ia_handle, IN DAT_MEM_TYPE mem_type, IN DAT_REGION_DESCRIPTION region_description, IN DAT_VLEN length, IN DAT_PZ_HANDLE pz_handle, IN DAT_MEM_PRIV_FLAGS privileges, OUT DAT_LMR_HANDLE *lmr_handle, OUT DAT_LMR_CONTEXT *lmr_context, OUT DAT_RMR_CONTEXT *rmr_context, OUT DAT_VLEN *registered_length, OUT DAT_VADDR *registered_address) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_nw.c166 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
174 if (p->n_addrtype == type && p->n_length == length)
175 if (bitncmp(p->n_addr, net, length) == 0)
/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c151 res_mkupdate(ns_updrec *rrecp_in, uchar_t *buf, int length) { argument
159 ret = __ISC_res_mkupdate(r, buf, length);
167 res_nmkupdate(res_state statp, ns_updrec *rrecp_in, uchar_t *buf, int length) { argument
175 ret = __ISC_res_nmkupdate(statp, r, buf, length);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_crypt.c41 smb_auth_md4(unsigned char *result, const unsigned char *input, int length) argument
46 MD4Update(&md4_context, input, length);
53 smb_auth_md5(unsigned char *result, const unsigned char *input, int length) argument
74 rv = C_DigestUpdate(hSession, (CK_BYTE_PTR)input, length);
H A Dsmb_sd.c89 uint32_t length = SMB_SD_HDRSIZE; local
92 length += smb_sid_len(sd->sd_owner);
95 length += smb_sid_len(sd->sd_group);
98 length += smb_acl_len(sd->sd_dacl);
101 length += smb_acl_len(sd->sd_sacl);
103 return (length);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_structs.h50 /* A single value. If the value is a (char *), the length includes the NUL */
52 int length; member in struct:__anon1974
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c66 int length; local
72 length = strlen(domain) + strlen(map) + ypdbpath_sz + 3;
74 length += strlen(NTOL_PREFIX) + 1;
76 if ((MAXNAMLEN + 1) < length) {
120 * list_len: if -1, we do not know list length
150 /* if we don't know list length, assume we reach its end */
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamlib.c388 int length; local
393 length = strlen((const char *)new_password);
394 unicode_password = alloca((length + 1) * sizeof (smb_wchar_t));
396 length = smb_auth_qnd_unicode(unicode_password, (char *)new_password,
397 length);
398 oem_password->length = LE_IN32(&length);
400 (void) memcpy(&oem_password->data[512 - length],
401 unicode_password, length);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dcache.c120 hfsc_cache_add_extent(HfsCPrivateCache* cache, uint32_t start, uint32_t length, argument
158 ext->ext_length = length;
H A Djournal.c230 PedSector sector, length; local
277 length = PED_BE64_TO_CPU(jib->size) / PED_SECTOR_SIZE_DEFAULT;
298 != (uint64_t)length) ) {
324 "bytes. Parted only supports 512 bytes length "
361 if (!hfsj_replay_transaction(fs, jh, sector, length))
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc.c291 dis_get_bits(uint32_t instr, int offset, int length) argument
296 for (i = 0, mask = 0; i < length; ++i)
299 mask = mask << (offset - length + 1);
303 val = val >> (offset - length + 1);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_decode.c49 #define length (tinfo.length) macro
70 for (i = 0; i < length; i++) {
75 if (n < 0 && length > sizeof (long))
77 else if (length > sizeof (long) + 1) /* allow extra octet for positive */
96 for (i = 0, n = 0; i < length; i++) {
102 else if (length > sizeof (long) + 1)
133 for (i = 0; i < length; i++) {
161 retval = asn1buf_remove_octetstring(buf, length, val);
163 *retlen = length;
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dckstr.c61 sethlp(char *msg, char *regexp[], int length) argument
65 if (length)
66 (void) sprintf(msg, HLPMSG1, length);
70 (void) strcat(msg, length ? " and " : " which ");
84 ckstr_val(char *regexp[], int length, char *input) argument
90 if (length && (strlen(input) > (size_t)length)) {
111 ckstr_err(char *regexp[], int length, char *error, char *input) argument
117 if (ckstr_val(regexp, length, input)) {
118 (void) sprintf(temp, errstr, length);
129 ckstr_hlp(char *regexp[], int length, char *help) argument
139 ckstr(char *strval, char *regexp[], int length, char *defstr, char *error, char *help, char *prompt) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dbsd.h60 grub_uint32_t length; member in struct:grub_freebsd_bootinfo
H A Dxnu.h76 grub_uint32_t length; member in struct:grub_xnu_devprop_header
84 grub_uint32_t length; member in struct:grub_xnu_devprop_device_header
93 grub_xnu_devprop_add_device (struct grub_efi_device_path *path, int length);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpnic.c44 * discovering the output length then you're expecting a fixed amount
57 /* Write input length */
68 /* Retrieve output length */
72 printf ( "pnic_command %#hx: wrong data length "
130 uint16_t length; local
133 /* Check receive queue length to see if there's anything to
147 nic->packet, ETH_FRAME_LEN, &length )
149 nic->packetlen = length;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgtxt.c62 size_t length; member in struct:db_info
166 db->length = (size_t)sb.st_size;
181 (void) munmap((caddr_t)db->addr, db->length);
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dreset_info.h97 int length; /* size of the structure */ member in struct:reset_info
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c114 *\li msglen length of message
117 *\li querysiglen (response), the length of the signature in the query
119 *\li siglen (query), input - length of signature buffer
120 * output - length of signature
147 u_int16_t type, length; local
174 /* Skip the class and TTL, save the length. */
176 GETSHORT(length, cp);
177 if (eom - cp != length)
350 int n, type, length, fudge, error; local
402 /* Skip the class and TTL, save the length
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_datagram.c42 * - MAX_DATAGRAM_LENGTH: the maximum length of an IP datagram. The
43 * minimal maximum length defined in for IP is 576 bytes. This
227 * DGM_LENGTH = length of data + length of second level encoded
230 * IF (length of the NetBIOS Datagram, including UDP and
317 unsigned char *data, int length)
364 BE_OUT16(&buffer[10], length + srclen + destlen);
369 bcopy(data, &buffer[14 + srclen + destlen], length);
370 count = &buffer[14 + srclen + destlen + length] - buffer;
397 struct name_entry *dest, char *data, int length)
316 smb_netbios_datagram_send(struct name_entry *src, struct name_entry *dest, unsigned char *data, int length) argument
396 smb_netbios_datagram_send_to_net(struct name_entry *src, struct name_entry *dest, char *data, int length) argument
[all...]
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dio.c289 int length; member in struct:byte_buffer
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c86 ber_len_t length = (ber_len_t)*lenp; local
92 return( (*ld->ld_lber_decode_translate_proc)( bufp, &length, free_input ));
100 ber_len_t length = (ber_len_t)*lenp; local
106 return( (*ld->ld_lber_encode_translate_proc)( bufp, &length, free_input ));
114 * zero-terminated) and buflenp points to the length of the buffer.
118 * set to the new length. Zero bytes in the input buffer must be left
1068 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_t61_to_8859 input length: %ld\n",
1605 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_8859_to_t61 input length: %ld\n",
H A Dgetvalues.c142 int length; member in struct:__anon1920
239 result[nSubtypes].length = len;
270 int tlen = targetTypes[i].length;
274 int alen = subtypes[j].length;
309 /* The total length can't be longer than the requested subtype */
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c50 static LDAPHostEnt *prldap_gethostbyaddr( const char *addr, int length,
109 prldap_gethostbyaddr( const char *addr, int length, int type, argument
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_marshal.c522 val->sec_addr.length =
534 NDR_MEMBER(_ushort, sec_addr.length, offset);
536 offset+2UL, val->sec_addr.length);
539 offset += val->sec_addr.length;
554 unsigned length; local
559 length = strlen((char *)bahdr->sec_addr.port_spec) + 1;
562 offset += length;
613 val->sec_addr.length = 0;
624 NDR_MEMBER(_ushort, sec_addr.length, offset);
626 offset+2UL, val->sec_addr.length);
[all...]

Completed in 90 milliseconds

1234567891011