Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsysproto.h1015 struct kenv_args { struct
1016 char what_l_[PADL_(int)]; int what; char what_r_[PADR_(int)];
1017 char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
1018 char value_l_[PADL_(char *)]; char * value; char value_r_[PADR_(char *)];
1019 char len_l_[PADL_(int)]; int len; char len_r_[PADR_(int)];