Searched refs:getsid_args (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_prot.c184 struct getsid_args { struct
189 sys_getsid(struct thread *td, struct getsid_args *uap)
H A Dinit_sysent.c346 { AS(getsid_args), (sy_call_t *)sys_getsid, AUE_GETSID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 310 = getsid */
H A Dsystrace_args.c1617 struct getsid_args *p = params;
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c1776 struct getsid_args bsd;
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c359 { AS(getsid_args), (sy_call_t *)sys_getsid, AUE_GETSID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 310 = getsid */
H A Dfreebsd32_systrace_args.c1520 struct getsid_args *p = params;
/freebsd-10-stable/sys/sys/
H A Dsysproto.h857 struct getsid_args { struct
2025 int sys_getsid(struct thread *, struct getsid_args *);

Completed in 115 milliseconds