HelenOS sources
oper_t 50 uspace/app/trace/ipcp.c oper_t *oper;
oper_t 122 uspace/app/trace/ipcp.c oper_t *oper;
oper_t 162 uspace/app/trace/ipcp.c oper_t *oper = oper_new(ipc_methods[i].name, OPER_MAX_ARGS,
oper_t 182 uspace/app/trace/ipcp.c oper_t *oper;
oper_t 260 uspace/app/trace/ipcp.c oper_t *oper;
oper_t 53 uspace/app/trace/proto.c oper_t *oper;
oper_t 169 uspace/app/trace/proto.c void proto_add_oper(proto_t *proto, int method, oper_t *oper)
oper_t 180 uspace/app/trace/proto.c oper_t *proto_get_oper(proto_t *proto, int method)
oper_t 190 uspace/app/trace/proto.c static void oper_struct_init(oper_t *oper, const char *name)
oper_t 195 uspace/app/trace/proto.c oper_t *oper_new(const char *name, int argc, val_type_t *arg_types,
oper_t 198 uspace/app/trace/proto.c oper_t *o;
oper_t 201 uspace/app/trace/proto.c o = malloc(sizeof(oper_t));
oper_t 71 uspace/app/trace/proto.h extern void proto_add_oper(proto_t *, int, oper_t *);
oper_t 72 uspace/app/trace/proto.h extern oper_t *proto_get_oper(proto_t *, int);
oper_t 74 uspace/app/trace/proto.h extern oper_t *oper_new(const char *, int, val_type_t *, val_type_t, int,
oper_t 617 uspace/app/trace/trace.c oper_t *o;
HelenOS homepage, sources at GitHub