Searched refs:data (Results 726 - 750 of 1382) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_svc.c208 * Callback to free the context data associated with local service
339 logr_read_data_t *data; local
347 data = ctx->lc_cached_read_data;
349 param->rec_num = data->rd_tot_recnum;
366 logr_read_data_t *data; local
374 data = ctx->lc_cached_read_data;
376 param->oldest_rec = data->rd_log->li_idx - data->rd_tot_recnum + 1;
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_smbios.c151 uint64_t nodeid, void *data)
158 if (data == NULL)
160 channum = *(int *)data;
164 * Set the "data" to carry the DIMM instance
169 *((id_t *)data) = dimmslot % (dimmsmb[0].dimm_id);
171 *((id_t *)data) = -1;
185 if (data != NULL) {
189 channum = *(int *)data;
150 memnode_to_smbiosid(topo_mod_t *mod, uint16_t chip_smbid, const char *name, uint64_t nodeid, void *data) argument
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c77 #define INITIALIZE() do{if(!state.data)synthesize(NiL,NiL,NiL);}while(0)
280 char* data; member in struct:State_s
325 if (!state.data)
336 if (!(state.data = newof(0, char, n, 0)))
338 state.last = state.data + n - 1;
339 strcpy(state.data, state.name);
340 state.data += state.prefix - 1;
341 *state.data++ = '=';
343 strcpy(state.data, s);
344 ve = state.data;
[all...]
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c463 uid = (uid_t)attr_pw[0].data.val_i;
464 gid = (gid_t)attr_pw[1].data.val_i;
547 rpc_cleanup(pam_handle_t *pamh, void *data, int pam_status) argument
549 if (data) {
550 (void) memset(data, 0, strlen(data));
551 free(data);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c48 char *data; member in struct:nvdir
158 dp->data = (char*)(dp+1);
161 name = memcpy(dp->data,name,len);
162 dp->data[len] = 0;
185 last = dp->data;
272 if(dp->len && strncmp(dp->data, dp->hp->nvname, dp->len))
317 if(!dp->len || strncmp(cp,dp->data,dp->len)==0)
319 if((nfp=nextdisc(np)) && (nfp->disc->getval||nfp->disc->getnum) && nv_isvtree(np) && strcmp(cp,dp->data))
344 dp->data = (char*)(save+1);
345 memcpy(dp->data,c
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_block_relocator.c50 /* This struct contains all data structures relevant to the block relocator.
52 * and the first data block in the group. This can change when a
229 uptr = (uint32_t *)bh->data;
259 uptr = (uint32_t *)bh->data;
289 uptr = (uint32_t *)bh->data;
405 if (bh->data[j>>3] & _bitmap[j&7])
548 if (PED_LE32_TO_CPU(*((uint32_t *)(bh->data + block->refoffset)))
566 *((uint32_t *)(bh->data + block->refoffset))
620 if (!(bh->data[j>>3] & _bitmap[j&7]))
807 if (bh->data[bloc
[all...]
H A Dext2.c60 state = bh->data[offset>>3] & _bitmap[offset&7];
175 bh->data[offset>>3] |= _bitmap[offset&7];
177 bh->data[offset>>3] &= ~_bitmap[offset&7];
290 ret = bh->data[offset>>3] & _bitmap[offset&7];
296 int ext2_read_inode(struct ext2_fs *fs, ino_t inode, struct ext2_inode *data) argument
308 memcpy(data, bh->data + off, sizeof(struct ext2_inode));
328 bh->data[offset>>3] |= _bitmap[offset&7];
330 bh->data[offset>>3] &= ~_bitmap[offset&7];
426 udata = (uint32_t *)bh->data;
521 ext2_write_inode(struct ext2_fs *fs, ino_t inode, const struct ext2_inode *data) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c96 * data: data return value
103 __bt_seq(dbp, key, data, flags)
105 DBT *key, *data;
147 __bt_ret(t, &e, key, &t->bt_rkey, data, &t->bt_rdata, 0);
151 * key/data, toss the page.
199 if (key->data == NULL || key->size == 0) {
260 * Pins the page the new key/data record is on.
287 * it means that a key/data pair was inserted into the tree after
508 if (t->bt_cursor.key.data !
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsAESCrypt.c175 * pData: pointer to the input data to be encrypted
176 * ulDataLen: length of the input data
177 * pEncrypted: pointer to the output data after encryption
178 * pulEncryptedLen: pointer to the length of the output data
191 * CKR_DATA_LEN_RANGE: the input data is not a multiple of blocksize
237 * data is a multiple of blocksize, then make output
278 * Add the lengths of last remaining data and current
287 * encryption until when more data comes in next
295 * Save input data and its length in
298 (void) memcpy(kms_aes_ctx->data
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c155 * pData: pointer to the input data to be encrypted
156 * ulDataLen: length of the input data
157 * pEncrypted: pointer to the output data after encryption
158 * pulEncryptedLen: pointer to the length of the output data
171 * CKR_DATA_LEN_RANGE: the input data is not a multiple of blocksize
217 * data is a multiple of blocksize, then make output
258 * Add the lengths of last remaining data and current
267 * encryption until when more data comes in next
275 * Save input data and its length in
278 (void) memcpy(soft_aes_ctx->data
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_bigkey.c44 * Big key/data handling for the hashing package.
78 * You need to do an insert and the key/data pair is greater than
95 key_data = (int8_t *)key->data;
97 val_data = (int8_t *)val->data;
112 /* Move the key's data. */
114 /* Mark the page as to how much key & data is on this page. */
156 /* Get first page with big key/data. */
259 * Fill in the key and data for this big pair.
277 key->data = hashp->bigkey_buf;
316 key->data
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dxzio.c94 grub_xzio_t xzio = file->data;
123 /* Try to find out size of uncompressed data,
128 grub_xzio_t xzio = file->data;
203 file->data = xzio;
250 grub_xzio_t xzio = file->data;
301 /* Store first chunk of data in buffer. */
328 grub_xzio_t xzio = file->data;
/osnet-11/usr/src/cmd/sendmail/aux/
H A Deditmap.c327 db_key.data = keyname;
344 (char *) db_val.data);
352 db_key.data = keyname;
356 db_val.data = value;
377 db_key.data = keyname;
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c115 command_line = (const gchar *) i->data;
262 gchar data[1]; local
267 g_io_channel_read_chars (source, data, 1, &bytes_read, &err)) {
552 /* get callback when there is data to read */
588 my_shutdown (gpointer data) argument
598 HalDevice *d = HAL_DEVICE(gdl->devices->data);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm120 my($dh,$key,$data) = @_;
121 my($atime,$mtime) = ref($data) ? @$data : ($data,$data);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c79 * Since libpool must present its data in a consistent fashion, we have to
81 * during processing and maintain data integrity between processes. Note
275 /* Load up DTD element a-dtype data to improve performance */
573 * Get the data type for an attribute name from the element node. The data
581 xmlChar *data; local
594 data = xmlGetProp(node, name);
596 if (data_type != POC_STRING && data == NULL) {
603 uval = strtoull((char *)data, NULL, 0);
612 ival = strtoll((char *)data, NUL
726 xmlChar *data, *node_data; local
855 xmlChar *data; local
1090 xmlChar *data; local
1100 xmlChar *data; local
1110 xmlChar *data; local
2582 xmlChar *data; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm427 my ($self, $pos, $nrecs, @data) = @_;
447 return unless @data;
464 $self->_fixrecs(@data);
465 my $data = join '', @data;
466 my $datalen = length $data;
469 # compute length of data being removed
488 $self->_mtwrite($data, $self->{offsets}[$pos], $oldlen);
490 $self->_oadjust([$pos, $nrecs, @data]);
500 my $new = $data[
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c135 * structure used to hold data passed back to the
423 ps->data.cur_pos, ps->data.content_length)) {
917 /* callback will perform OCSP on certificates with OCSP data */
920 /* pass needed data into callback through the app_data handle */
1043 /* get app data supplied through callback context */
1078 * also fail if user-supplied data could not be parsed
1250 /* convert cert and issuer fields into OCSP request data */
1257 /* fill out request structure with request data */
1301 /* calculate length of binary request data */
3128 pkg_passphrase_cb(char *buf, int size, int rw, void *data) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/runtime/
H A Defiemu.c75 void *data);
87 void *data);
326 grub_uint8_t *data = buf; local
335 crc = (crc >> 8) ^ crc32_table[(crc & 0xFF) ^ *data];
336 data++;
447 void *data)
460 efiemu_memcpy (data, (grub_uint8_t *)(efivar + 1) + efivar->namelen,
512 void *data)
557 data, data_size);
443 efiemu_get_variable(grub_efi_char16_t *variable_name, grub_efi_guid_t *vendor_guid, grub_efi_uint32_t *attributes, grub_efi_uintn_t *data_size, void *data) argument
508 efiemu_set_variable(grub_efi_char16_t *variable_name, grub_efi_guid_t *vendor_guid, grub_efi_uint32_t attributes, grub_efi_uintn_t data_size, void *data) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm94 # To recognize the data files of the Perl module Storable,
98 0 string perl-store perl Storable(v0.6) data
104 0 string pst0 perl Storable(v0.7) data
374 Storable - persistence for Perl data structures
409 The Storable package brings persistence to your Perl data structures
420 To retrieve data stored to disk, use C<retrieve> with a file name.
427 to objects that share a lot of common data into a single array or hash
441 You can also store data in network order to allow easy sharing across
444 as in C<nstore> and C<nstore_fd>. At retrieval time, your data will be
446 from native or network ordered data
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm80 or "hashes", of some data, called a message. The digest is (usually)
111 or embedding in places that can't handle arbitrary data.
150 message-digest algorithm. You can add data to the object and finally
174 =item $ctx->add( $data )
178 The string value of the $data provided as argument is appended to the
201 The addfile() method will croak() if it fails reading data for some
210 =item $ctx->add_bits( $data, $nbits )
220 from $data. For the last potentially partial byte only the high order
222 length($data) * 8 >>, then this method would do the same as C<<
223 $ctx->add($data) >>
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DSMTP.pm392 sub data subroutine
398 carp 'Net::SMTP::data: CHUNKING extension in use, must call bdat instead';
415 my $data = shift;
417 $me->_BDAT(length $data) && $me->rawdatasend($data) &&
422 carp 'Net::SMTP::bdat: CHUNKING extension is not in use, call data instead';
432 my $data = shift;
434 $me->_BDAT(length $data, "LAST") && $me->rawdatasend($data) &&
439 carp 'Net::SMTP::bdat: CHUNKING extension is not in use, call data instea
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1249 INTX_FILE *data; local
1256 data = ntfs_malloc(data_len);
1257 if (!data) {
1261 data->u.s.major = cpu_to_le64(major(dev));
1262 data->u.s.minor = cpu_to_le64(minor(dev));
1264 data->magic = INTX_BLOCK_DEVICE;
1266 data->magic = INTX_CHARACTER_DEVICE;
1271 data = ntfs_malloc(data_len);
1272 if (!data) {
1276 data
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddes.c53 * encrypt or decrypt data in 64bit blocks in Electronic Codebook Mode.
66 * * Fill 'key' and 'plaintext' with some data *
400 * This performs the 'initial permutation' of the data to be encrypted
433 * Please note: The data in 'from' and 'to' is already rotated one bit to
451 #define READ_64BIT_DATA(data, left, right) \
452 left = (data[0] << 24) | (data[1] << 16) | (data[2] << 8) | data[3]; \
453 right = (data[
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c99 files[i] = file->data->filespec;
183 *modified = (profile->first_file->data->flags & PROFILE_FILE_DIRTY);
216 return profile_flush_file_data_to_buffer(profile->first_file->data, buf);
269 required += strlen(pfp->data->filespec);
306 slen = (prof_int32) strlen(pfp->data->filespec);
309 memcpy(bp, pfp->data->filespec, (size_t) slen);

Completed in 77 milliseconds

<<21222324252627282930>>