Home
last modified time | relevance | path

Searched refs:pack_buf (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.c195 char *pack_buf = NULL; in post_picl_event() local
222 if (nvlist_pack(nvlp, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in post_picl_event()
237 if (ptree_post_event(evname, pack_buf, nvl_size, in post_picl_event()
241 free(pack_buf); in post_picl_event()
256 char *pack_buf = NULL; in post_dr_req_event() local
283 if (nvlist_pack(nvlp, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in post_dr_req_event()
291 rc = post_picl_event(PICLEVENT_DR_REQ, pack_buf, nvl_size, fruh, in post_dr_req_event()
294 free(pack_buf); in post_dr_req_event()
307 char *pack_buf = NULL; in post_dr_ap_state_change_event() local
330 if (nvlist_pack(nvlp, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in post_dr_ap_state_change_event()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpicl_slm.c127 post_piclevent(char *pack_buf, size_t nvl_size) in post_piclevent() argument
131 darg.data_ptr = pack_buf; in post_piclevent()
164 door_fd, pack_buf, nvl_size); in post_piclevent()
302 char *pack_buf; in piclslm_deliver_event() local
370 pack_buf = NULL; in piclslm_deliver_event()
374 nvlist_pack(nvl, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in piclslm_deliver_event()
385 retval = add_to_queue(pack_buf, nvl_size); in piclslm_deliver_event()
/titanic_44/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_messages.c566 char *pack_buf = NULL; in rdr_snd_msg() local
587 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
590 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
613 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
616 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
628 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
631 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
643 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
646 &pack_buf, &pack_buf_sz); in rdr_snd_msg()
657 err = pack_list_ext_request(lparam, &pack_buf, in rdr_snd_msg()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c246 char *pack_buf = NULL; in post_wd_state_event() local
280 if ((rc = nvlist_pack(nvl, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, in post_wd_state_event()
288 if ((rc = ptree_post_event(evname, pack_buf, nvl_size, in post_wd_state_event()
290 free(pack_buf); in post_wd_state_event()
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c310 char *pack_buf; in post_mc_event() local
322 pack_buf = NULL; in post_mc_event()
324 nvlist_pack(nvl, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in post_mc_event()
334 if (ptree_post_event(ev_name, pack_buf, nvl_size, in post_mc_event()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c4675 char *pack_buf = NULL; in post_piclevent() local
4718 if (nvlist_pack(nvl, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, in post_piclevent()
4737 if (nvlist_pack(nvl, &pack_buf, &nvl_size, NV_ENCODE_NATIVE, NULL)) { in post_piclevent()
4751 if ((rc = ptree_post_event(ename, pack_buf, nvl_size, in post_piclevent()
4754 free(pack_buf); in post_piclevent()