Searched refs:_stop (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbitstring.h108 _bit_make_mask(int _start, int _stop) argument
111 (_BITSTR_MASK >> (_BITSTR_BITS - _bit_offset(_stop) - 1)));
160 bit_nset(bitstr_t *_bitstr, int _start, int _stop) argument
164 _stopbitstr = _bitstr + _bit_idx(_stop);
168 *_bitstr |= _bit_make_mask(_start, _stop);
173 *_stopbitstr |= _bit_make_mask(0, _stop);
179 bit_nclear(bitstr_t *_bitstr, int _start, int _stop) argument
183 _stopbitstr = _bitstr + _bit_idx(_stop);
187 *_bitstr &= ~_bit_make_mask(_start, _stop);
192 *_stopbitstr &= ~_bit_make_mask(0, _stop);
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp84 _stop();
308 status_t err = node->_stop();
311 "*** NodeGroup::removeNode('%s'): error from node->_stop():\n"
573 return _stop();
1248 status_t NodeGroup::_stop() { function in class:NodeGroup
1251 "NodeGroup::_stop()\n"));
1272 mem_fun(&NodeRef::_stop)
1274 [](NodeRef* ref) { ref->_stop(); }
H A DNodeGroup.h458 status_t _stop();
H A DNodeRef.h523 status_t _stop();
562 // callers: _stop(), disablePositionReports(), dtor
H A DNodeRef.cpp1947 status_t NodeRef::_stop() { function in class:NodeRef
1951 "NodeRef('%s')::_stop()\n",
H A DNodeManager.cpp248 group->_stop();

Completed in 161 milliseconds