Home
last modified time | relevance | path

Searched refs:oit (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp33 auto oit = ret.append(c.size() * 3 - 1); in toHexStr() local
35 oit = its(oit, *cit++, 2); in toHexStr()
38 *oit++ = ' '; in toHexStr()
39 oit = its(oit, *cit, 2); in toHexStr()
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c456 struct itimerval it, oit; in test_signal() local
472 chk_error(getitimer(ITIMER_REAL, &oit)); in test_signal()
476 getitimer(ITIMER_REAL, &oit); in test_signal()
483 memset(&oit, 0xff, sizeof(oit)); in test_signal()
484 chk_error(setitimer(ITIMER_REAL, &it, &oit)); in test_signal()
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp325 auto oit = _refs.find(_root + p); in getInterfaceHolder() local
326 if (oit == _refs.end()) in getInterfaceHolder()
329 auto& obj = oit->second; in getInterfaceHolder()
/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c1140 struct dfs_cache_tgt_iterator *oit, *nit; in mark_for_reconnect_if_needed() local
1142 for (oit = dfs_cache_get_tgt_iterator(old_tl); oit; in mark_for_reconnect_if_needed()
1143 oit = dfs_cache_get_next_tgt(old_tl, oit)) { in mark_for_reconnect_if_needed()
1147 dfs_cache_get_tgt_name(oit), in mark_for_reconnect_if_needed()