/src/tests/rump/rumpkern/ |
t_sp.sh | 61 test_case fork_simple fork simple 62 test_case fork_pipecomm fork pipecomm 63 test_case fork_fakeauth fork fakeauth 110 fork() function
|
t_sp.sh | 61 test_case fork_simple fork simple 62 test_case fork_pipecomm fork pipecomm 63 test_case fork_fakeauth fork fakeauth 110 fork() function
|
t_sp.sh | 61 test_case fork_simple fork simple 62 test_case fork_pipecomm fork pipecomm 63 test_case fork_fakeauth fork fakeauth 110 fork() function
|
t_sp.sh | 61 test_case fork_simple fork simple 62 test_case fork_pipecomm fork pipecomm 63 test_case fork_fakeauth fork fakeauth 110 fork() function
|
/src/lib/libc/gen/ |
pthread_atfork.c | 53 __weak_alias(fork, _fork) 100 * write-locked by pthread_atfork() and read-locked by fork(), but 102 * across the fork, forking is going to be serialized anyway. 245 fork(void) function in typeref:typename:pid_t 260 * the fork call succeeded or failed. 275 * between the initial lock and the fork() syscall, 279 * moment of fork(). Since the other threads do not 292 * to acquire locks across the fork call to ensure
|
pthread_atfork.c | 53 __weak_alias(fork, _fork) 100 * write-locked by pthread_atfork() and read-locked by fork(), but 102 * across the fork, forking is going to be serialized anyway. 245 fork(void) function in typeref:typename:pid_t 260 * the fork call succeeded or failed. 275 * between the initial lock and the fork() syscall, 279 * moment of fork(). Since the other threads do not 292 * to acquire locks across the fork call to ensure
|
pthread_atfork.c | 53 __weak_alias(fork, _fork) 100 * write-locked by pthread_atfork() and read-locked by fork(), but 102 * across the fork, forking is going to be serialized anyway. 245 fork(void) function in typeref:typename:pid_t 260 * the fork call succeeded or failed. 275 * between the initial lock and the fork() syscall, 279 * moment of fork(). Since the other threads do not 292 * to acquire locks across the fork call to ensure
|
pthread_atfork.c | 53 __weak_alias(fork, _fork) 100 * write-locked by pthread_atfork() and read-locked by fork(), but 102 * across the fork, forking is going to be serialized anyway. 245 fork(void) function in typeref:typename:pid_t 260 * the fork call succeeded or failed. 275 * between the initial lock and the fork() syscall, 279 * moment of fork(). Since the other threads do not 292 * to acquire locks across the fork call to ensure
|
/src/sys/fs/hfs/ |
hfs_vnops.c | 587 hfs_fork_t *fork; local in function:hfs_vop_getattr 605 fork = &f->rsrc_fork; 607 fork = &f->data_fork; 610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp); 611 vap->va_size = fork->logical_size;
|
hfs_vnops.c | 587 hfs_fork_t *fork; local in function:hfs_vop_getattr 605 fork = &f->rsrc_fork; 607 fork = &f->data_fork; 610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp); 611 vap->va_size = fork->logical_size;
|
hfs_vnops.c | 587 hfs_fork_t *fork; local in function:hfs_vop_getattr 605 fork = &f->rsrc_fork; 607 fork = &f->data_fork; 610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp); 611 vap->va_size = fork->logical_size;
|
hfs_vnops.c | 587 hfs_fork_t *fork; local in function:hfs_vop_getattr 605 fork = &f->rsrc_fork; 607 fork = &f->data_fork; 610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp); 611 vap->va_size = fork->logical_size;
|
libhfs.c | 586 HFS_LIBERR("could not locate fork extents"); 719 HFS_LIBERR("could not locate fork extents"); 790 hfs_fork_t fork = {.logical_size = 0}; local in function:hfslib_get_file_extents 807 fork = in_vol->vh.catalog_file; 811 fork = in_vol->vh.extents_file; 815 fork = in_vol->vh.allocation_file; 819 fork = in_vol->vh.attributes_file; 823 fork = in_vol->vh.startup_file; 844 fork = file.data_fork; 846 fork = file.rsrc_fork [all...] |
libhfs.c | 586 HFS_LIBERR("could not locate fork extents"); 719 HFS_LIBERR("could not locate fork extents"); 790 hfs_fork_t fork = {.logical_size = 0}; local in function:hfslib_get_file_extents 807 fork = in_vol->vh.catalog_file; 811 fork = in_vol->vh.extents_file; 815 fork = in_vol->vh.allocation_file; 819 fork = in_vol->vh.attributes_file; 823 fork = in_vol->vh.startup_file; 844 fork = file.data_fork; 846 fork = file.rsrc_fork [all...] |
libhfs.c | 586 HFS_LIBERR("could not locate fork extents"); 719 HFS_LIBERR("could not locate fork extents"); 790 hfs_fork_t fork = {.logical_size = 0}; local in function:hfslib_get_file_extents 807 fork = in_vol->vh.catalog_file; 811 fork = in_vol->vh.extents_file; 815 fork = in_vol->vh.allocation_file; 819 fork = in_vol->vh.attributes_file; 823 fork = in_vol->vh.startup_file; 844 fork = file.data_fork; 846 fork = file.rsrc_fork [all...] |
libhfs.c | 586 HFS_LIBERR("could not locate fork extents"); 719 HFS_LIBERR("could not locate fork extents"); 790 hfs_fork_t fork = {.logical_size = 0}; local in function:hfslib_get_file_extents 807 fork = in_vol->vh.catalog_file; 811 fork = in_vol->vh.extents_file; 815 fork = in_vol->vh.allocation_file; 819 fork = in_vol->vh.attributes_file; 823 fork = in_vol->vh.startup_file; 844 fork = file.data_fork; 846 fork = file.rsrc_fork [all...] |
/src/lib/librumphijack/ |
hijack.c | 959 host_fork = dlsym(RTLD_NEXT, "fork"); 1908 fork(void) function in typeref:typename:pid_t 1912 DPRINTF(("fork\n")); 1916 DPRINTF(("fork returns %d\n", rv)); 1922 __strong_alias_macro(VFORK,fork)
|
hijack.c | 959 host_fork = dlsym(RTLD_NEXT, "fork"); 1908 fork(void) function in typeref:typename:pid_t 1912 DPRINTF(("fork\n")); 1916 DPRINTF(("fork returns %d\n", rv)); 1922 __strong_alias_macro(VFORK,fork)
|
hijack.c | 959 host_fork = dlsym(RTLD_NEXT, "fork"); 1908 fork(void) function in typeref:typename:pid_t 1912 DPRINTF(("fork\n")); 1916 DPRINTF(("fork returns %d\n", rv)); 1922 __strong_alias_macro(VFORK,fork)
|
hijack.c | 959 host_fork = dlsym(RTLD_NEXT, "fork"); 1908 fork(void) function in typeref:typename:pid_t 1912 DPRINTF(("fork\n")); 1916 DPRINTF(("fork returns %d\n", rv)); 1922 __strong_alias_macro(VFORK,fork)
|
/src/lib/libc/include/ |
namespace.h | 50 #define fork _fork macro
|
namespace.h | 50 #define fork _fork macro
|
namespace.h | 50 #define fork _fork macro
|
namespace.h | 50 #define fork _fork macro
|