Home
last modified time | relevance | path

Searched defs:freebsd11_mknod_args (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dsysproto.h2676 struct freebsd11_mknod_args { struct
2677 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
2678 char mode_l_[PADL_(int)]; int mode; char mode_r_[PADR_(int)];
2679 char dev_l_[PADL_(uint32_t)]; uint32_t dev; char dev_r_[PADR_(uint32_t)];