Home | History | Annotate | Download | only in apple

Lines Matching defs:msg

75     aslmsg msg;
101 msg = asl_new(ASL_TYPE_MSG);
102 if (msg) {
104 asl_set(msg, "File", file);
106 asl_set(msg, "Function", function);
111 asl_set(msg, "Line", _line);
119 asl_set(msg, "Thread", _thread);
125 asl_vlog(aslc, msg, level, fmt, args);
126 if (msg)
127 asl_free(msg);