Searched defs:code (Results 551 - 575 of 584) sorted by relevance

<<21222324

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c156 /* number of length codes, not counting the special END_BLOCK code */
162 /* number of Literal or Length codes, including the END_BLOCK code */
183 /* Data structure describing a single value and its code string. */
187 ush code; /* bit string */ member in union:ct_data_s::__anon127
196 #define Code fc.code
204 int max_code; /* largest code with non zero frequency */
350 * example a binary file with poorly compressible code followed by
360 /* Buffer for distances. To simplify the code, d_buf and l_buf have
369 int last_eob_len; /* bit length of EOB code for last block */
403 /* In order to simplify the code, particularl
1675 int code; /* code value */ local
1941 ush code = 0; /* running code value */ local
2459 unsigned code; /* the code to send */ local
4105 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon140
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c870 int code = 0; local
873 code = krb5_init_context(&telnet_context);
874 if (code != 0 && auth_debug)
877 error_message(code));
880 return (code);
3447 * in-kernel processing. However, this code is shared
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2420 * Used only from the code path originating from
2621 * ignore it and let the code handling the interrupt
2671 uint16_t code = (uint16_t)(risc_status >> 16); local
2681 " mb3=%x, mb5=%x, mb6=%x", code, mbox1, mbox2, mbox3,
2684 code, mbox1, mbox2, mbox3, mbox5, mbox6);
2686 if ((code == 0x8030) || (code == 0x8010) || (code == 0x8013)) {
2691 } else if (code == 0x8012) {
2695 } else if (code
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h64 u32_t sram_start_addr; /* where to locate boot code (byte addr) */
66 u32_t code_len; /* boot code length (in dwords) */
67 u32_t code_start_addr; /* location of code on media (media byte addr) */
88 u32_t sram_start_addr; /* Relative to the execution CPU, see code image
195 code_entry_t code[CODE_ENTRY_MAX]; member in struct:_dir_t
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1405 * ...some code that affects the EP
2046 * code. If the connection is accepted, the client will be notified with
4169 /* unexpect reason code */
4170 ASSERT(!"unexpected reject reason code");
7734 daplka_async_event_create(ibt_async_code_t code, ibt_async_event_t *event, argument
7756 evp->ee_aev.ibae_type = code;
7789 ibt_async_code_t code, ibt_async_event_t *event)
7828 daplka_async_event_create(code, event, epp->ep_cookie, ia_rp);
7841 ibt_async_code_t code, ibt_async_event_t *event)
7878 daplka_async_event_create(code, even
7788 daplka_rc_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
7840 daplka_cq_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
7891 daplka_un_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
7969 daplka_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
8024 daplka_sm_notice_handler(void *arg, ib_gid_t gid, ibt_subnet_event_code_t code, ibt_subnet_event_t *event) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c667 * but this path of the code isn't clean (see update of id_ah_op
1329 * Wake up ibd_m_stop() if the unplumb code is waiting for pending subnet
1581 * executes this code.
1761 * Async path record lookup code.
2109 ibd_link_mod(ibd_state_t *state, ibt_async_code_t code) argument
2153 if (code == IBT_ERROR_PORT_DOWN) {
2304 ibt_async_code_t code, ibt_async_event_t *event)
2308 switch (code) {
2330 ibd_link_mod(state, code);
2348 ibd_link_mod(state, code);
2303 ibd_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
4342 ibd_snet_notices_handler(void *arg, ib_gid_t gid, ibt_subnet_event_code_t code, ibt_subnet_event_t *event) argument
4422 ibt_subnet_event_code_t code = (ibt_subnet_event_code_t)req->rq_ptr; local
8694 ibdpd_async_handler(void *arg, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
[all...]
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h73 uint32_t code; /* operation code */ member in struct:uath_cmd_hdr
162 uint32_t code; /* WDCMSG_DATA_AVAIL */ member in struct:uath_rx_desc
177 uint32_t rate; /* rx rate code */
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c60 * definition and related code can be removed.
73 pkcs11_error_table(short code) { argument
74 switch (code) {
584 int code; local
596 code = BIO_read_filename(tmp, filename);
597 if (code == 0) {
621 int code; local
631 code = BIO_read_filename(tmp, filename);
632 if (code == 0) {
3141 * We need this shadow version because our code
[all...]
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c2049 /* load bootstrap code into BSM memory */
3449 iwk_cmd(iwk_sc_t *sc, int code, const void *buf, int size, int async) argument
3459 IWK_DBG((IWK_DEBUG_CMD, "iwk_cmd() code[%d]", code));
3463 cmd->hdr.type = (uint8_t)code;
6048 * uint32_t line; source code line of error
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c557 md_global_lock_exit(int global_locks_owned_mask, int code, argument
587 return (code);
593 * of code. They rely upon the fact that the locks that are specified in
615 md_ioctl_lock_exit(int code, int flags, mdi_unit_t *ui, int ioctl_end) argument
629 ret_val = md_global_lock_exit(~MD_GBL_IOCTL_LOCK, code, flags, ui);
834 md_ioctl_releaselocks(int code, int flags, mdi_unit_t *ui) argument
837 (void) md_global_lock_exit(~MD_GBL_IOCTL_LOCK, code, flags, ui);
1345 callb_md_cpr(void *arg, int code) argument
1353 switch (code) {
1618 * code t
4214 callb_md_mrs_cpr(void *arg, int code) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c1129 * See the minor device code below.
2119 int code, base, error; local
2147 code = FRU_UNIT_TO_EVCODE(SLOT, suip->unit_number);
2162 code = FRU_UNIT_TO_EVCODE(PDU, suip->unit_number);
2177 code = FRU_UNIT_TO_EVCODE(PS, suip->unit_number);
2194 code = FRU_UNIT_TO_EVCODE(DISK, suip->unit_number);
2209 code = FRU_UNIT_TO_EVCODE(FAN, suip->unit_number);
2224 code = FRU_UNIT_TO_EVCODE(CFTM, suip->unit_number);
2239 code = FRU_UNIT_TO_EVCODE(SCB, suip->unit_number);
2256 *unitptr = FRU_OFFSET(code, bas
2497 int code = FRU_UNIT_TO_EVCODE(suip->unit_type, local
2519 int code, index; local
3761 int base, code, unit_number; local
3833 int i, code; local
4005 int tmp, idx, code, unit, offset, mbid; local
4168 uint32_t code; local
4211 uint32_t code; local
4374 uint32_t code; local
6642 int tmp, idx, code, offset; local
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c29 * Portions of this source code is developed by the team members of
1463 ibt_async_code_t code, ibt_async_event_t *event)
1465 switch (code) {
1462 rib_async_handler(void *clnt_private, ibt_hca_hdl_t hca_hdl, ibt_async_code_t code, ibt_async_event_t *event) argument
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c501 show_cladm(private_t *pri, int code, int function, long offset) argument
505 switch (code) {
778 show_strint(private_t *pri, int code, long offset) argument
785 switch (code) { /* interpret these symbolically */
1313 show_ioctl(private_t *pri, int code, long offset) argument
1325 switch (code) {
1422 show_strint(pri, code, offset);
1490 if ((code & ~0xff) == ZFS_IOC) {
1495 if (code & IOC_INOUT) {
1496 const char *str = ioctldatastruct(code);
2820 const char *code = NULL; local
2976 const char *code = NULL; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c68 * Pass 0 of cpuid feature analysis happens in locore. It contains special code
115 * the pass numbers. Accordingly, changes to the pass code may require changes
116 * to the accessor code.
3819 find_cacheent(const struct cachetab *ct, uint_t code) argument
3821 if (code != 0) {
3823 if (ct->ct_code <= code)
3825 if (ct->ct_code == code)
4126 * code L1 cache configuration
4838 * It re-uses the x2APIC cpuid code of the cpuid_pass2().
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c2786 switch (calib->code) {
3820 cmd->code = IWN_CMD_TX_DATA;
4401 iwn_cmd(struct iwn_softc *sc, uint8_t code, void *buf, int size, int async) argument
4429 cmd->code = code;
5023 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN;
5034 cmd.code = sc->reset_noise_gain;
5054 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN;
5082 cmd.code = sc->noise_gain;
5775 * Build a probe request frame. Most of the following code i
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c89 * this code, it does not affect "vi" in pattern
416 {"code", TOK_code, SPD_EXT_ICMP_TYPECODE},
1063 /* icmp type/code */
1674 print_icmp_typecode(uint8_t type, uint8_t type_end, uint8_t code, argument
1682 if (code != 255) {
1683 (void) printf("code %d", code);
1684 if (code_end != code)
2287 (void) printf("icmp type %d-%d code %d-%d\n",
2858 * a code consist
4221 int type, code, type_end, code_end; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c148 static char *octetstr(const Octet_t *op, int code,
171 static const char *mitcp_state(int code,
173 static const char *miudp_state(int code,
660 /* iteration handling code */
997 * appropriate code
1542 octetstr(const Octet_t *op, int code, char *dst, uint_t dstlen) argument
1550 switch (code) {
1580 if (code != 'a' && cp != dst)
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c31 * kernel-resident power management code. Implements power management
44 * code. The original type, left over from the original PM implementation on
45 * the voyager platform are known in this code as "backwards compatible"
47 * They are recognized by the pm code by the lack of a pm-components property
298 * some code that adjust the busy time after the timer gets set
600 pm_cpr_callb(void *arg, int code) argument
606 switch (code) {
655 pm_panic_callb(void *arg, int code) argument
657 _NOTE(ARGUNUSED(arg, code))
665 pm_halt_callb(void *arg, int code) argument
[all...]
H A Dsunmdi.c633 * driver attach code is waiting for this other thread to complete.
807 * vHCI on a threads that went down the code path leading to
898 * with vHCI power management code during path online/offline. Each
1205 * Convert to MDI error code
1996 * code.
2699 * XXX - Is the rest of the code in this function really necessary?
3574 * Convert to MDI error code
3697 * Convert to MDI error code
3812 * Original code overloaded NDI_DEVI_REMOVE to this interface, and
3946 * Convert to MDI error code
7635 stop_vhcache_flush_thread(void *arg, int code) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c302 /* number of length codes, not counting the special END_BLOCK code */
308 /* number of Literal or Length codes, including the END_BLOCK code */
328 /* Data structure describing a single value and its code string. */
332 ush code; /* bit string */ member in union:ct_data_s::__anon6445
341 #define Code fc.code
349 int max_code; /* largest code with non zero frequency */
524 * compressible code followed by a highly compressible
536 * Buffer for distances. To simplify the code, d_buf and l_buf
544 int last_eob_len; /* bit length of EOB code for last block */
579 * In order to simplify the code, particularl
2464 int code; /* code value */ local
2761 ush code = 0; /* running code value */ local
3367 unsigned code; /* the code to send */ local
5286 } code; /* if LEN or DIST, where in tree */ member in union:inflate_codes_state::__anon6458
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1972 -1, 0, UINT8_MAX, "density code",
2510 * supports only the four highest densities. Since density code
7405 * This is a drive with one density code but compression
7589 * common st_cmd code. The fourth parameter states
8053 * already set since need to set density code
8226 * If configured to use a specific density code for a media type.
8286 /* need to set the density code */
10677 * secondary error code into the proper place.
10679 * XXX MT-02 is non-CCS tape, so secondary error code
12679 "log sense parameter code doe
13294 struct tape_failure_code *code; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c553 /* ELS command code to text converter */
555 /* Mailbox command code to text converter */
1725 cmn_err(CE_WARN, "%s(%d): attach, unknown code:"
1887 /* Free any saved RISC code. */
4487 * copy the 4 byte ECHO op code to the
6370 * QL local function return status code.
6580 * ql local function return status code.
6645 * code is needed to bail out when the worst
6730 * QL local function return status code.
7600 * QL local function return status code
17026 caddr_t code, code02; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c392 * iii Existing code assumes ire_bucket is valid if it is non-null and is used
393 * in many places in the code to walk the irb list. Thus even if all the
418 * IP interacts with the IPsec code (AH/ESP) by storing IPsec attributes
421 * information used by the IPsec code for applying the right level of
426 * with the right information if it goes through the AH/ESP code, which
1302 * ICMP_DESTINATION_UNREACHABLE messages with following code
1368 ip2dbg(("icmp_inbound_v4: type %d code %d\n", icmph->icmph_type,
2021 * valid association. ipha in the code below points to the
2687 ip_drop_input("icmpInBadRedirects - code", mp, ira->ira_ill);
3153 icmp_time_exceeded(mblk_t *mp, uint8_t code, ip_recv_attr_ argument
3175 icmp_unreachable(mblk_t *mp, uint8_t code, ip_recv_attr_t *ira) argument
9402 intptr_t code = 0; local
12981 intptr_t code = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c1178 * 0 if node was open successfully, error code otherwise.
1235 * 0 if node was closed successfully, error code otherwise.
1296 * error code if operation failed.
2355 * bioerror(9F) with bp and an error code of EFAULT.
2358 * bioerror(9F) with bp and an error code of EINVAL.
2520 * in the dump code path.
3246 * in the dump code path.
3497 * and additional sense code.
3502 sata_txlt_check_condition(sata_pkt_txlate_t *spx, uchar_t key, uchar_t code) argument
3518 sense->es_add_code = code;
8745 uint8_t code; local
8959 uint8_t code; local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c1291 * size code. Obviously this should only be considered as
2472 * XXXmh modify freelist code to set reference
3613 * Common code for page_add() and mach_page_add()
3653 * Common code for page_sub() and mach_page_sub()
4381 callb_vm_cpr(void *arg, int code) argument
4383 if (code == CB_CODE_CPR_CHKPT)
5278 * Called by page_free() and page_destroy() to demote the page size code
5281 * within a large page since it will break other code that relies on p_szc
6144 * The following code all currently relates to the page capture logic:
7051 * are locations in the code, wher
[all...]

Completed in 544 milliseconds

<<21222324