Searched refs:_result (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dbitstring.h196 bit_ffs_at(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
220 *_result = _value;
225 bit_ffc_at(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
249 *_result = _value;
254 bit_ffs(bitstr_t *_bitstr, int _nbits, int *_result) argument
256 bit_ffs_at(_bitstr, /*start*/0, _nbits, _result);
261 bit_ffc(bitstr_t *_bitstr, int _nbits, int *_result) argument
263 bit_ffc_at(_bitstr, /*start*/0, _nbits, _result);
268 bit_count(bitstr_t *_bitstr, int _start, int _nbits, int *_result) argument
299 *_result
[all...]
H A Dlinker.h124 linker_file_t* _result);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DResolver.h34 Resolver(LinkingContext &ctx) : _ctx(ctx), _result(new MergedFile()) {}
55 std::unique_ptr<SimpleFile> resultFile() { return std::move(_result); }
85 std::unique_ptr<MergedFile> _result; member in class:lld::Resolver
/freebsd-11-stable/crypto/openssh/regress/
H A Dforward-control.sh51 _result=$?
54 if test "x$_expected" = "xY" -a $_result -ne 0 ; then
56 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then
78 _result=$?
79 if test $_result -eq 0 ; then
82 _result=$?
86 if test "x$_expected" = "xY" -a $_result -ne 0 ; then
88 elif test "x$_expected" = "xN" -a $_result -eq 0 ; then
/freebsd-11-stable/sys/tools/
H A Dmakeobjops.awk113 _result = ""
116 _result = separator array[num--] _result;
117 _result = array[1] _result;
119 return _result;
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h109 #define _ng_l2cap_con_rsp(_m, _ident, _dcid, _scid, _result, _status) \
129 c->param.result = htole16((_result)); \
168 #define _ng_l2cap_cfg_rsp(_m, _ident, _scid, _flags, _result, _data) \
190 c->param.result = htole16((_result)); \
202 #define _ng_l2cap_cmd_urs(_m, _ident, _result) \
218 c->result = htole16((_result)); \
388 #define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \
406 c->param.result = htole16((_result)); \
408 if ((_result) == NG_L2CAP_SUCCESS) { \
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk469 _result = array[0]
471 _result = _result sep array[_ji]
473 return (_result)
608 _result = getline
609 } while (_result > 0 && $0 ~ /^[ \t]*#.*/) # skip comment lines
610 return (_result)
618 _result = next_line()
619 if (_result <= 0)
620 return (_result)
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dsysdecode.h126 const char *sysdecode_vmresult(int _result);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c69 const char *_lng, long _dflt, long *_result);
71 const char *lng, const char *_dflt, char **_result);
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp467 _result->addAtoms(_atoms);
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py172 self._result = obj._pp(self)
173 return self._result
179 return self._result;
/freebsd-11-stable/sys/dev/ath/
H A Dif_athvar.h1201 #define ath_hal_getcapability(_ah, _cap, _param, _result) \
1202 ((*(_ah)->ah_getCapability)((_ah), (_cap), (_param), (_result)))
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh1545 eval _G_hook_result=\$${_G_hook}_result
1562 # options in '<hooked_function_name>_result', escaped suitably for
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh1545 eval _G_hook_result=\$${_G_hook}_result
1562 # options in '<hooked_function_name>_result', escaped suitably for
/freebsd-11-stable/contrib/file/
H A Dltmain.sh1548 eval _G_hook_result=\$${_G_hook}_result
1565 # options in '<hooked_function_name>_result', escaped suitably for
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh1545 eval _G_hook_result=\$${_G_hook}_result
1562 # options in '<hooked_function_name>_result', escaped suitably for
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh1545 eval _G_hook_result=\$${_G_hook}_result
1562 # options in '<hooked_function_name>_result', escaped suitably for

Completed in 413 milliseconds