Home | History | Annotate | Download | only in apple

Lines Matching defs:msg

76     aslmsg msg;
102 msg = asl_new(ASL_TYPE_MSG);
103 if (msg) {
105 asl_set(msg, "File", file);
107 asl_set(msg, "Function", function);
112 asl_set(msg, "Line", _line);
120 asl_set(msg, "Thread", _thread);
126 asl_vlog(aslc, msg, level, fmt, args);
127 if (msg)
128 asl_free(msg);