Searched defs:init (Results 101 - 125 of 145) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c80 } init[MAX_GPR]; member in struct:__anon178
317 fle.init[n].gpr = gpr;
318 fle.init[n].value = val;
320 (void) strlcpy(fle.init[n].name, name,
321 sizeof (fle.init[n].name));
932 if (fle.init[i].name[0]) {
934 fle.init[i].gpr, fle.init[i].value,
935 fle.init[i].value >= 0x80000000U ? "U" : "",
936 fle.init[
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h319 CK_FLAGS optype; /* place holder for init parameters */
320 struct metasession *session; /* place holder for init parameters */
321 CK_MECHANISM *pMech; /* place holder for init parameters */
322 struct metaobject *key; /* place holder for init parameters */
323 CK_ULONG slotnum; /* slot where the init operation took place */
324 boolean_t done; /* set when the real init is done */
372 /* deferred init to be used by digest, encrypt, decrypt */
373 crypto_init_t init; member in struct:metasession
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1112 db_dictionary::init(char *file) function in class:db_dictionary
1116 WRITELOCK(this, FALSE, "w db_dictionary::init");
1123 "db_dictionary::init: could not allocate space");
1124 FATAL3("db_dictionary::init: could not allocate space",
1132 "db_dictionary::init: could not allocate space");
1133 FATAL3("db_dictionary::init: could not allocate space",
1141 "db_dictionary::init: cannot allocate space");
1142 FATAL3("db_dictionary::init: cannot allocate space",
1158 "db_dictionary::init: could not allocate space");
1159 FATAL3("db_dictionary::init
1948 bool_t init; local
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolInternal.java46 PoolInternal.init();
49 final static native void init(); method in class:PoolInternal
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h142 #define OPT_INITONLY 0x2000000 /* option can only be set in init phase */
347 void (*init) __P((int unit)); member in struct:protent
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c3637 init(void) function
3774 i = init();
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c94 preauth_server_init_proc init; member in struct:_krb5_preauth_systems
355 server_init_proc = static_preauth_systems[i].init;
409 preauth_systems[k].init = server_init_proc;
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97.c1748 void (*init)(ac97_t *ac); member in struct:codec
1860 ac->codec_init = codecs[i].init;
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c1183 * This has to be done after init ALice3 I2SOut beyond 48KHz.
1798 uint32_t *init, int ninit)
1818 emu10k_write_reg(devc, init[i] + GPR0, 0, init[i + 1]);
1797 emu10k_load_dsp(emu10k_devc_t *devc, uint32_t *code, int ncode, uint32_t *init, int ninit) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h404 struct vfpf_init_tlv init; member in union:vfpf_tlvs
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c1272 acpidev_dr_device_walk_child(ACPI_HANDLE hdl, boolean_t init, uint_t max_lvl, argument
1290 if (init == B_FALSE) {
1324 if (init == B_TRUE && ACPI_SUCCESS(rc)) {
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c830 * init pcie_bus_t for root complex
892 * partially init pcie_bus_t for device (dip,bdf) for accessing pci
1149 "PCIE init err info failed BDF 0x%x:%s\n",
1296 boolean_t init; member in struct:__anon6439
1310 if (bus_arg->init) {
1332 arg.init = B_TRUE;
1347 arg.init = B_FALSE;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2609 mpapi_initiator_data_t *init; local
2674 init = kmem_zalloc(
2676 init->resp = init_port_res;
2677 init->valid = 1;
2678 init->prop.id = item->oid.raw_oid;
2679 init->prop.portType = mp_interconnect_type;
2680 (void) strlcpy(init->prop.portID, pname,
2681 sizeof (init->prop.portID));
2682 (void) strlcpy(init->prop.osDeviceFile, "/devices",
2683 sizeof (init
2913 char *tmp_wwn = NULL, *init = NULL, *path_class; local
3473 char tpg_id[16], *tgt_port, *init = NULL; local
4052 char *init, *init_port_res; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h289 dc_init_t init; /* nxge_init_xxdma_channel() */ member in struct:nx_dc
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptget.c718 init(register char* s, Optpass_t* p) function
2199 if (init((char*)opts, o))
3978 init((char*)oopts, &opt_info.state->pass[n]);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c809 * when plat_build_mem_nodes is called, it will attempt to init
1074 * init:
1094 * call plat_mem_node_iterator_init, passing init=0.
1103 mem_node_iterator_t *it, int init)
1119 if (init || (it->mi_genid != mpo_genid)) {
1145 /* init=1 means begin iterator, init=0 means continue */
1146 if (init == 1) {
1102 plat_mem_node_iterator_init(pfn_t pfn, int mnode, uchar_t szc, mem_node_iterator_t *it, int init) argument
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c442 * callback init function. The callback determines if this node is
450 opl_init_nodes(dev_info_t *parent, opl_init_func_t init) argument
476 ret = init(node, name, len);
493 * This init function finds all the interesting nodes under the
572 cmn_err(CE_WARN, "IKP: init failed");
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c798 /* Send ioc init message */
852 /* Initialize and send ioc init message */
860 /* free IOC init DMA buffer */
896 Mpi2IOCInitRequest_t *init; local
908 con_log(CL_ANN1, (CE_CONT, " MPI len = %x\n", (int)sizeof (*init)));
915 init = (Mpi2IOCInitRequest_t *)mpi2_dma_obj->buffer;
916 numbytes = sizeof (*init);
917 bzero(init, numbytes);
919 ddi_put8(mpi2_dma_obj->acc_handle, &init->Function,
922 ddi_put8(mpi2_dma_obj->acc_handle, &init
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h357 #define VFS_MOUNTROOT(vfsp, init) fsop_mountroot(vfsp, init)
377 /* init routine (for non-loadable fs only) */
394 int (*init) (int, char *); /* init routine */ member in struct:vfsdef_v5
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1849 int init = 0; local
1918 init = 1;
1924 if (init) {
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h375 } init; member in struct:sqlite
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2057 zs_usage_read_internal(zs_ctl_t *ctl, int init) argument
2137 if (init)
/illumos-gate/usr/src/lib/libima/common/
H A Dima-lib.c130 #pragma init(so_init)
277 * add code in .init and .fini,
281 __attribute__((constructor)) void init() { function
/illumos-gate/usr/src/cmd/ed/
H A Ded.c314 static void init(void);
476 init();
589 init();
1779 init(void) function
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c1978 boolean_t init = B_FALSE; local
1997 init = B_TRUE;
2005 init = B_TRUE;
2013 init = B_TRUE;
2020 init = B_TRUE;
2029 if (init) {
2065 * Set new interface local address and re-init device.
3501 * if this is the first init do not bother to save the

Completed in 289 milliseconds

123456