Home
last modified time | relevance | path

Searched refs:msgp (Results 76 – 96 of 96) sorted by relevance

1234

/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c370 struct cfga_msg *msgp, in config_change_state() argument
432 confp, msgp, errstring, flags); in config_change_state()
449 confp, msgp, errstring, in config_change_state()
472 struct cfga_msg *msgp, in config_private_func() argument
505 libloc.ap_physical, options, confp, msgp, errstring, in config_private_func()
523 struct cfga_msg *msgp, in config_test() argument
556 options, msgp, errstring, flags); in config_test()
892 struct cfga_msg *msgp, in config_help() argument
924 retval = (*libloc.libp->cfga_help_p)(msgp, options, flags); in config_help()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c85 char *msgp = msg; in mac_drop_pkt() local
90 (void) vsnprintf(msgp, sizeof (msg), fmt, adx); in mac_drop_pkt()
93 DTRACE_PROBE2(mac__drop, mblk_t *, mp, char *, msgp); in mac_drop_pkt()
103 char *msgp = msg; in mac_drop_chain() local
106 (void) vsnprintf(msgp, sizeof (msg), fmt, adx); in mac_drop_chain()
116 DTRACE_PROBE2(mac__drop, mblk_t *, mp, char *, msgp); in mac_drop_chain()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h175 ibmf_msg_t *msgp, void *args);
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h118 struct cfga_msg *msgp; member
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c444 bp_msg_t *msgp = (bp_msg_t *)pkt->buf; in dp_got_bp_msg() local
457 msgp->cmd, msgp->dat1, msgp->dat2)); in dp_got_bp_msg()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c1965 _NOTE(ARGUNUSED(msgp)) in vdc_handle_rdx()
1969 ASSERT(msgp->tag.vio_subtype_env == VIO_RDX); in vdc_handle_rdx()
2053 (caddr_t)msgp, &len); in vdc_recv()
3876 size_t nbytes = sizeof (*msgp); in vdc_wait_for_response()
3883 status = vdc_recv(vdcp, msgp, &nbytes); in vdc_wait_for_response()
3899 msgp->tag.vio_msgtype, in vdc_wait_for_response()
3900 msgp->tag.vio_subtype, in vdc_wait_for_response()
3901 msgp->tag.vio_subtype_env); in vdc_wait_for_response()
3913 vdcp->instance, msgp->tag.vio_sid, in vdc_wait_for_response()
3915 ((vio_dring_msg_t *)msgp)->seq_num, in vdc_wait_for_response()
[all …]
H A Dvnet_gen.c3447 vnet_mcast_msg_t *msgp; in vgen_send_mcast_info() local
3457 msgp = &mcastmsg; in vgen_send_mcast_info()
3458 tagp = &msgp->tag; in vgen_send_mcast_info()
3474 bcopy(mca, (msgp->mca), size); in vgen_send_mcast_info()
3475 msgp->set = B_TRUE; in vgen_send_mcast_info()
3476 msgp->count = n; in vgen_send_mcast_info()
3478 rv = vgen_sendmsg(ldcp, (caddr_t)tagp, sizeof (*msgp), in vgen_send_mcast_info()
5121 vnet_mcast_msg_t *msgp = (vnet_mcast_msg_t *)tagp; in vgen_handle_mcast_info() local
5144 if (!(msgp->set)) { in vgen_handle_mcast_info()
5150 for (count = 0; count < msgp->count; count++) { in vgen_handle_mcast_info()
[all …]
H A Dvsw_ldc.c1147 vnet_physlink_msg_t *msgp = &msg; in vsw_send_physlink_msg() local
1156 msgp->tag.vio_msgtype = VIO_TYPE_CTRL; in vsw_send_physlink_msg()
1157 msgp->tag.vio_subtype = VIO_SUBTYPE_INFO; in vsw_send_physlink_msg()
1158 msgp->tag.vio_subtype_env = VNET_PHYSLINK_INFO; in vsw_send_physlink_msg()
1159 msgp->tag.vio_sid = ldcp->local_session; in vsw_send_physlink_msg()
1160 msgp->physlink_info = physlink_info; in vsw_send_physlink_msg()
1162 (void) vsw_send_msg(ldcp, msgp, sizeof (msg), B_TRUE); in vsw_send_physlink_msg()
3331 vnet_physlink_msg_t *msgp; in vsw_process_physlink_msg() local
3334 msgp = (vnet_physlink_msg_t *)pkt; in vsw_process_physlink_msg()
3338 switch (msgp->tag.vio_subtype) { in vsw_process_physlink_msg()
[all …]
H A Dvsw_txdring.c627 vsw_send_msg(vsw_ldc_t *ldcp, void *msgp, int size, boolean_t handle_reset) in vsw_send_msg() argument
631 vio_msg_tag_t *tag = (vio_msg_tag_t *)msgp; in vsw_send_msg()
666 rv = ldc_write(ldcp->ldc_handle, (caddr_t)msgp, &msglen); in vsw_send_msg()
H A Dds_common.c150 static int ds_recv_msg(ds_port_t *port, caddr_t msgp, size_t *sizep);
447 ds_recv_msg(ds_port_t *port, caddr_t msgp, size_t *sizep) in ds_recv_msg() argument
469 rv = ldc_read(port->ldc.hdl, msgp, &nbytes); in ds_recv_msg()
489 msgp += nbytes; in ds_recv_msg()
H A Dldc.c3796 ldc_msg_t *msgp; in i_ldc_read_raw() local
3844 msgp = (ldc_msg_t *)(ldcp->rx_q_va + rx_head); in i_ldc_read_raw()
3847 msgbufp = (uint8_t *)&(msgp->raw[0]); in i_ldc_read_raw()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c848 cfga_msg(prp->msgp, cmd_msg, apidp->path, 0); in quiesce_confirm()
1036 create_lock(int *fdp, struct cfga_msg *msgp, char **errstring) in create_lock() argument
1087 cfga_msg(msgp, MSG_WAIT_LOCK, 0); in create_lock()
1310 ret = create_lock(&fd, pt->msgp, errstring); in dev_hotplug()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3428 vrrpd_process_adv_v4(vrrp_intf_t *pif, struct msghdr *msgp, size_t len) in vrrpd_process_adv_v4() argument
3436 ip = (struct ip *)msgp->msg_iov->iov_base; in vrrpd_process_adv_v4()
3447 assert(msgp->msg_namelen == sizeof (struct sockaddr_in)); in vrrpd_process_adv_v4()
3468 (vrrp_addr_t *)msgp->msg_name)); in vrrpd_process_adv_v4()
3475 vrrpd_process_adv_v6(vrrp_intf_t *pif, struct msghdr *msgp, size_t len) in vrrpd_process_adv_v6() argument
3493 assert(msgp->msg_namelen == sizeof (struct sockaddr_in6)); in vrrpd_process_adv_v6()
3495 for (cmsgp = CMSG_FIRSTHDR(msgp); cmsgp != NULL; in vrrpd_process_adv_v6()
3496 cmsgp = CMSG_NXTHDR(msgp, cmsgp)) { in vrrpd_process_adv_v6()
3525 return (vrrpd_process_vrrp(pif, msgp->msg_iov->iov_base, len, in vrrpd_process_adv_v6()
3526 msgp->msg_name)); in vrrpd_process_adv_v6()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c4193 ibdm_alloc_send_buffers(ibmf_msg_t *msgp) in ibdm_alloc_send_buffers() argument
4195 msgp->im_msgbufs_send.im_bufs_mad_hdr = in ibdm_alloc_send_buffers()
4198 msgp->im_msgbufs_send.im_bufs_cl_hdr = (uchar_t *) in ibdm_alloc_send_buffers()
4199 msgp->im_msgbufs_send.im_bufs_mad_hdr + sizeof (ib_mad_hdr_t); in ibdm_alloc_send_buffers()
4200 msgp->im_msgbufs_send.im_bufs_cl_hdr_len = IBDM_DM_MAD_HDR_SZ; in ibdm_alloc_send_buffers()
4202 msgp->im_msgbufs_send.im_bufs_cl_data = in ibdm_alloc_send_buffers()
4203 ((char *)msgp->im_msgbufs_send.im_bufs_cl_hdr + IBDM_DM_MAD_HDR_SZ); in ibdm_alloc_send_buffers()
4204 msgp->im_msgbufs_send.im_bufs_cl_data_len = in ibdm_alloc_send_buffers()
4214 ibdm_free_send_buffers(ibmf_msg_t *msgp) in ibdm_free_send_buffers() argument
4216 if (msgp->im_msgbufs_send.im_bufs_mad_hdr != NULL) in ibdm_free_send_buffers()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h690 extern int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
H A Dauth.c140 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp,
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c3050 nfs4_debug_msg_t *msgp; in nfs_free_mi4() local
3084 while (msgp = list_head(&mi->mi_msg_list)) { in nfs_free_mi4()
3085 list_remove(&mi->mi_msg_list, msgp); in nfs_free_mi4()
3086 nfs4_free_msg(msgp); in nfs_free_mi4()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_impl.c1937 ibmf_i_alloc_msg(ibmf_client_t *clientp, ibmf_msg_impl_t **msgp, int km_flags) in ibmf_i_alloc_msg() argument
1945 *msgp, tnf_int, km_flags, km_flags); in ibmf_i_alloc_msg()
1964 *msgp = msgimplp; in ibmf_i_alloc_msg()
2182 "block = %d\n", tnf_opaque, msgp, msgimplp, in ibmf_i_msg_transport()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c4579 ibmf_msg_t *msgp; in ibcm_query_classport_info() local
4609 (void) ibcm_alloc_out_msg(statep->stored_reply_addr.ibmf_hdl, &msgp, in ibcm_query_classport_info()
4612 IBCM_OUT_HDRP(msgp)->TransactionID = h2b64(ibcm_generate_tranid( in ibcm_query_classport_info()
4614 IBCM_OUT_HDRP(msgp)->AttributeID = h2b16(MAD_ATTR_ID_CLASSPORTINFO); in ibcm_query_classport_info()
4616 (void) ibcm_post_mad(msgp, &statep->stored_reply_addr, NULL, NULL); in ibcm_query_classport_info()
4621 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl, &msgp); in ibcm_query_classport_info()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c16477 char *msgp; local
16490 msgp = "retrying";
16494 msgp = "giving up";
16500 "incomplete %s- %s\n", cmdp, msgp);
16788 char *msgp = arg; local
16819 char *msgp = NULL; local
16882 msgp = "Not enough sense information\n";
16960 sd_print_sense_failed_msg, msgp, EIO,
18007 char *msgp; local
18034 msgp = "giving up";
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs447 …s)->__unused4, (struct compat_msgbuf)->mtype, (struct compat_ipc_kludge)->msgp, (struct compat_ipc…

1234