HomeSort by: relevance | last modified time | path
    Searched refs:_option (Results 1 - 12 of 12) 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/sys/compat/sys/
siginfo.h 93 } _option; member in struct:__ksiginfo32::__anon01db8f81010a::__anon01db8f810708
  /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::__anon33f44b6e010a::__anon33f44b6e0708
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/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/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 17 milliseconds