Searched refs:set_id (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libc/nls/ |
H A D | msgcat.c | 275 catgets(nl_catd catd, int set_id, int msg_id, const char *s) in catgets() argument 297 r = set_id - ntohl((u_int32_t)set_hdr[i].__setno); in catgets()
|
/freebsd/sys/net/ |
H A D | pflow.h | 106 u_int16_t set_id; member
|
/freebsd/sys/netpfil/pf/ |
H A D | pflow.c | 265 pflowif->sc_tmpl_ipfix.set_header.set_id = in pflow_create() 571 pflow_get_mbuf(struct pflow_softc *sc, u_int16_t set_id) in pflow_get_mbuf() argument 614 set_hdr.set_id = htons(set_id); in pflow_get_mbuf()
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 2609 xcatgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument 2614 while ((res = catgets(ctd, set_id, msg_id, s)) == s && errno == EINTR) { 2624 iconv_catgets(nl_catd ctd, int set_id, int msg_id, const char *s) argument 2633 orig = xcatgets(ctd, set_id, msg_id, s);
|
/freebsd/contrib/nvi/catalog/ |
H A D | README | 74 will be inserted before the base text to setup the set_id and the quote
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 4601 uint32_t set_id = UINT32_MAX; in ParseRegisters() local 4602 llvm::to_integer(value, set_id); in ParseRegisters() 4604 target_info.reg_set_map.find(set_id); in ParseRegisters() 4742 uint32_t set_id = UINT32_MAX; in GetGDBServerRegisterInfoXMLAndProcess() local 4746 [&set_id, &set_info](const llvm::StringRef &name, in GetGDBServerRegisterInfoXMLAndProcess() 4750 llvm::to_integer(value, set_id); in GetGDBServerRegisterInfoXMLAndProcess() 4756 if (set_id != UINT32_MAX) in GetGDBServerRegisterInfoXMLAndProcess() 4757 target_info.reg_set_map[set_id] = set_info; in GetGDBServerRegisterInfoXMLAndProcess()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.c | 358 #define IOR_SET_OFFSET(set_id) ((set_id) * 256) argument 3658 u8 storm_id, set_id; in ecore_grc_dump_iors() local 3666 for (set_id = 0; set_id < NUM_IOR_SETS; set_id++) { in ecore_grc_dump_iors() 3667 …= BYTES_TO_DWORDS(storm->sem_fast_mem_addr + SEM_FAST_REG_STORM_REG_FILE) + IOR_SET_OFFSET(set_id); in ecore_grc_dump_iors() 3668 buf[OSAL_STRLEN(buf) - 1] = '0' + set_id; in ecore_grc_dump_iors()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.h | 382 uint8_t set_id[8]; member
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_main.c | 3293 u16 set_id; in mlx5e_open_locked() local 3312 MLX5_INTERFACE_PROTOCOL_ETH, &set_id); in mlx5e_open_locked() 3319 priv->counter_set_id = set_id; in mlx5e_open_locked()
|
/freebsd/crypto/openssh/ |
H A D | session.c | 1432 if (!in_chroot && set_id(pw->pw_name) != 0) in do_setusercontext()
|
H A D | configure.ac | 3507 AC_CHECK_FUNCS([set_id], [SSHDLIBS="$SSHDLIBS -liaf" 3509 [Define if system has libiaf that supports set_id])
|