Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bsm/
H A Dauditd_lib.h38 #define PREFIX_LEN (sizeof("YYYYMMDDhhmmss") - 1) macro
39 #define POSTFIX_LEN PREFIX_LEN
40 #define FILENAME_LEN (PREFIX_LEN + 1 + POSTFIX_LEN)
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c100 #define PREFIX_LEN (sizeof(prefix) / sizeof(prefix[0])) macro
1128 oid.len = PREFIX_LEN; in gen_table()
1292 oid.len = PREFIX_LEN; in gen_extract()
1677 gen_header(fp, root, PREFIX_LEN, NULL); in make_table()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c45 #define PREFIX_LEN 32 in iwl_trans_pcie_dump_regs() macro
60 alloc_size = PCI_ERR_ROOT_ERR_SRC + 4 + PREFIX_LEN; in iwl_trans_pcie_dump_regs()
61 alloc_size = max_t(u32, alloc_size, PCI_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
62 alloc_size = max_t(u32, alloc_size, PCI_MEM_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
63 alloc_size = max_t(u32, alloc_size, PCI_PARENT_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs()
68 prefix = (char *)buf + alloc_size - PREFIX_LEN; in iwl_trans_pcie_dump_regs()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp10352 static const int PREFIX_LEN = 11; in isDebuggerActive() local
10353 if( line.compare(0, PREFIX_LEN, "TracerPid:\t") == 0 ) { in isDebuggerActive()
10357 return line.length() > PREFIX_LEN && line[PREFIX_LEN] != '0'; in isDebuggerActive()