Lines Matching refs:NULL
54 if ((func == NULL) || ((type != KAL_TIMER_ONCE) && (type != KAL_TIMER_PERIODIC))) {
55 return NULL;
58 if (kalTimer == NULL) {
59 return NULL;
70 return NULL;
80 if (timerId == NULL) {
89 int ret = timer_settime(tmpPtr->timerPtr, 0, &ts, NULL);
101 if (timerId == NULL) {
112 int ret = timer_settime(tmpPtr->timerPtr, 0, &ts, NULL);
126 if (timerId == NULL) {
131 int ret = timer_settime(tmpPtr->timerPtr, 0, &ts, NULL);
141 if (timerId == NULL) {
152 if (timerId == NULL) {