Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 861) sorted by relevance

12345678910>>...35

/freebsd/contrib/ntp/sntp/unity/
H A Dunity_internals.h579 UNITY_TEST_FAIL(line,message) global() argument
580 UNITY_TEST_IGNORE(line,message) global() argument
586 UNITY_TEST_ASSERT(condition,line,message) global() argument
587 UNITY_TEST_ASSERT_NULL(pointer,line,message) global() argument
588 UNITY_TEST_ASSERT_NOT_NULL(pointer,line,message) global() argument
590 UNITY_TEST_ASSERT_EQUAL_INT(expected,actual,line,message) global() argument
591 UNITY_TEST_ASSERT_EQUAL_INT8(expected,actual,line,message) global() argument
592 UNITY_TEST_ASSERT_EQUAL_INT16(expected,actual,line,message) global() argument
593 UNITY_TEST_ASSERT_EQUAL_INT32(expected,actual,line,message) global() argument
594 UNITY_TEST_ASSERT_EQUAL_UINT(expected,actual,line,message) global() argument
595 UNITY_TEST_ASSERT_EQUAL_UINT8(expected,actual,line,message) global() argument
596 UNITY_TEST_ASSERT_EQUAL_UINT16(expected,actual,line,message) global() argument
597 UNITY_TEST_ASSERT_EQUAL_UINT32(expected,actual,line,message) global() argument
598 UNITY_TEST_ASSERT_EQUAL_HEX8(expected,actual,line,message) global() argument
599 UNITY_TEST_ASSERT_EQUAL_HEX16(expected,actual,line,message) global() argument
600 UNITY_TEST_ASSERT_EQUAL_HEX32(expected,actual,line,message) global() argument
601 UNITY_TEST_ASSERT_BITS(mask,expected,actual,line,message) global() argument
603 UNITY_TEST_ASSERT_INT_WITHIN(delta,expected,actual,line,message) global() argument
604 UNITY_TEST_ASSERT_INT8_WITHIN(delta,expected,actual,line,message) global() argument
605 UNITY_TEST_ASSERT_INT16_WITHIN(delta,expected,actual,line,message) global() argument
606 UNITY_TEST_ASSERT_INT32_WITHIN(delta,expected,actual,line,message) global() argument
607 UNITY_TEST_ASSERT_UINT_WITHIN(delta,expected,actual,line,message) global() argument
608 UNITY_TEST_ASSERT_UINT8_WITHIN(delta,expected,actual,line,message) global() argument
609 UNITY_TEST_ASSERT_UINT16_WITHIN(delta,expected,actual,line,message) global() argument
610 UNITY_TEST_ASSERT_UINT32_WITHIN(delta,expected,actual,line,message) global() argument
611 UNITY_TEST_ASSERT_HEX8_WITHIN(delta,expected,actual,line,message) global() argument
612 UNITY_TEST_ASSERT_HEX16_WITHIN(delta,expected,actual,line,message) global() argument
613 UNITY_TEST_ASSERT_HEX32_WITHIN(delta,expected,actual,line,message) global() argument
615 UNITY_TEST_ASSERT_EQUAL_PTR(expected,actual,line,message) global() argument
616 UNITY_TEST_ASSERT_EQUAL_STRING(expected,actual,line,message) global() argument
617 UNITY_TEST_ASSERT_EQUAL_MEMORY(expected,actual,len,line,message) global() argument
619 UNITY_TEST_ASSERT_EQUAL_INT_ARRAY(expected,actual,num_elements,line,message) global() argument
620 UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY(expected,actual,num_elements,line,message) global() argument
621 UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY(expected,actual,num_elements,line,message) global() argument
622 UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY(expected,actual,num_elements,line,message) global() argument
623 UNITY_TEST_ASSERT_EQUAL_UINT_ARRAY(expected,actual,num_elements,line,message) global() argument
624 UNITY_TEST_ASSERT_EQUAL_UINT8_ARRAY(expected,actual,num_elements,line,message) global() argument
625 UNITY_TEST_ASSERT_EQUAL_UINT16_ARRAY(expected,actual,num_elements,line,message) global() argument
626 UNITY_TEST_ASSERT_EQUAL_UINT32_ARRAY(expected,actual,num_elements,line,message) global() argument
627 UNITY_TEST_ASSERT_EQUAL_HEX8_ARRAY(expected,actual,num_elements,line,message) global() argument
628 UNITY_TEST_ASSERT_EQUAL_HEX16_ARRAY(expected,actual,num_elements,line,message) global() argument
629 UNITY_TEST_ASSERT_EQUAL_HEX32_ARRAY(expected,actual,num_elements,line,message) global() argument
630 UNITY_TEST_ASSERT_EQUAL_PTR_ARRAY(expected,actual,num_elements,line,message) global() argument
631 UNITY_TEST_ASSERT_EQUAL_STRING_ARRAY(expected,actual,num_elements,line,message) global() argument
632 UNITY_TEST_ASSERT_EQUAL_MEMORY_ARRAY(expected,actual,len,num_elements,line,message) global() argument
635 UNITY_TEST_ASSERT_EQUAL_INT64(expected,actual,line,message) global() argument
636 UNITY_TEST_ASSERT_EQUAL_UINT64(expected,actual,line,message) global() argument
637 UNITY_TEST_ASSERT_EQUAL_HEX64(expected,actual,line,message) global() argument
638 UNITY_TEST_ASSERT_EQUAL_INT64_ARRAY(expected,actual,num_elements,line,message) global() argument
639 UNITY_TEST_ASSERT_EQUAL_UINT64_ARRAY(expected,actual,num_elements,line,message) global() argument
640 UNITY_TEST_ASSERT_EQUAL_HEX64_ARRAY(expected,actual,num_elements,line,message) global() argument
641 UNITY_TEST_ASSERT_INT64_WITHIN(delta,expected,actual,line,message) global() argument
642 UNITY_TEST_ASSERT_UINT64_WITHIN(delta,expected,actual,line,message) global() argument
643 UNITY_TEST_ASSERT_HEX64_WITHIN(delta,expected,actual,line,message) global() argument
645 UNITY_TEST_ASSERT_EQUAL_INT64(expected,actual,line,message) global() argument
646 UNITY_TEST_ASSERT_EQUAL_UINT64(expected,actual,line,message) global() argument
647 UNITY_TEST_ASSERT_EQUAL_HEX64(expected,actual,line,message) global() argument
648 UNITY_TEST_ASSERT_EQUAL_INT64_ARRAY(expected,actual,num_elements,line,message) global() argument
649 UNITY_TEST_ASSERT_EQUAL_UINT64_ARRAY(expected,actual,num_elements,line,message) global() argument
650 UNITY_TEST_ASSERT_EQUAL_HEX64_ARRAY(expected,actual,num_elements,line,message) global() argument
651 UNITY_TEST_ASSERT_INT64_WITHIN(delta,expected,actual,line,message) global() argument
652 UNITY_TEST_ASSERT_UINT64_WITHIN(delta,expected,actual,line,message) global() argument
653 UNITY_TEST_ASSERT_HEX64_WITHIN(delta,expected,actual,line,message) global() argument
657 UNITY_TEST_ASSERT_FLOAT_WITHIN(delta,expected,actual,line,message) global() argument
658 UNITY_TEST_ASSERT_EQUAL_FLOAT(expected,actual,line,message) global() argument
659 UNITY_TEST_ASSERT_EQUAL_FLOAT_ARRAY(expected,actual,num_elements,line,message) global() argument
660 UNITY_TEST_ASSERT_FLOAT_IS_INF(actual,line,message) global() argument
661 UNITY_TEST_ASSERT_FLOAT_IS_NEG_INF(actual,line,message) global() argument
662 UNITY_TEST_ASSERT_FLOAT_IS_NAN(actual,line,message) global() argument
663 UNITY_TEST_ASSERT_FLOAT_IS_DETERMINATE(actual,line,message) global() argument
664 UNITY_TEST_ASSERT_FLOAT_IS_NOT_INF(actual,line,message) global() argument
665 UNITY_TEST_ASSERT_FLOAT_IS_NOT_NEG_INF(actual,line,message) global() argument
666 UNITY_TEST_ASSERT_FLOAT_IS_NOT_NAN(actual,line,message) global() argument
667 UNITY_TEST_ASSERT_FLOAT_IS_NOT_DETERMINATE(actual,line,message) global() argument
669 UNITY_TEST_ASSERT_FLOAT_WITHIN(delta,expected,actual,line,message) global() argument
670 UNITY_TEST_ASSERT_EQUAL_FLOAT(expected,actual,line,message) global() argument
671 UNITY_TEST_ASSERT_EQUAL_FLOAT_ARRAY(expected,actual,num_elements,line,message) global() argument
672 UNITY_TEST_ASSERT_FLOAT_IS_INF(actual,line,message) global() argument
673 UNITY_TEST_ASSERT_FLOAT_IS_NEG_INF(actual,line,message) global() argument
674 UNITY_TEST_ASSERT_FLOAT_IS_NAN(actual,line,message) global() argument
675 UNITY_TEST_ASSERT_FLOAT_IS_DETERMINATE(actual,line,message) global() argument
676 UNITY_TEST_ASSERT_FLOAT_IS_NOT_INF(actual,line,message) global() argument
677 UNITY_TEST_ASSERT_FLOAT_IS_NOT_NEG_INF(actual,line,message) global() argument
678 UNITY_TEST_ASSERT_FLOAT_IS_NOT_NAN(actual,line,message) global() argument
679 UNITY_TEST_ASSERT_FLOAT_IS_NOT_DETERMINATE(actual,line,message) global() argument
683 UNITY_TEST_ASSERT_DOUBLE_WITHIN(delta,expected,actual,line,message) global() argument
684 UNITY_TEST_ASSERT_EQUAL_DOUBLE(expected,actual,line,message) global() argument
685 UNITY_TEST_ASSERT_EQUAL_DOUBLE_ARRAY(expected,actual,num_elements,line,message) global() argument
686 UNITY_TEST_ASSERT_DOUBLE_IS_INF(actual,line,message) global() argument
687 UNITY_TEST_ASSERT_DOUBLE_IS_NEG_INF(actual,line,message) global() argument
688 UNITY_TEST_ASSERT_DOUBLE_IS_NAN(actual,line,message) global() argument
689 UNITY_TEST_ASSERT_DOUBLE_IS_DETERMINATE(actual,line,message) global() argument
690 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_INF(actual,line,message) global() argument
691 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NEG_INF(actual,line,message) global() argument
692 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NAN(actual,line,message) global() argument
693 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(actual,line,message) global() argument
695 UNITY_TEST_ASSERT_DOUBLE_WITHIN(delta,expected,actual,line,message) global() argument
696 UNITY_TEST_ASSERT_EQUAL_DOUBLE(expected,actual,line,message) global() argument
697 UNITY_TEST_ASSERT_EQUAL_DOUBLE_ARRAY(expected,actual,num_elements,line,message) global() argument
698 UNITY_TEST_ASSERT_DOUBLE_IS_INF(actual,line,message) global() argument
699 UNITY_TEST_ASSERT_DOUBLE_IS_NEG_INF(actual,line,message) global() argument
700 UNITY_TEST_ASSERT_DOUBLE_IS_NAN(actual,line,message) global() argument
701 UNITY_TEST_ASSERT_DOUBLE_IS_DETERMINATE(actual,line,message) global() argument
702 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_INF(actual,line,message) global() argument
703 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NEG_INF(actual,line,message) global() argument
704 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_NAN(actual,line,message) global() argument
705 UNITY_TEST_ASSERT_DOUBLE_IS_NOT_DETERMINATE(actual,line,message) global() argument
[all...]
/freebsd/crypto/openssl/test/testutil/
H A Dtests.c27 int line, const char *type, in test_fail_message_prefix()
76 int line, const char *type, in test_fail_message_va()
89 int line, const char *type, in test_fail_message()
109 void test_info(const char *file, int line, const char *desc, ...) in test_info()
128 void test_error(const char *file, int line, const char *desc, ...) in test_error()
161 int test_skip(const char *file, int line, const char *desc, ...) in test_skip()
244 int test_ptr_null(const char *file, int line, const char *s, const void *p) in test_ptr_null()
252 int test_ptr(const char *file, int line, const char *s, const void *p) in test_ptr()
260 int test_true(const char *file, int line, const char *s, int b) in test_true()
268 int test_false(const char *file, int line, const char *s, int b) in test_false()
[all …]
/freebsd/contrib/kyua/utils/logging/
H A Doperations_test.cpp111 std::string line; in ATF_TEST_CASE_BODY() local
142 std::string line; in ATF_TEST_CASE_BODY() local
162 std::string line; in ATF_TEST_CASE_BODY() local
216 std::string line; in ATF_TEST_CASE_BODY() local
254 std::string line; in ATF_TEST_CASE_BODY() local
274 std::string line; in ATF_TEST_CASE_BODY() local
306 std::string line; in ATF_TEST_CASE_BODY() local
H A Dmacros_test.cpp55 std::string line; in ATF_TEST_CASE_BODY() local
71 std::string line; in ATF_TEST_CASE_BODY() local
87 std::string line; in ATF_TEST_CASE_BODY() local
103 std::string line; in ATF_TEST_CASE_BODY() local
/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c46 int line; member
75 mandoc_dbg_asprintf(const char *file, int line, in mandoc_dbg_asprintf()
95 mandoc_dbg_calloc(size_t num, size_t size, const char *file, int line) in mandoc_dbg_calloc()
103 mandoc_dbg_malloc(size_t size, const char *file, int line) in mandoc_dbg_malloc()
111 mandoc_dbg_realloc(void *ptr, size_t size, const char *file, int line) in mandoc_dbg_realloc()
121 const char *file, int line) in mandoc_dbg_reallocarray()
131 const char *file, int line) in mandoc_dbg_recallocarray()
140 mandoc_dbg_strdup(const char *ptr, const char *file, int line) in mandoc_dbg_strdup()
148 mandoc_dbg_strndup(const char *ptr, size_t sz, const char *file, int line) in mandoc_dbg_strndup()
156 mandoc_dbg_free(void *ptr, const char *file, int line) in mandoc_dbg_free()
[all …]
/freebsd/sys/sys/
H A Dsx.h158 int line) in __sx_xlock() argument
173 __sx_xunlock(struct sx * sx,struct thread * td,const char * file,int line) __sx_xunlock() argument
190 sx_xlock_(sx,file,line) global() argument
192 sx_xlock_sig_(sx,file,line) global() argument
194 sx_xunlock_(sx,file,line) global() argument
197 sx_xlock_(sx,file,line) global() argument
199 sx_xlock_sig_(sx,file,line) global() argument
201 sx_xunlock_(sx,file,line) global() argument
205 sx_slock_(sx,file,line) global() argument
207 sx_slock_sig_(sx,file,line) global() argument
209 sx_sunlock_(sx,file,line) global() argument
216 sx_slock_(sx,file,line) global() argument
218 sx_slock_sig_(sx,file,line) global() argument
220 sx_sunlock_(sx,file,line) global() argument
228 sx_assert_(sx,what,file,line) global() argument
231 sx_assert_(sx,what,file,line) global() argument
254 sx_unlock_(sx,file,line) global() argument
[all...]
H A Dmutex.h238 #define __mtx_lock(mp, tid, opts, file, line) __extension__ ({ \ argument
255 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
265 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
281 #define __mtx_lock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
293 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ argument
310 #define __mtx_unlock(mp, tid, opts, file, line) __extension__ ({ \ argument
417 #define mtx_lock_flags_(m, opts, file, line) \ argument
419 #define mtx_unlock_flags_(m, opts, file, line) \ argument
421 #define mtx_lock_spin_flags_(m, opts, file, line) \ argument
423 #define mtx_trylock_spin_flags_(m, opts, file, line) \ argument
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/
H A Derror.c61 isc_error_unexpected(const char *file, int line, const char *format, ...) { in isc_error_unexpected()
70 isc_error_fatal(const char *file, int line, const char *format, ...) { in isc_error_fatal()
80 isc_error_runtimecheck(const char *file, int line, const char *expression) { in isc_error_runtimecheck()
87 default_unexpected_callback(const char *file, int line, const char *format, in default_unexpected_callback()
97 default_fatal_callback(const char *file, int line, const char *format, in default_fatal_callback()
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c216 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
320 void skipping_setup(const char *filename, int line) in skipping_setup()
328 assertion_count(const char *file, int line) in assertion_count()
346 static struct line { struct
354 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
448 assertion_assert(const char *file, int line, int value, in assertion_assert()
461 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir()
474 assertion_equal_int(const char *file, int line, in assertion_equal_int()
636 assertion_equal_string(const char *file, int line, in assertion_equal_string()
698 assertion_equal_wstring(const char *file, int line, in assertion_equal_wstring()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDebugMacros.cpp15 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
29 DebugMacroEntry DebugMacroEntry::CreateDefineEntry(uint32_t line, in CreateDefineEntry()
34 DebugMacroEntry DebugMacroEntry::CreateUndefEntry(uint32_t line, in CreateUndefEntry()
40 DebugMacroEntry::CreateStartFileEntry(uint32_t line, in CreateStartFileEntry()
/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c294 ssl_err_check(const char *file, int line) in ssl_err_check()
341 test_header(const char *file, int line, const char *a1, const char *a2, in test_header()
354 assert_bignum(const char *file, int line, const char *a1, const char *a2, in assert_bignum()
368 assert_string(const char *file, int line, const char *a1, const char *a2, in assert_string()
403 assert_mem(const char *file, int line, const char *a1, const char *a2, in assert_mem()
443 assert_mem_filled(const char *file, int line, const char *a1, in assert_mem_filled()
470 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int()
481 assert_size_t(const char *file, int line, const char *a1, const char *a2, in assert_size_t()
492 assert_u_int(const char *file, int line, const char *a1, const char *a2, in assert_u_int()
503 assert_long(const char *file, int line, const char *a1, const char *a2, in assert_long()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dmutex_emul.c19 eMmutex_enter(eMmutex_t *mtx, char *file, int line) in eMmutex_enter()
41 eMmutex_exit(eMmutex_t *mtx, char *file, int line) in eMmutex_exit()
63 eMmutex_init(eMmutex_t *mtx, char *who, char *file, int line) in eMmutex_init()
87 eMmutex_destroy(eMmutex_t *mtx, char *file, int line) in eMmutex_destroy()
H A Drwlock_emul.c14 void eMrwlock_read_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_read_enter()
33 void eMrwlock_write_enter(eMrwlock_t *rw, char *file, int line) in eMrwlock_write_enter()
52 void eMrwlock_try_upgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_try_upgrade()
70 void eMrwlock_downgrade(eMrwlock_t *rw, char *file, int line) in eMrwlock_downgrade()
/freebsd/crypto/openssl/crypto/
H A Dmem.c177 void *CRYPTO_malloc(size_t num, const char *file, int line) in CRYPTO_malloc()
199 void *CRYPTO_zalloc(size_t num, const char *file, int line) in CRYPTO_zalloc()
210 void *CRYPTO_realloc(void *str, size_t num, const char *file, int line) in CRYPTO_realloc()
229 const char *file, int line) in CRYPTO_clear_realloc()
255 void CRYPTO_free(void *str, const char *file, int line) in CRYPTO_free()
266 void CRYPTO_clear_free(void *str, size_t num, const char *file, int line) in CRYPTO_clear_free()
290 int CRYPTO_mem_debug_push(const char *info, const char *file, int line) in CRYPTO_mem_debug_push()
302 const char *file, int line) in CRYPTO_mem_debug_malloc()
308 const char *file, int line) in CRYPTO_mem_debug_realloc()
314 const char *file, int line) in CRYPTO_mem_debug_free()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_util.c26 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
38 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
52 void __compilerrt_abort_impl(const char *file, int line, const char *function) { in __compilerrt_abort_impl()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c35 int line = 0, vlan_id; in hostapd_config_read_vlan_file() local
126 int line = 0; in hostapd_config_read_maclist() local
198 char **pos, int line, in hostapd_config_eap_user_salted()
256 int line = 0, ret = 0, num_methods; in hostapd_config_read_eap_user() local
636 static int hostapd_config_parse_key_mgmt(int line, const char *value) in hostapd_config_parse_key_mgmt()
747 static int hostapd_config_parse_cipher(int line, const char *value) in hostapd_config_parse_cipher()
1030 int line = 0, errors = 0; in hostapd_config_read_rxkh_file() local
1289 int line) in parse_roaming_consortium()
1369 int line) in parse_venue_name()
1381 int line) in parse_venue_url()
[all …]
/freebsd/lib/libulog/
H A Dulog_login.c39 ulog_fill(struct utmpx *utx, const char *line) in ulog_fill() argument
63 ulog_login(const char *line, const char *user, const char *host) in ulog_login() argument
76 ulog_logout(const char *line) in ulog_logout() argument
/freebsd/sys/kern/
H A Dkern_sema.c75 _sema_post(struct sema *sema, const char *file, int line) in _sema_post()
90 _sema_wait(struct sema *sema, const char *file, int line) in _sema_wait()
108 _sema_timedwait(struct sema *sema, int timo, const char *file, int line) in _sema_timedwait()
142 _sema_trywait(struct sema *sema, const char *file, int line) in _sema_trywait()
H A Dkern_mutex.c278 __mtx_lock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_lock_flags()
312 __mtx_unlock_flags(volatile uintptr_t *c, int opts, const char *file, int line) in __mtx_unlock_flags()
338 int line) in __mtx_lock_spin_flags()
379 int line) in __mtx_trylock_spin_flags()
407 int line) in __mtx_unlock_spin_flags()
493 _mtx_trylock_flags_(volatile uintptr_t *c, int opts, const char *file, int line) in _mtx_trylock_flags_()
510 int line) in __mtx_lock_sleep()
724 const char *file, int line) in _mtx_lock_spin_cookie()
825 thread_lock_validate(struct mtx *m, int opts, const char *file, int line) in thread_lock_validate()
840 #define thread_lock_validate(m, opts, file, line) do { } while (0) argument
[all …]
H A Dkern_lock.c75 #define _lockmgr_assert(lk, what, file, line) argument
217 WITNESS_UNLOCK(&lk->lock_object, 0, file, line); in lockmgr_note_shared_release() argument
204 lockmgr_note_shared_acquire(struct lock * lk,int contested,uint64_t waittime,const char * file,int line,int flags) lockmgr_note_shared_acquire() argument
228 lockmgr_note_exclusive_acquire(struct lock * lk,int contested,uint64_t waittime,const char * file,int line,int flags) lockmgr_note_exclusive_acquire() argument
241 lockmgr_note_exclusive_release(struct lock * lk,const char * file,int line) lockmgr_note_exclusive_release() argument
314 wakeupshlk(struct lock * lk,const char * file,int line) wakeupshlk() argument
585 lockmgr_slock_hard(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_slock_hard() argument
770 lockmgr_xlock_hard(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_xlock_hard() argument
977 lockmgr_upgrade(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line,struct lockmgr_wait * lwa) lockmgr_upgrade() argument
1037 lockmgr_lock_flags(struct lock * lk,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_lock_flags() argument
1102 lockmgr_sunlock_hard(struct lock * lk,uintptr_t x,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_sunlock_hard() argument
1119 lockmgr_xunlock_hard(struct lock * lk,uintptr_t x,u_int flags,struct lock_object * ilk,const char * file,int line) lockmgr_xunlock_hard() argument
1230 lockmgr_slock(struct lock * lk,u_int flags,const char * file,int line) lockmgr_slock() argument
1251 lockmgr_xlock(struct lock * lk,u_int flags,const char * file,int line) lockmgr_xlock() argument
1276 int line; lockmgr_unlock() local
1304 __lockmgr_args(struct lock * lk,u_int flags,struct lock_object * ilk,const char * wmesg,int pri,int timo,const char * file,int line) __lockmgr_args() argument
1614 _lockmgr_disown(struct lock * lk,const char * file,int line) _lockmgr_disown() argument
1723 _lockmgr_assert(const struct lock * lk,int what,const char * file,int line) _lockmgr_assert() argument
[all...]
/freebsd/tests/sys/netgraph/
H A Dutil.c72 char const *file, size_t line) in _ng_connect()
88 char const *file, size_t line) in _ng_mkpeer()
103 char const *file, size_t line) in _ng_rmhook()
116 char const *file, size_t line) in _ng_name()
129 char const *file, size_t line) in _ng_shutdown()
150 char const *file, size_t line) in _ng_send_data()
232 char const *file, size_t line) in _ng_send_msg()
250 _ng_init(char const *file, size_t line) in _ng_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig.c66 int line, const char *value) in wpa_config_parse_str()
202 int line, const char *value, in wpa_config_parse_int_impl()
242 int line, const char *value) in wpa_config_parse_int()
250 int line, const char *value) in wpa_config_parse_int_range()
280 int line, const char *value, in wpa_config_parse_addr_list()
373 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid()
418 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_hint()
462 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_ignore()
474 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_blacklist()
508 struct wpa_ssid *ssid, int line, in wpa_config_parse_bssid_accept()
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c351 unsigned int line, uintptr_t pReserved) in invalid_parameter_handler()
455 void skipping_setup(const char *filename, int line) in skipping_setup()
463 assertion_count(const char *file, int line) in assertion_count()
481 static struct line { struct
489 failure_start(const char *filename, int line, const char *fmt, ...) in failure_start()
583 assertion_assert(const char *file, int line, int value, in assertion_assert()
596 assertion_chdir(const char *file, int line, const char *pathname) in assertion_chdir()
609 assertion_chmod(const char *file, int line, const char *pathname, int mode) in assertion_chmod()
622 assertion_equal_int(const char *file, int line, in assertion_equal_int()
637 assertion_equal_address(const char *file, int line, in assertion_equal_address()
[all …]
/freebsd/contrib/atf/atf-c/detail/
H A Dsanity.c59 atf_sanity_inv(const char *file, int line, const char *cond) in atf_sanity_inv()
65 atf_sanity_pre(const char *file, int line, const char *cond) in atf_sanity_pre()
71 atf_sanity_post(const char *file, int line, const char *cond) in atf_sanity_post()
/freebsd/lib/libc/tests/stdio/
H A Dgetdelim_test.c81 char *line; in ATF_TC_BODY() local
119 char *line; in ATF_TC_BODY() local
138 char *line; in ATF_TC_BODY() local
155 char *line; in ATF_TC_BODY() local
180 char *line; in ATF_TC_BODY() local
208 char *line; in ATF_TC_BODY() local
283 char *line; in _nonblock_eagain() local

12345678910>>...35