Searched refs:setlogin (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile157 setlogin.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c1886 * setlogin
1902 setlogin(proc_t p, struct setlogin_args *uap, __unused register_t *retval) function
H A Dinit_sysent.c110 {AC(setlogin_args), 0, 0, (sy_call_t *)setlogin, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 50 = setlogin */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1748 int setlogin(struct proc *, struct setlogin_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c2739 * Test getlogin, setlogin system calls.
2763 * child process - do getlogin and setlogin testing.
2788 my_err = setlogin( my_new_namep );
2790 printf( "setlogin failed with error %d - \"%s\" \n", errno, strerror( errno) );
2803 printf( "setlogin failed to set the new name \n" );
3166 * child process - do getlogin and setlogin testing.

Completed in 198 milliseconds