Home
last modified time | relevance | path

Searched refs:UKPLEN_DECODE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/upmap/
H A Dukp_setproctitle.c72 t = UKPLEN_DECODE(UPTYPE_PROC_TITLE); in __ukp_spt()
/dragonfly/sys/sys/
H A Dupmap.h77 #define UKPLEN_DECODE(type) (1 << ((type >> 8) & 0x0F)) macro