Searched refs:proto_error (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 377 proto_error(rep_protocol_responseid_t e) in proto_error() function 417 uu_warn("%s:%d: Bad error code %d passed to proto_error().\n", in proto_error() 1060 return (scf_set_error(proto_error(response.rpr_response))); in datael_attach() 1100 return (scf_set_error(proto_error(response.rpr_response))); in iter_attach() 1672 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_name() 1713 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_parent() 1775 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_composed_locked() 1800 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_composed_locked() 1849 return (scf_set_error(proto_error(response.rpr_response))); in datael_get_child_locked() 2014 return (scf_set_error(proto_error(respons in datael_add_child() [all...] |
/titanic_51/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__(char* iob; int level; char* msg; char* arg;){ 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", ((char*)0)); 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( [all...] |
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 258 proto_error(char* iob, int level, char* msg, char* arg) in proto_error() function 1332 proto_error((char*)proto + sizeof(struct proto), 2, op, NiL); in lex() 1483 …proto_error((char*)proto + sizeof(struct proto), 1, "function pointer argument prototype omitted",… in lex() 2353 proto_error((char*)proto + sizeof(struct proto), 1, proto->op, NiL); in pppopen() 2381 proto_error((char*)proto + sizeof(struct proto), 1, proto->op, NiL); in pppopen()
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 290 proto_error(char* iob, int level, char* msg, char* arg) in proto_error() function 1364 proto_error((char*)proto + sizeof(Proto_t), 2, op, NiL); in lex() 1515 proto_error((char*)proto + sizeof(Proto_t), 1, "function pointer argument prototype omitted", NiL); in lex() 2413 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, NiL); in pppopen() 2441 proto_error((char*)proto + sizeof(Proto_t), 1, proto->op, NiL); in pppopen()
|