Searched refs:_id (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/lib/libpanel/
H A Dp_new.c59 if (!name ## _id) \
60 name ## _id = strdup(#name); \
61 pan->user = name ## _id; \
/openbsd-current/regress/usr.bin/ssh/
H A Dmatch-subsystem.sh9 _id=$1
12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config"
15 trace "$_id subsystem $_subsystem"
17 fail "$_id: subsystem $_subsystem exit $_exit expected $_expect"
H A Dagent-restrict.sh113 _id="$1"
116 _host="host_$_id"
122 diff $OBJ/ssh_output $OBJ/expect_${_id} ||
128 _id="$1"
132 _host="host_$_id"
155 _id="$1"
159 _host="host_$_id"
/openbsd-current/sbin/ifconfig/
H A Dsff.c107 #define SFF8024_ID_IS_RESERVED(_id) ((_id) <= SFF8024_ID_RESERVED)
108 #define SFF8024_ID_IS_VENDOR(_id) ((_id) > SFF8024_ID_RESERVED)
132 #define SFF8024_CON_IS_RESERVED(_id) ((_id) <= SFF8024_CON_RESERVED)
133 #define SFF8024_CON_IS_VENDOR(_id) ((_id) > SFF8024_CON_RESERVED)
/openbsd-current/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
H A DSharedMem.pm53 bless { _id => $id, _addr => undef, _isrm => 0 }, $class
59 $self->{_id};
/openbsd-current/sys/dev/ic/
H A Dathvar.h485 #define ath_hal_get_diag_state(_ah, _id, _indata, _insize, _outdata, _outsize) \
486 ((*(_ah)->ah_get_diag_state)((_ah), (_id), \
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py60 def _id(obj): function
92 return _id
101 return _id
/openbsd-current/sys/dev/pci/
H A Dif_mwxreg.h99 #define MT_WTBL_LMAC_OFFS(_id, _dw) (MT_WTBL_BASE | \
100 FIELD_PREP(MT_WTBL_LMAC_ID, _id) | \
H A Dif_iwxreg.h2934 #define IWX_FW_CMD_ID_AND_COLOR(_id, _color) ((_id << IWX_FW_CTXT_ID_POS) |\
H A Dif_iwmreg.h2642 #define IWM_FW_CMD_ID_AND_COLOR(_id, _color) ((_id << IWM_FW_CTXT_ID_POS) |\
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm26 *is_shared = \&_id;
/openbsd-current/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs1528 _id(SV *myref)

Completed in 324 milliseconds