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

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

Completed in 127 milliseconds