Home
last modified time | relevance | path

Searched refs:add_error (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/fs/autofs/
H A Dautofs_ioctl.h85 int add_error; member
103 int add_error; member
H A Dautofs.c607 ar->ar_error = add->add_error; in autofs_ioctl_done_101()
635 ar->ar_error = add->add_error; in autofs_ioctl_done()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp567 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand() local
568 if (add_error.Success()) in AddMultiwordCommand()
599 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand() local
600 if (add_error.Success()) in AddCommand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1638 Status add_error = in DoExecute() local
1640 if (add_error.Fail()) in DoExecute()
1642 add_error.AsCString()); in DoExecute()
1944 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute() local
1946 if (add_error.Fail()) { in DoExecute()
1948 add_error.AsCString()); in DoExecute()
/freebsd-14.2/usr.sbin/autofs/
H A Dautomountd.c77 add.add_error = request_error; in done()