common_badbuf      86 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, NULL, call, "NULL");
common_badbuf      87 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, INVAL_PTR, call, "invalid pointer");
common_badbuf      88 user/testbin/badcall/bad_stat.c 	common_badbuf(statfunc, KERN_PTR, call, "kernel pointer");
common_badbuf     196 user/testbin/badcall/common_buf.c 	common_badbuf(info, NULL, "NULL");
common_badbuf     197 user/testbin/badcall/common_buf.c 	common_badbuf(info, INVAL_PTR, "invalid");
common_badbuf     198 user/testbin/badcall/common_buf.c 	common_badbuf(info, KERN_PTR, "kernel-space");