Home
last modified time | relevance | path

Searched refs:new_fp (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c1610 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 Dfortify_stdio_test.c30 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 Dfortify_random_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_stdlib_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_strings_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_poll_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_select_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_uio_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_socket_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_unistd_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_wchar_test.c30 new_fp(size_t __len) in new_fp() function
H A Dfortify_string_test.c30 new_fp(size_t __len) in new_fp() function
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c136 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()