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

/freebsd-9.3-release/sys/amd64/linux32/
H A Dlinux32_machdep.c703 l_osigaction_t osa;
714 error = copyin(args->nsa, &osa, sizeof(l_osigaction_t));
732 error = copyout(&osa, args->osa, sizeof(l_osigaction_t));
H A Dlinux32_proto.h205 char nsa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * nsa; char nsa_r_[PADR_(l_osigaction_t *)];
206 char osa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * osa; char osa_r_[PADR_(l_osigaction_t *)];
H A Dlinux.h361 } __packed l_osigaction_t; typedef in typeref:struct:__anon5532
/freebsd-9.3-release/sys/i386/linux/
H A Dlinux_machdep.c684 l_osigaction_t osa;
695 error = copyin(args->nsa, &osa, sizeof(l_osigaction_t));
713 error = copyout(&osa, args->osa, sizeof(l_osigaction_t));
H A Dlinux_proto.h209 char nsa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * nsa; char nsa_r_[PADR_(l_osigaction_t *)];
210 char osa_l_[PADL_(l_osigaction_t *)]; l_osigaction_t * osa; char osa_r_[PADR_(l_osigaction_t *)];
H A Dlinux.h336 } l_osigaction_t; typedef in typeref:struct:__anon9392

Completed in 143 milliseconds