Home
last modified time | relevance | path

Searched refs:set_id (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libc/nls/
Dcatgets.c39 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument
60 r = set_id - ntohl(set_hdr[i].__setno); in catgets()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/
DSubtest.pm27 *set_id = \&Test2::Hub::set_hid;
/openbsd/src/sys/net/
Dif_pflow.h77 u_int16_t set_id; member
Dif_pflow.c173 pflowif->sc_tmpl_ipfix.set_header.set_id = in pflow_clone_create()
667 pflow_get_mbuf(struct pflow_softc *sc, u_int16_t set_id) in pflow_get_mbuf() argument
712 set_hdr.set_id = htons(set_id); in pflow_get_mbuf()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp4093 uint32_t set_id = UINT32_MAX; in ParseRegisters() local
4094 llvm::to_integer(value, set_id); in ParseRegisters()
4096 target_info.reg_set_map.find(set_id); in ParseRegisters()
4212 uint32_t set_id = UINT32_MAX; in GetGDBServerRegisterInfoXMLAndProcess() local
4216 [&set_id, &set_info](const llvm::StringRef &name, in GetGDBServerRegisterInfoXMLAndProcess()
4220 llvm::to_integer(value, set_id); in GetGDBServerRegisterInfoXMLAndProcess()
4226 if (set_id != UINT32_MAX) in GetGDBServerRegisterInfoXMLAndProcess()
4227 target_info.reg_set_map[set_id] = set_info; in GetGDBServerRegisterInfoXMLAndProcess()