Searched refs:data (Results 776 - 800 of 1382) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c330 p->cb(ldom_name, event, p->data);
343 xmpp_client_thr(void *data) argument
456 xmpp_add_client(ldom_hdl_t *lhp, ldom_reg_cb_t cb, ldom_cb_arg_t data) argument
471 clt->data = data;
809 xmlNodePtr root, cmd, action, data, envelope, content; local
843 data = xml_find_subnode(cmd, XML_DATA);
844 envelope = xml_find_subnode(data, XML_ENVELOPE);
/osnet-11/usr/src/lib/fm/topo/modules/common/xfp/common/
H A Dxfp.c207 topo_instance_t min, topo_instance_t max, void *notused, void *data)
215 if (xfp_declare(rnode, name, min, data, mod) == NULL)
206 xfp_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/zambezi/common/
H A Dzambezi.c173 topo_instance_t min, topo_instance_t max, void *notused, void *data)
188 if (zam_declare(rnode, name, i, data, mod) == NULL)
172 zambezi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dpreauth_plugin.h43 * module can treat them as opaque. If we need keying data, we can ask for
70 * and to fail preauthentication if we can't verify the client data. The
77 * data. The flipside of PA_REQUIRED (server-only). */
132 /* Free the data returned from krb5plugin_preauth_client_req_get_etype */
135 * krb5_keyblock. Returns success with a NULL data item in the
139 * acceptable to set data to NULL and free the keyblock using
184 /* Client function which processes server-supplied data in pa_data,
185 * returns created data in out_pa_data, storing any of its own state in
186 * client_context if data for the associated preauthentication type is
188 * includes preauthentication data o
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c56 struct mem_data *tgr = (struct mem_data *)grcache.data;
138 id->data = NULL; /* Gets real data when resolved */
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_misc.c180 cp = krb5_princ_realm(handle->context, principal)->data;
184 cp = krb5_princ_component(handle->context, principal, i)->data;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dloopback.c171 disk->data = dev;
180 grub_file_t file = ((struct grub_loopback *) disk->data)->file;
189 /* In case there is more data read than there is available, in case
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dfs.c175 file->data = blocks;
197 for (p = file->data; p->length && len > 0; p++)
/osnet-11/usr/src/grub/grub2/grub-core/term/ieee1275/
H A Dofconsole.c198 .data = &grub_ofconsole_terminfo_input
213 .data = &grub_ofconsole_terminfo_output,
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c99 memcpy(&rectype, db->data, sizeof(rectype));
100 memcpy(&txnid, (u_int8_t *)db->data + sizeof(rectype), sizeof(txnid));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinterwork56.t45 warn "Dodgy data in section starting '$_'";
49 my $data = unpack 'u', $3;
50 $tests{$2} = $data;
63 isa_ok ($result, 'SCALAR', "Check thawing test data");
65 is ($$result, 'Hell', 'and gives the expected data');
75 # No test data for Storable 1.x for:
84 # make_56_interwork.pl to generate test data, and append the test data to
115 isa_ok ($result, 'SCALAR', "CHORUS: check thawing test data");
117 is ($$result, 'Hell', " and gives the expected data");
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t102 my ($f, @data) = @_;
107 (print F @data) || die "write $f: $!";
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmopen.c32 ** all region data must be stored within the space given
92 { vm->data = vd;
107 /* get space for region data */
151 /* make a data block out of the remainder */
167 vm->data = vd;
H A Dvmstat.c46 reg Vmdata_t* vd = vm ? vm->data : Vmregion->data;
/osnet-11/usr/src/lib/libc/i386/sys/
H A Ddoor.s131 pushl 8(%edx) / data size
132 pushl 4(%edx) / data ptr
142 * data (if any)
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c113 ** Principal data structures for the LEMON parser generator.
141 char *datatype; /* The data type of information held by this
143 int dtnum; /* The data type number. In the parser, the value
145 ** union is the correct data type for this object */
260 char *tokendest; /* Code to execute to destroy token data */
2280 ** the appropriate data structures in the global state vector "gp".
2773 /* The first function transfers data from "in" to "out" until
3004 ** Print the definition of the union used for the parser's data stack.
3005 ** This union contains fields for every possible data type for tokens
3751 struct s_x1node *tbl; /* The data store
3759 char *data; /* The data */ member in struct:s_x1node
3920 struct symbol *data; /* The data */ member in struct:s_x2node
4030 struct symbol *data; local
4126 struct state *data; /* The data */ member in struct:s_x3node
4273 struct config *data; /* The data */ member in struct:s_x4node
[all...]
/osnet-11/usr/src/lib/pam_modules/user_policy/
H A Duser_policy.c84 pam_policy_data_cleanup(pam_handle_t *pamh, void *data, int pam_status) argument
88 free(data);
161 * successfully. Since the 'pam_policy' data is per-user we
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c149 * pData: pointer to the input data to be encrypted
150 * ulDataLen: length of the input data
151 * pEncrypted: pointer to the output data after encryption
152 * pulEncryptedLen: pointer to the length of the output data
165 * CKR_DATA_LEN_RANGE: the input data is not a multiple of blocksize
211 * data is a multiple of blocksize, then make output
252 * Add the lengths of last remaining data and current
261 * encryption until when more data comes in next
268 * Save input data and its length in
271 (void) memcpy(soft_des_ctx->data
[all...]
H A DsoftRawDataCrypt.c58 /* Crunch one block of data for AES. */ \
197 /* Encrypt multiple blocks of data. */ \
292 * Add the lengths of last remaining data and current \
300 * when more data comes in the next C_EncryptUpdate or \
306 * Save input data and its length in \
309 (void) memcpy(soft_alg_ctx->data + \
315 /* Set encrypted data length to 0. */ \
320 /* Compute the length of remaining data. */ \
348 * Copy last remaining data and current \
349 * input data t
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_buffer.c166 return ext2_read_blocks(bh->bc->fs, bh->data, bh->block, 1);
177 ext2_write_blocks(bh->bc->fs, bh->data, bh->block, 1);
342 bc->heads[i].data = bc->buffermem + (i << fs->logsize);
394 memset(bh->data, 0, fs->blocksize);
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_buf.h63 extern int asr_buf_append_raw(asr_buf_t *abp, const void *data, size_t size);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dvfy_increds.c93 ap_req.data = NULL;
218 if (ap_req.data)
219 free(ap_req.data);
277 if (p->length == 2 && data_eq_string(p->data[0], "host"))
/osnet-11/usr/src/lib/hbaapi/common/
H A Dhbaapi-sun.h132 void *data,
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dpolicy_db.h106 void * data);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhelp.c118 grub_arg_show_help ((grub_extcmd_t) cmd->data);

Completed in 72 milliseconds

<<31323334353637383940>>