Home
last modified time | relevance | path

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

/freebsd/sys/fs/autofs/
H A Dautofs_ioctl.h85 int add_error; member
103 int add_error; member
H A Dautofs.c606 ar->ar_error = add->add_error; in autofs_ioctl_done_101()
634 ar->ar_error = add->add_error; in autofs_ioctl_done()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp597 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand() local
598 if (add_error.Success()) in AddMultiwordCommand()
629 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand() local
630 if (add_error.Success()) in AddCommand()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2296 Status add_error = in DoExecute() local
2298 if (add_error.Fail()) in DoExecute()
2300 add_error.AsCString()); in DoExecute()
2578 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute() local
2580 if (add_error.Fail()) { in DoExecute()
2582 add_error.AsCString()); in DoExecute()
/freebsd/usr.sbin/autofs/
H A Dautomountd.c76 add.add_error = request_error; in done()