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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mng_tlv.c434 ecore_mfw_get_tlv_time_value(struct ecore_mfw_tlv_time *p_time, argument
437 if (!p_time->b_set)
441 if (p_time->month > 12)
442 p_time->month = 0;
443 if (p_time->day > 31)
444 p_time->day = 0;
445 if (p_time->hour > 23)
446 p_time->hour = 0;
447 if (p_time->min > 59)
448 p_time
[all...]
/freebsd-11-stable/include/
H A Dresolv.h353 #define p_time __p_time macro
433 const char * p_time(u_int32_t);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c703 p_time(u_int32_t value) { function

Completed in 163 milliseconds