HomeSort by: relevance | last modified time | path
    Searched refs:_option (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
firmware.h 22 char _option[32]; \
26 snprintf(_option, sizeof(_option), "Nv%sFw", _opts); \
27 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
37 snprintf(_option, sizeof(_option), "Nv%sFwVer", _opts); \
39 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
exceptions.cpp 80 _option(option_)
99 return _option;
114 _option(option_),
135 return _option;
156 _option(option_)
174 return _option;
exceptions.hpp 61 std::string _option; member in class:utils::cmdline::missing_option_argument_error
74 std::string _option; member in class:utils::cmdline::option_argument_value_error
95 std::string _option; member in class:utils::cmdline::unknown_option_error
  /src/sys/compat/sys/
siginfo.h 93 } _option; member in struct:__ksiginfo32::__anon2430::__anon2436
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.cpp 49 _option = 0;
63 if (_option)
64 delete _option;
257 _option = _base->boot(IDC_BASE_OPTION);
279 else if (_option && IsWindowVisible(_option->_window))
280 tab_window = _option->_window;
rootwindow.h 45 TabWindow *_option; member in class:RootWindow
menu.cpp 63 menu._option = new OptionTabWindow(*this, IDC_BASE_OPTION);
64 w = menu._option;
  /src/sys/sys/
siginfo.h 93 } _option; member in struct:_ksiginfo::__anon7688::__anon7694
179 #define si_pe_other_pid _info._reason._ptrace_state._option._pe_other_pid
180 #define si_pe_lwp _info._reason._ptrace_state._option._pe_lwp
209 #define ksi_pe_other_pid ksi_info._reason._ptrace_state._option._pe_other_pid
210 #define ksi_pe_lwp ksi_info._reason._ptrace_state._option._pe_lwp
ptrace.h 121 } _option; member in struct:ptrace_state
124 #define pe_other_pid _option._pe_other_pid
125 #define pe_lwp _option._pe_lwp
  /src/external/bsd/nvi/dist/common/
common.h 49 typedef struct _option OPTION;
options.h 52 struct _option { struct
  /src/sys/compat/netbsd32/
netbsd32_signal.c 310 CTASSERT(sizeof(si->_reason._ptrace_state._option._pe_other_pid) ==
311 sizeof(si->_reason._ptrace_state._option._pe_lwp));
312 si->_reason._ptrace_state._option._pe_other_pid =
313 si32->_reason._ptrace_state._option._pe_other_pid;
400 CTASSERT(sizeof(si32->_reason._ptrace_state._option._pe_other_pid) ==
401 sizeof(si32->_reason._ptrace_state._option._pe_lwp));
402 si32->_reason._ptrace_state._option._pe_other_pid =
403 si->_reason._ptrace_state._option._pe_other_pid;
  /src/external/bsd/openpam/dist/include/security/
openpam.h 78 const char *_option);
86 const char *_option,
  /src/sys/arch/hpc/stand/hpcboot/
hpcmenu.h 125 OptionTabWindow *_option; member in class:HpcMenuInterface
hpcmenu.cpp 89 _option->get();
  /src/usr.bin/find/
find.h 131 typedef struct _option { struct
  /src/sys/kern/
sys_ptrace_common.c 685 KASSERT(si->_reason._ptrace_state._option._pe_other_pid > 0);
691 si->_reason._ptrace_state._option._pe_other_pid;

Completed in 45 milliseconds