Searched refs:proto_error (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 395 proto_error(rep_protocol_responseid_t e) in proto_error() function 1093 return (scf_set_error(proto_error(response.rpr_response))); in datael_attach() 1133 return (scf_set_error(proto_error(response.rpr_response))); in iter_attach() 1732 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_name() 1773 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_parent() 1835 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_composed_locked() 1860 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_composed_locked() 1909 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_locked() 2074 return (scf_set_error(proto_error(response.rpr_response))); in datael_add_child() 2138 return (scf_set_error(proto_error(response.rpr_response))); in datael_add_pg() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | proto.c | 1413 proto_error __PARAM__((char* iob, int level, char* msg, char* arg), (iob, level, msg, arg)) __OTORP… in __OTORP__() 3628 proto_error((char*)proto + sizeof(Proto_t), 2, op, ((char*)0)); 3779 …proto_error((char*)proto + sizeof(Proto_t), 1, "function pointer argument prototype omitted", ((ch… 4655 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, ((char*)0)); 4683 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, ((char*)0)); 4868 proto_error(((char*)0), 2, file, "not found"); 4880 proto_error(b, 2, file, "cannot create temporary file"); 4890 proto_error(b, 2, copy, "copy path too long"); 4909 proto_error(b, 2, buf, "cannot create copy directory"); 4918 proto_error(b, 2, buf, "cannot create copy file"); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 288 proto_error(char* iob, int level, char* msg, char* arg) in proto_error() function 1362 proto_error((char*)proto + sizeof(Proto_t), 2, op, NiL); in lex() 1513 …proto_error((char*)proto + sizeof(Proto_t), 1, "function pointer argument prototype omitted", NiL); in lex() 2411 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, NiL); in pppopen() 2439 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, NiL); in pppopen()
|