Searched refs:trysend_req (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libpicl/ |
H A D | picl.c | 177 trysend_req(door_arg_t *dargp, void *data_ptr, size_t data_size, in trysend_req() function 312 err = trysend_req(&darg, &req_wait, sizeof (picl_reqwait_t), in picl_wait() 339 err = trysend_req(&darg, &req_root, sizeof (picl_reqroot_t), NULL, in picl_get_root() 371 err = trysend_req(&darg, &req_attrval, sizeof (picl_reqattrval_t), in picl_get_propval() 411 err = trysend_req(&darg, &req_attrvalbyname, in picl_get_propval_by_name() 452 err = trysend_req(&darg, inargs, sizeof (picl_reqsetattrval_t) + in picl_set_propval() 488 err = trysend_req(&darg, inargs, in picl_set_propval_by_name() 516 err = trysend_req(&darg, &req_attrinfo, in picl_get_propinfo() 549 err = trysend_req(&darg, &req_firstattr, in picl_get_first_prop() 580 err = trysend_req(&darg, &req_nextattr, in picl_get_next_prop() [all …]
|