Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_proto.h581 struct linux_sethostname_args { struct
582 char hostname_l_[PADL_(char *)]; char * hostname; char hostname_r_[PADR_(char *)];
583 char len_l_[PADL_(l_uint)]; l_uint len; char len_r_[PADR_(l_uint)];
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_proto.h598 struct linux_sethostname_args { struct
599 char hostname_l_[PADL_(char *)]; char * hostname; char hostname_r_[PADR_(char *)];
600 char len_l_[PADL_(l_uint)]; l_uint len; char len_r_[PADR_(l_uint)];
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_proto.h235 struct linux_sethostname_args { struct
236 char hostname_l_[PADL_(char *)]; char * hostname; char hostname_r_[PADR_(char *)];
237 char len_l_[PADL_(u_int)]; u_int len; char len_r_[PADR_(u_int)];
/freebsd-12.1/sys/i386/linux/
H A Dlinux_proto.h239 struct linux_sethostname_args { struct
240 char hostname_l_[PADL_(char *)]; char * hostname; char hostname_r_[PADR_(char *)];
241 char len_l_[PADL_(u_int)]; u_int len; char len_r_[PADR_(u_int)];