Searched refs:new_fp (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | fasttrap.c | 1610 fasttrap_provider_t *fp, *new_fp = NULL; in fasttrap_provider_lookup() local 1663 new_fp = kmem_zalloc(sizeof (fasttrap_provider_t), KM_SLEEP); in fasttrap_provider_lookup() 1664 new_fp->ftp_pid = pid; in fasttrap_provider_lookup() 1665 new_fp->ftp_proc = fasttrap_proc_lookup(pid); in fasttrap_provider_lookup() 1667 mutex_init(&new_fp->ftp_mtx, "provider mtx", MUTEX_DEFAULT, NULL); in fasttrap_provider_lookup() 1668 mutex_init(&new_fp->ftp_cmtx, "lock on creating", MUTEX_DEFAULT, NULL); in fasttrap_provider_lookup() 1671 ASSERT(new_fp->ftp_proc != NULL); in fasttrap_provider_lookup() 1684 fasttrap_provider_free(new_fp); in fasttrap_provider_lookup() 1690 (void) strcpy(new_fp->ftp_name, name); in fasttrap_provider_lookup() 1703 pattr == &pid_attr ? &pid_pops : &usdt_pops, new_fp, in fasttrap_provider_lookup() [all …]
|
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_stdio_test.c | 30 new_fp(size_t __len) in new_fp() function 1250 fp = new_fp(__len); in ATF_TC_BODY() 1271 fp = new_fp(__len); in ATF_TC_BODY() 1293 fp = new_fp(__len); in ATF_TC_BODY() 1315 fp = new_fp(__len); in ATF_TC_BODY() 1346 fp = new_fp(__len); in ATF_TC_BODY()
|
H A D | fortify_random_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_stdlib_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_strings_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_poll_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_select_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_uio_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_socket_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_unistd_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_wchar_test.c | 30 new_fp(size_t __len) in new_fp() function
|
H A D | fortify_string_test.c | 30 new_fp(size_t __len) in new_fp() function
|
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 136 static FILEDESC *new_fp(void); 530 fp = new_fp(); in add_file() 584 new_fp(void) in new_fp() function 653 scene = new_fp(); in all_forts() 654 obscene = new_fp(); in all_forts()
|