Searched refs:l_osigaction_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_machdep.c706 l_osigaction_t osa;
717 error = copyin(args->nsa, &osa, sizeof(l_osigaction_t));
735 error = copyout(&osa, args->osa, sizeof(l_osigaction_t));
H A Dlinux32_proto.h207 char nsa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * nsa; char nsa_r_[PADR_(l_osigaction_t *)];
208 char osa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * osa; char osa_r_[PADR_(l_osigaction_t *)];
H A Dlinux.h342 } __packed l_osigaction_t; typedef in typeref:struct:__anon5880
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_machdep.c687 l_osigaction_t osa;
698 error = copyin(args->nsa, &osa, sizeof(l_osigaction_t));
716 error = copyout(&osa, args->osa, sizeof(l_osigaction_t));
H A Dlinux_proto.h211 char nsa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * nsa; char nsa_r_[PADR_(l_osigaction_t *)];
212 char osa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * osa; char osa_r_[PADR_(l_osigaction_t *)];
H A Dlinux.h317 } l_osigaction_t; typedef in typeref:struct:__anon9844

Completed in 181 milliseconds