Lines Matching refs:auth
591 user.auth_type = server->auth.auth_type; in __ncp_ioctl()
593 user.object_name_len = server->auth.object_name_len; in __ncp_ioctl()
599 server->auth.object_name, in __ncp_ioctl()
618 user.auth_type = server->auth.auth_type; in __ncp_ioctl()
620 user.object_name_len = server->auth.object_name_len; in __ncp_ioctl()
626 server->auth.object_name, in __ncp_ioctl()
672 oldname = server->auth.object_name; in __ncp_ioctl()
673 oldnamelen = server->auth.object_name_len; in __ncp_ioctl()
676 server->auth.auth_type = user.auth_type; in __ncp_ioctl()
677 server->auth.object_name_len = user.object_name_len; in __ncp_ioctl()
678 server->auth.object_name = newname; in __ncp_ioctl()