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

123456

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h255 void (*init)(gld_mac_info_t *); member in struct:__anon7868
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h134 struct iwn_fw_part init; member in struct:iwn_fw_info
308 kmutex_t sc_mtx; /* mutex for init/stop */
378 kstat_named_t init; member in struct:iwn_ks_timing
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c693 int init; member in struct:stream
775 /* init streams */
779 /* init stream block buffers */
786 /* init worker threads */
900 if (!s->init) {
901 s->init = 1;
1019 if (!s->init) {
1020 s->init = 1;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c320 ** T init time
2075 qdir = Queue[qgrp]->qg_curnum; /* round-robin init of queue position */
3477 static bool init = false; local
3480 if (init)
3505 init = true;
4445 case 'T': /* init time */
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c427 init(); /* read configuration, start threads */
2900 init(void) function
2911 DPRINT1(2, "init(%u): initializing\n", mythreadno);
2968 (void) dataq_init(&inputq); /* init the input queue */
3026 DPRINT1(1, "init(%u): accepting messages from local system\n",
3030 /* init the hostname lookup queue */
3056 DPRINT1(1, "init(%u): accepting messages from remote\n",
3067 DPRINT2(2, "init(%u): Next alarm in %d seconds\n",
3069 DPRINT1(1, "init(%u): syslogd: started\n", mythreadno);
3205 * init routin
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2602 cipher_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, argument
2649 if (init == crypto_encrypt_init_prov) {
2681 rv = (init)(real_provider, sp->sd_provider_session->ps_session,
2688 ctxpp = (init == crypto_encrypt_init_prov) ?
3851 int (*init)(crypto_provider_t, crypto_session_id_t,
3897 ASSERT(init == crypto_sign_init_prov ||
3898 init == crypto_verify_init_prov ||
3899 init == crypto_sign_recover_init_prov ||
3900 init == crypto_verify_recover_init_prov);
3902 if (init
3850 sign_verify_init(dev_t dev, caddr_t arg, int mode, int (*init)(crypto_provider_t, crypto_session_id_t, crypto_mechanism_t *, crypto_key_t *, crypto_ctx_template_t, crypto_context_t *, crypto_call_req_t *)) argument
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c391 /* tell CS we are up with basic init level */
561 cmn_err(CE_CONT, "pcmcia: init child: %s(%d) @%p\n",
628 cmn_err(CE_CONT, "pcmcia: system init done for %s [%s] "
3271 /* init the device type */
3901 pcmcia_create_device(ss_make_device_node_t *init) argument
3913 if (init->flags & SS_CSINITDEV_CREATE_DEVICE) {
3914 if ((err = ddi_create_minor_node(init->dip,
3915 init->name,
3916 init->spec_type,
3917 init
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2933 Cache *init; member in struct:__anon145
2980 * We want to detect the .init and .fini sections,
2984 * names (i.e. .init/.fini/.interp) that are very
2990 if (sec.init == NULL)
2991 sec.init = _cache;
3267 sec.init, cache, shnum, ehdr, osabi, file);
3268 TEST_ADDR(SHT_PROGBITS, init);
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c752 zsd_warn("Unable to init template");
2523 zsd_open_exacct(zsd_ctl_t *ctl, boolean_t init) argument
2535 if (init == B_TRUE) {
2618 zsd_refresh_procs(zsd_ctl_t *ctl, boolean_t init) argument
2646 ret = zsd_open_exacct(ctl, init);
2744 if (init == B_TRUE)
2761 if (init == B_TRUE)
3211 zsd_refresh_memory(zsd_ctl_t *ctl, boolean_t init) argument
3252 if (init)
3561 zsd_refresh_cpu_stats(zsd_ctl_t *ctl, boolean_t init) argument
3982 zsd_read(zsd_ctl_t *ctl, boolean_t init, boolean_t do_memory) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1575 pid_t pid; /* fork safety: PID of process that did last PKCS11 init */
2524 krb5_error_code (KRB5_CALLCONV *init) (krb5_context, krb5_ccache, member in struct:_krb5_cc_ops
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c258 * ecore_exe_queue_init - init the Exe Queue object
5142 * ecore_q_init - init HW/FW queue
5156 struct ecore_queue_init_params *init = &params->params.init; local
5162 ECORE_TEST_BIT(ECORE_Q_FLG_HC, &init->tx.flags)) {
5163 hc_usec = init->tx.hc_rate ? 1000000 / init->tx.hc_rate : 0;
5165 ECORE_TODO_UPDATE_COALESCE_SB_INDEX(pdev, init->tx.fw_sb_id,
5166 init->tx.sb_cq_index,
5167 !ECORE_TEST_BIT(ECORE_Q_FLG_HC_EN, &init
[all...]
H A Decore_sp_verbs.h918 /** TODO: Consider moving both these flags into the init()
1091 struct ecore_queue_init_params init; member in union:ecore_queue_state_params::__anon4988
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c99 int init, dev_info_t **dchildp, mdi_pathinfo_t **pchildp, int *ppi);
1574 "init failed: %s@%s: not SMP flavored",
1580 "init failed: %s@%s: detected duplicate %p",
1869 SCSI_HBA_LOG((_LOG(4), NULL, child, "init begin"));
1898 "init failed: no properties"));
1918 "init failed: stub .conf node"));
1937 "init failed: illegal/missing properties"));
2030 SCSI_HBA_LOG((_LOG(2), NULL, child, "init failed: class"));
2045 "init failed: scsi_busctl_ua call"));
2051 SCSI_HBA_LOG((_LOG(2), NULL, child, "init faile
4907 scsi_findchild(dev_info_t *self, char *name, char *addr, int init, dev_info_t **dchildp, mdi_pathinfo_t **pchildp, int *ppi) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h272 uint32_t init:16; member in struct:_red_ran_init_t::__anon8522::__anon8523
274 uint32_t init:16;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h384 menlo_init_cmd_t init; member in union:menlo_cmd
1163 menlo_init_rsp_t init; member in union:menlo_rsp
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h123 * During FW init, clear pending cmds & reset state using inbound_msg_0
875 struct megasas_init_frame init; member in union:megasas_frame
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h190 * During FW init, clear pending cmds & reset state using inbound_msg_0
1534 struct mrsas_init_frame init; member in union:mrsas_frame
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h2256 __in uint32_t init); variable
2262 __in uint32_t init); variable
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1313 #define IXGBE_RDRXCTL_DMAIDONE 0x00000008 /* DMA init cycle done */
3751 s32 (*init)(struct ixgbe_hw *); member in struct:ixgbe_phy_operations
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h1660 } init; member in union:fw_ri_wr::fw_ri

Completed in 350 milliseconds

123456