Searched refs:NOT_SET_STR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/ti/
H A Dti_pruss.c88 #define NOT_SET_STR "NONE" macro
362 char event[sizeof(NOT_SET_STR)];
367 bcopy(NOT_SET_STR, event, sizeof(event));
376 if (strcmp(NOT_SET_STR, event) == 0) {
411 char channel[sizeof(NOT_SET_STR)];
417 bcopy(NOT_SET_STR, channel, sizeof(channel));
426 if (strcmp(NOT_SET_STR, channel) == 0) {

Completed in 105 milliseconds