Home
last modified time | relevance | path

Searched defs:msgp (Results 26 – 50 of 82) sorted by relevance

1234

/illumos-gate/usr/src/cmd/mkmsgs/
H A Dmkmsgs.c119 char *msgp; /* pointer to the a message */ local
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_msg.c513 ibmf_msg_impl_t *msgp; in ibmf_i_find_msg_client() local
H A Dibmf_saa_events.c1054 ibmf_saa_report_cb(ibmf_handle_t ibmf_handle, ibmf_msg_t *msgp, in ibmf_saa_report_cb()
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c666 msgrcv(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, long msgtyp, int msgflg) in msgrcv()
805 size_t msgsz, struct msg *smp, struct ipcmsgbuf *msgp, int msgflg) in msg_copyout()
1094 msgsnd(int msqid, struct ipcmsgbuf *msgp, size_t msgsz, int msgflg) in msgsnd()
H A Dprintf.c82 char *body, *msgp, *bufend; in cprintf() local
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c725 struct cfga_msg *msgp, in cfga_change_state()
761 struct cfga_msg *msgp, in cfga_private_func()
810 struct cfga_msg *msgp, in mtest_run()
1088 struct cfga_msg *msgp, in cfga_test()
1428 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) in cfga_help()
H A Dmema_test.h49 struct cfga_msg *msgp; member
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c82 char *msgp, *bufend; in fakekernel_cprintf() local
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_rxdring.c1388 vio_dring_msg_t dringmsg, *msgp = &dringmsg; in vgen_send_dringdata_shm() local
1432 vio_dring_msg_t *msgp = (vio_dring_msg_t *)tagp; in vgen_send_dringack_shm() local
H A Dvnet_txdring.c1592 vio_dring_msg_t dringmsg, *msgp = &dringmsg; in vgen_send_dringdata() local
1635 vio_dring_msg_t *msgp = (vio_dring_msg_t *)tagp; in vgen_send_dringack() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c90 set_ancillary_data(struct msghdr *msgp, int hoplimit, in set_ancillary_data()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c298 char *msgp; in timeest() local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_debug.c380 successful_comm(nfs4_debug_msg_t *msgp) in successful_comm()
494 get_facts(nfs4_debug_msg_t *msgp, nfs4_rfact_t *ret_fp, char **mnt_pt, in get_facts()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c446 struct cfga_msg *msgp; in ap_msg() local
H A Dap_sbd.c346 struct cfga_msg *msgp, struct cfga_confirm *confp) in apd_alloc()
746 ap_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) in ap_help()
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c595 cfga_msg(struct cfga_msg *msgp, ...) in cfga_msg()
623 cfga_led_msg(struct cfga_msg *msgp, apid_t *apidp, led_strid_t led, in cfga_led_msg()
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c1083 ib_list_services(struct cfga_msg *msgp, char **errmsg) in ib_list_services()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c120 set_ancillary_data(struct msghdr *msgp, int hoplimit, in set_ancillary_data()
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c319 char *msgp; in ghd_timer_newstate() local
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c236 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) in mq_getmsg()
291 mq_putmsg(mqhdr_t *mqhp, const char *msgp, ssize_t len, uint_t prio) in mq_putmsg()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c370 struct cfga_msg *msgp, in config_change_state()
472 struct cfga_msg *msgp, in config_private_func()
523 struct cfga_msg *msgp, in config_test()
892 struct cfga_msg *msgp, in config_help()
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h1218 #define IBCM_OUT_MADP(msgp) (msgp->im_msgbufs_send.im_bufs_mad_hdr) argument
1219 #define IBCM_OUT_HDRP(msgp) ((ib_mad_hdr_t *)IBCM_OUT_MADP(msgp)) argument
1220 #define IBCM_OUT_MSGP(msgp) (msgp->im_msgbufs_send.im_bufs_cl_data) argument
1222 #define IBCM_IN_MADP(msgp) (msgp->im_msgbufs_recv.im_bufs_mad_hdr) argument
1223 #define IBCM_IN_HDRP(msgp) ((ib_mad_hdr_t *)IBCM_IN_MADP(msgp)) argument
1224 #define IBCM_IN_MSGP(msgp) (msgp->im_msgbufs_recv.im_bufs_cl_data) argument
1226 #define IBCM_REJ_PRIV(msgp) &(((ibcm_rej_msg_t *) \ argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c970 poemsg_t *msgp; in act_spadr() local
1031 poemsg_t *msgp; in act_spadrn() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap.c823 char msg[256], *msgp; local
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h255 uint16_t msgp:1; member
279 uint16_t msgp:1; member

1234