Home
last modified time | relevance | path

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

/dragonfly/usr.bin/hexdump/
H A Dhexdump.h33 typedef struct _pr { struct
34 struct _pr *nextpr; /* next print unit */ argument
55 struct _pr *nextpr; /* next print unit */ argument
/dragonfly/sys/sys/
H A Dprotosw.h399 #define PR_GET_MPLOCK(_pr) \ argument
401 if (((_pr)->pr_flags & PR_MPSAFE) == 0) \
405 #define PR_REL_MPLOCK(_pr) \ argument
407 if (((_pr)->pr_flags & PR_MPSAFE) == 0) \