Searched refs:data (Results 1126 - 1150 of 1382) sorted by relevance

<<41424344454647484950>>

/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnis.py86 # Get ypservers data
128 data = domain + '\n' variable in class:NisDomain
130 if not self.save_to_tmp(False, data):
308 """Is this SMF service configured from SMF data?"""
435 """Is this SMF service configured from SMF data?"""
498 """Is this SMF service configured from SMF data?"""
548 """Is this SMF service configured from SMF data?"""
593 """Is this SMF service configured from SMF data?"""
638 """Is this SMF service configured from SMF data?"""
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c302 * bytes of valid data currently stored in the buffer.
305 * successfully, the entire buffer is assumed to contain valid data.
308 * successfully, the amount of valid data is 0.
312 * incompatible with the action data buffer.
322 "data buffer not supported for actions with both "
370 * the size of the sense buffer and the amount of valid data it contains.
380 "sense data unavailable: LIBSCSI_AF_RQSENSE is clear"));
431 * Set the length of valid data returned by a READ action. If the action is
444 "data cannot be returned for actions with LIBSCSI_AF_READ "
448 "data lengt
601 scsi_inject_errors(void *data, size_t len, uint_t mtbf) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c76 * ignores empty buckets, giving us data on overall table
434 * Inserts the specified data into the table with the given key.
442 IN DAPL_HASH_DATA data)
453 if (!dapli_hash_add(p_table, key, data, DAT_FALSE, NULL)) {
469 * data is returned in the DAPL_HASH_DATA
562 /* find the first bucket with valid data */
439 dapls_hash_insert( IN DAPL_HASH_TABLE *p_table, IN DAPL_HASH_KEY key, IN DAPL_HASH_DATA data) argument
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h19 * sasl_rand_t Random data context structure
47 * sasl_encode Encode data to send using security layer
48 * sasl_decode Decode data received using security layer
51 * sasl_encode64 Encode data to send using MIME base64 encoding
52 * sasl_decode64 Decode data received using MIME base64 encoding
86 * 5a. On data or success with server response, goto 4
244 * len is the length of the password, data is the text.
248 unsigned char data[1]; /* variable sized */ member in struct:sasl_secret
251 /* random data context structure */
316 #define SASL_SUCCESS_DATA 0x0004 /* server supports data o
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpk11keys.c177 * Convert an SPKI data record to PKCS#11
349 * - Public Key with data present:
375 /* Extract the data from the SPKI into individual fields */
412 * Utility routine for verifying generic data using
434 KMF_DATA *data,
466 dataptr = data->Data;
467 datalen = data->Length;
488 hashmech, data, &hashData,
624 /* Compute the fixed input data length for single-part encryption */
660 /* Encrypt the remaining data */
431 PKCS_VerifyData(KMF_HANDLE_T handle, KMF_ALGORITHM_INDEX AlgorithmId, KMF_X509_SPKI *keyp, KMF_DATA *data, KMF_DATA *signature) argument
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dlber.h130 void lber_bprint(char *data, int len);
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_xdr.c63 * Serializes/deserializes a dbm datum data structure.
330 callback->data))
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dgnome-vfs-method.c258 GList *file_info_list; /* of (GnomeVFSFileInfo *); last item has ->data == NULL */
322 * items as it is EOF with NULL '->data'.
325 g_assert(last_l->data == NULL);
471 if (!libntfs_directory->file_info_list->data) {
481 libntfs_directory->file_info_list->data); /* src */
483 libntfs_directory->file_info_list->data);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamlib.c400 (void) memcpy(&oem_password->data[512 - length],
H A Dwinreg_svc.c34 * to files, contain data.
361 char *data; local
363 if ((data = strdup(key)) == NULL)
366 if ((id = ndr_hdalloc(mxa, data)) == NULL) {
367 free(data);
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c361 nwam_walk_locs(int(*cb)(nwam_loc_handle_t, void *), void *data, uint64_t flags, argument
372 return (nwam_walk(NWAM_LOC_CONF_FILE, nccb, data, flags, retp,
423 * Duplicate data, remove property and validate. If validation
424 * fails, revert to data duplicated prior to remove.
489 void *data, uint64_t flags, int *retp)
491 return (nwam_walk_props(loch, cb, data, flags, retp));
1190 * Given a property, return expected property data type
487 nwam_loc_walk_props(nwam_loc_handle_t loch, int (*cb)(const char *, nwam_value_t, void *), void *data, uint64_t flags, int *retp) argument
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h80 unsigned char *data; member in struct:ext2_buffer_head
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Draw_access.c799 char *data; local
824 data = (char *)&tag;
825 while (data[0] != SEG_TRAILER_TAG) {
898 data = (char *)&tag;
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c37 * topo_prop_get* family of functions to access dynamic property data.
67 * by node basis during topo_snap_rele(). Any private node data may be
68 * deallocated or methods unregistered at that time. Global module data
77 * global data structures that may become inconsistent in this situation.
80 * exercised with method operations to insure that data remains consistent
248 const char *name, topo_instance_t min, topo_instance_t max, void *data)
269 max, enum_mod->tm_priv, data);
611 topo_mod_setspecific(topo_mod_t *mod, void *data) argument
613 mod->tm_priv = data;
247 topo_mod_enumerate(topo_mod_t *mod, tnode_t *node, const char *enum_name, const char *name, topo_instance_t min, topo_instance_t max, void *data) argument
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dsun4vpi.c116 * Clean up any data used by the module before it is unloaded.
150 topo_instance_t min, topo_instance_t max, void *pi_private, void *data)
149 pi_enum(topo_mod_t *mod, tnode_t *t_parent, const char *name, topo_instance_t min, topo_instance_t max, void *pi_private, void *data) argument
/osnet-11/usr/src/lib/gss_mechs/mech_dummy/mech/
H A Ddmech.c111 static gss_buffer_desc make_dummy_token_msg(void *data, int datalen);
1257 make_dummy_token_msg(void *data, int dataLen) argument
1264 if (data == NULL) {
1275 memcpy(ptr, data, dataLen);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h114 /* Include authorization data generated by backend */
164 krb5_data data; /* Length, data */ member in struct:_krb5_keysalt
181 krb5_ui_2 e_length; /* Length of extra data */
182 krb5_octet * e_data; /* Extra data to be saved */
184 krb5_principal princ; /* Length, data */
235 /* version number for KRB5_TL_ACTKVNO data */
238 /* version number for KRB5_TL_MKEY_AUX data */
277 * These macros specify the encoding of data within the database.
338 krb5_authdata **auth_data; /* Authorization data fro
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_safe.c44 userdata is formatted as the user data in the message.
118 memset(scratch1->data, 0, scratch1->length);
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_profile.c240 strncpy(realmstr, realm->data, realm->length);
/osnet-11/usr/src/lib/krb5/ss/
H A Dlisten.c93 ss_commands *commands = data;
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c60 /* The state stored in filesystem-specific data. */
68 /* The offset at which the data starts in the underlying file. */
89 /* The sliding window in uncompressed data. */
184 grub_gzio_t gzio = file->data;
203 * This does consistency checking on the header data. If a
205 * bad data, and the error should be reported to the user.
257 error in the data. */
310 to build this table can also be a factor if the data being decoded
672 /* inflate the coded data */
900 grub_error (GRUB_ERR_BAD_COMPRESSED_DATA, "too much data");
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd.c201 gcry_md_lookup_func_name (void *spec, void *data) argument
204 char *name = (char *) data;
211 gcry_md_lookup_func_oid (void *spec, void *data) argument
214 char *oid = (char *) data;
436 * control information and the data required by this module. Set the
439 * internal data but have a variable sized buffer.
453 /* Allocate and set the Context pointer to the private data */
465 /* Setup the globally visible data (bctl in the diagram).*/
469 /* Initialize the private data. */
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c53 matches uniquely. The type TYPE specifies what kind of data is added. */
329 ext = cmd->data;
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dpxe.h289 int EXPORT_FUNC(grub_pxe_call) (int func, void * data, grub_uint32_t pxe_rm_entry);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns83820.c591 u32 data; local
596 data = readl(ns->base + RFDR);
597 *mac++ = data;
598 *mac++ = data >> 8;
676 /* nic->packet should contain data on return */
677 /* nic->packetlen should contain length of data */
865 printf("%s: detected 64 bit PCI data bus.\n", pci->name);

Completed in 114 milliseconds

<<41424344454647484950>>