Searched refs:PREFIX_LEN (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | utils.c | 17 #define PREFIX_LEN 32 in iwl_trans_pcie_dump_regs() macro 32 alloc_size = PCI_ERR_ROOT_ERR_SRC + 4 + PREFIX_LEN; in iwl_trans_pcie_dump_regs() 33 alloc_size = max_t(u32, alloc_size, PCI_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs() 34 alloc_size = max_t(u32, alloc_size, PCI_MEM_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs() 35 alloc_size = max_t(u32, alloc_size, PCI_PARENT_DUMP_SIZE + PREFIX_LEN); in iwl_trans_pcie_dump_regs() 40 prefix = (char *)buf + alloc_size - PREFIX_LEN; in iwl_trans_pcie_dump_regs()
|
| /freebsd/contrib/openbsm/bsm/ |
| H A D | auditd_lib.h | 38 #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 D | gensnmptree.c | 100 #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/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 10352 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()
|