Home
last modified time | relevance | path

Searched refs:hdr (Results 226 – 250 of 522) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientMsgManager.java114 SrvLocHeader hdr = msg.getHeader(); in newInstance() local
117 hdr.packetLength = SLPConfig.getSLPConfig().getMTU(); in newInstance()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1572 hash_hdr_t hdr; member
1581 hash_hdr_t hdr; member
1604 (fc->ipv4_entry.hdr.exact_hdr.ext == 1)
1606 ((fc->ipv4_entry.hdr.exact_hdr.ext == 0) && \
1607 (fc->ipv6_entry.hdr.exact_hdr.fmt == 0))
1609 ((fc->ipv6_entry.hdr.exact_hdr.fmt == 1) && \
1610 (fc->ipv4_entry.hdr.exact_hdr.ext == 1))
1613 ((fc->ipv6_entry.hdr.exact_hdr.fmt == 0) && \
1614 (fc->ipv4_entry.hdr.exact_hdr.ext == 1))
1617 (fc->ipv4_entry.hdr.exact_hdr.ext | \
[all …]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2509 desc->hdr.qid, desc->hdr.idx, desc->hdr.flags, in iwh_cmd_intr()
2510 desc->hdr.type)); in iwh_cmd_intr()
2733 index, sc->sc_rxq.cur, desc->hdr.qid, desc->hdr.idx, in iwh_rx_softintr()
2734 desc->hdr.flags, desc->hdr.type, LE_32(desc->len))); in iwh_rx_softintr()
3234 cmd->hdr.type = REPLY_TX; in iwh_send()
3235 cmd->hdr.flags = 0; in iwh_send()
3934 cmd->hdr.flags = 0; in iwh_cmd()
4111 iwh_scan_hdr_t *hdr; in iwh_scan() local
4126 cmd->hdr.flags = 0; in iwh_scan()
4132 hdr->nchan = 1; in iwh_scan()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pptp_pxy.c264 pptp_hdr_t *hdr; local
312 hdr = (pptp_hdr_t *)pptps->pptps_buffer;
315 if (ntohl(hdr->pptph_cookie) != 0x1a2b3c4d) {
319 hdr->pptph_cookie);
328 len = ntohs(hdr->pptph_len);
386 pptp_hdr_t *hdr = (pptp_hdr_t *)pptps->pptps_buffer; local
388 switch (ntohs(hdr->pptph_type))
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c454 iser_ctrl_hdr_t *hdr = NULL; in iser_msg_handle() local
458 hdr = (iser_ctrl_hdr_t *)(uintptr_t)msg->msg_ds.ds_va; in iser_msg_handle()
459 ASSERT(hdr != NULL); in iser_msg_handle()
461 opcode = hdr->opcode; in iser_msg_handle()
492 iser_hello_hdr_t *hello_hdr = (iser_hello_hdr_t *)hdr; in iser_msg_handle()
539 iser_helloreply_hdr_t *hello_hdr = (iser_helloreply_hdr_t *)hdr; in iser_msg_handle()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c81 const smb_header_t *hdr; in smb_export() local
86 hdr = stp->smbst_hdr; in smb_export()
87 sp->smbstr_id = hdr->smbh_hdl; in smb_export()
88 sp->smbstr_type = hdr->smbh_type; in smb_export()
89 sp->smbstr_data = hdr; in smb_export()
90 sp->smbstr_size = (size_t)(stp->smbst_end - (uchar_t *)hdr); in smb_export()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dconnection.c112 if (ht_add(&conn->lc_requests, req->lr_req.hdr.tag, req)) { in l9p_connection_recv()
114 req->lr_req.hdr.tag); in l9p_connection_recv()
126 ht_remove(&conn->lc_requests, req->lr_req.hdr.tag); in l9p_connection_recv()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c483 } hdr; in a3c90x_transmit() local
502 hdr.type = htons(t); in a3c90x_transmit()
505 memcpy(hdr.dst_addr, d, ETH_ALEN); in a3c90x_transmit()
508 memcpy(hdr.src_addr, INF_3C90X.HWAddr, ETH_ALEN); in a3c90x_transmit()
513 INF_3C90X.TransmitDPD.FrameStartHeader = (s + sizeof(hdr)) | 0x8000; in a3c90x_transmit()
514 INF_3C90X.TransmitDPD.HdrAddr = virt_to_bus(&hdr); in a3c90x_transmit()
515 INF_3C90X.TransmitDPD.HdrLength = sizeof(hdr); in a3c90x_transmit()
H A Deepro100.c393 } hdr; in eepro100_transmit() local
406 memcpy (&hdr.dst_addr, d, ETH_ALEN); in eepro100_transmit()
407 memcpy (&hdr.src_addr, nic->node_addr, ETH_ALEN); in eepro100_transmit()
409 hdr.type = htons (t); in eepro100_transmit()
417 txfd.tx_buf_addr0 = virt_to_bus (&hdr); in eepro100_transmit()
418 txfd.tx_buf_size0 = sizeof (hdr); in eepro100_transmit()
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c575 DBT hdr; local
612 memset(&hdr, 0, sizeof(hdr));
616 hdr.data = bk;
617 hdr.size = B_TYPE(bk->type) == B_KEYDATA ?
620 __db_pitem(dbc, cp, cpindx, hdr.size, &hdr, NULL)) != 0)
633 if ((ret = __db_ditem(dbc, h, indx, hdr.size)) != 0)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c142 sa_hdr_phys_t *hdr);
1182 search.lot_num = SA_LAYOUT_NUM(hdr, type); in sa_attr_iter()
1191 length_start = hdr->sa_lengths; in sa_attr_iter()
1193 data_start = hdr; in sa_attr_iter()
1708 if (hdr->sa_lengths[i] != in sa_find_idx_tab()
1839 sa_hdr_phys_t *hdr; in sa_modify_attrs() local
1894 hdr = SA_GET_HDR(hdl, SA_BONUS); in sa_modify_attrs()
1908 length = hdr->sa_lengths[length_idx]; in sa_modify_attrs()
1943 hdr = SA_GET_HDR(hdl, SA_SPILL); in sa_modify_attrs()
2177 sa_hdr_phys_t *hdr = arg; in sa_hdrsize() local
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c113 response->hdr.status = status; in lm_pf_vf_fill_acquire_response()
171 response->hdr.status = SW_PFVF_STATUS_SUCCESS; in lm_pf_vf_fill_acquire_response()
246 response->hdr.status = SW_PFVF_STATUS_SUCCESS; in lm_pf_vf_fill_init_vf_response()
249 response->hdr.status = SW_PFVF_STATUS_FAILURE; in lm_pf_vf_fill_init_vf_response()
320 response->hdr.status = SW_PFVF_STATUS_SUCCESS; in lm_pf_vf_fill_setup_q_response()
579 response->hdr.status = SW_PFVF_STATUS_SUCCESS; in lm_pf_vf_fill_release_vf_response()
923 u32_t length = hdr->resp_msg_offset; in lm_vf_pf_send_request_to_sw_channel()
939 if (hdr->opcode == PFVF_OP_ACQUIRE) { in lm_vf_pf_recv_response_from_sw_channel()
1506 switch (sw_resp->hdr.status) in lm_vf_pf_acquire_msg()
1538 switch (hw_resp->hdr.status) in lm_vf_pf_acquire_msg()
[all …]
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_isa.c93 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
94 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_mcdi.c132 efx_dword_t hdr; in siena_mcdi_poll_response() local
138 EFX_BAR_TBL_READD(enp, FR_CZ_MC_TREG_SMEM, pdur, &hdr, B_FALSE); in siena_mcdi_poll_response()
139 return (EFX_DWORD_FIELD(hdr, MCDI_HEADER_RESPONSE) ? B_TRUE : B_FALSE); in siena_mcdi_poll_response()
H A Def10_mcdi.c156 efx_dword_t hdr; in ef10_mcdi_poll_response() local
158 EFSYS_MEM_READD(esmp, 0, &hdr); in ef10_mcdi_poll_response()
159 return (EFX_DWORD_FIELD(hdr, MCDI_HEADER_RESPONSE) ? B_TRUE : B_FALSE); in ef10_mcdi_poll_response()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvnet_common.h106 vio_dring_entry_hdr_t hdr; /* descriptor header */ member
117 vio_inband_desc_msg_hdr_t hdr; member
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmime.c341 auto HDR *hdr = NULL; local
348 collect(e->e_dfp, false, &hdr, e, false);
351 if (!putheader(mci, hdr, e, flags))
355 bt = mime8to7(mci, hdr, e, boundaries, flags,
404 auto HDR *hdr = NULL; local
410 collect(e->e_dfp, false, &hdr, e, false);
413 if (!putheader(mci, hdr, e, flags))
417 if (hvalue("MIME-Version", hdr) == NULL &&
421 bt = mime8to7(mci, hdr, e, boundaries, flags,
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c2196 desc->hdr.qid, desc->hdr.idx, stat->ntries, stat->frame_count, in iwk_tx_intr()
2236 desc->hdr.qid, desc->hdr.idx, desc->hdr.flags, in iwk_cmd_intr()
2237 desc->hdr.type)); in iwk_cmd_intr()
2372 index, sc->sc_rxq.cur, desc->hdr.qid, desc->hdr.idx, in iwk_rx_softintr()
2373 desc->hdr.flags, desc->hdr.type, LE_32(desc->len))); in iwk_rx_softintr()
2757 cmd->hdr.flags = 0; in iwk_send()
3464 cmd->hdr.flags = 0; in iwk_cmd()
3644 iwk_scan_hdr_t *hdr; in iwk_scan() local
3659 cmd->hdr.flags = 0; in iwk_scan()
3665 hdr->nchan = 1; in iwk_scan()
[all …]
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_isa.c111 for (shn = 1; shn < mp->hdr.e_shnum; shn++) { in get_progbits_size()
112 shp = (Shdr *)(mp->shdrs + shn * mp->hdr.e_shentsize); in get_progbits_size()
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c2112 struct blk *hdr; in salloc() local
2131 if ((hdr = hfree) == 0) in salloc()
2132 hdr = morehd(); in salloc()
2134 hdr->rd = hdr->wt = hdr->beg = ptr; in salloc()
2136 return (hdr); in salloc()
2163 struct blk *hdr; in copy() local
2186 hdr = morehd(); in copy()
2188 hdr->rd = hdr->beg = ptr; in copy()
2190 hdr->wt = ptr + sz; in copy()
2191 ptr = hdr->wt; in copy()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_auto.c23 opcode, fileid, pgno, indx, nbytes, hdr, in __db_addrem_log() argument
34 const DBT *hdr;
58 + sizeof(u_int32_t) + (hdr == NULL ? 0 : hdr->size)
81 if (hdr == NULL) {
86 memcpy(bp, &hdr->size, sizeof(hdr->size));
87 bp += sizeof(hdr->size);
88 memcpy(bp, hdr->data, hdr->size);
89 bp += hdr->size;
155 for (i = 0; i < argp->hdr.size; i++) {
215 argp->hdr.data = bp;
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c353 pub_addr->hdr.dstate = VIO_DESC_FREE; in vsw_setup_tx_dring()
659 imsg->hdr.seq_num = ldcp->lane_out.seq_num; in vsw_send_msg()
869 pub->hdr.dstate = VIO_DESC_READY; in vsw_dringsend()
1002 if (pub_addr->hdr.dstate != VIO_DESC_DONE) { in vsw_reclaim_dring()
1006 pub_addr->hdr.dstate = VIO_DESC_FREE; in vsw_reclaim_dring()
1010 pub_addr->hdr.ack = 0; in vsw_reclaim_dring()
1125 if (desc.hdr.dstate != VIO_DESC_READY) { in vsw_process_dringdata()
1139 desc.hdr.dstate); in vsw_process_dringdata()
1165 desc.hdr.dstate, desc.nbytes); in vsw_process_dringdata()
1290 if (desc.hdr.ack) { in vsw_process_dringdata()
[all …]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdefs.c329 char *hdr; in putusrdef() local
365 hdr = FHEADER_ROLE; in putusrdef()
369 hdr = FHEADER; in putusrdef()
376 if (fprintf(defptr, "%s%s\n", hdr, ctime(&timeval)) <= 0) { in putusrdef()
/illumos-gate/usr/src/tools/mbh_patch/
H A Dmbh_patch.c252 void *hdr = NULL; in main() local
310 hdr = ELFSEEK(0); in main()
311 return (patch64(hdr)); in main()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.h175 uint64_t hdr[2]; member
202 uint64_t hdr[2]; member

12345678910>>...21