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

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

Completed in 83 milliseconds