Lines Matching refs:auth
589 user.auth_type = server->auth.auth_type; in __ncp_ioctl()
591 user.object_name_len = server->auth.object_name_len; in __ncp_ioctl()
597 server->auth.object_name, in __ncp_ioctl()
616 user.auth_type = server->auth.auth_type; in __ncp_ioctl()
618 user.object_name_len = server->auth.object_name_len; in __ncp_ioctl()
624 server->auth.object_name, in __ncp_ioctl()
670 oldname = server->auth.object_name; in __ncp_ioctl()
671 oldnamelen = server->auth.object_name_len; in __ncp_ioctl()
674 server->auth.auth_type = user.auth_type; in __ncp_ioctl()
675 server->auth.object_name_len = user.object_name_len; in __ncp_ioctl()
676 server->auth.object_name = newname; in __ncp_ioctl()