/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | remove.c | 24 #define remove ______remove macro 28 #undef remove 35 NoN(remove) 44 remove(const char* path)
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | gen_expects_err_ptr.sh | 17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_frees_list.sh | 16 remove=$(echo ${bin_dir}/../smatch_data/kernel.frees_argument.remove) 22 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.frees_argument
|
H A D | gen_puts_list.sh | 16 remove=$(echo ${bin_dir}/../smatch_data/kernel.puts_argument.remove) 22 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.puts_argument
|
H A D | gen_bit_shifters.sh | 12 remove=$(echo ${bin_dir}/../smatch_data/${project}.bit_shifters.remove) 20 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> ${project}.bit_shifters
|
H A D | gen_err_ptr_list.sh | 16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_err_ptr.remove) 24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
|
H A D | gen_returns_held.sh | 16 remove=$(echo ${bin_dir}/../smatch_data/kernel.returns_held.remove) 24 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
|
H A D | add_gfp_to_allocations.sh | 10 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs_gfp.remove) 20 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> kernel.allocation_funcs_gfp
|
H A D | gen_allocation_list.sh | 16 remove=$(echo ${bin_dir}/../smatch_data/kernel.allocation_funcs.remove) 28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u \
|
H A D | gen_unwind_functions.sh | 17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 26 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_dma_funcs.sh | 17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_gfp_flags.sh | 17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 28 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_no_return_funcs.sh | 14 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 27 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_rosenberg_funcs.sh | 17 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 32 cat $tmp $remove $remove 2> /dev/null | sort | uniq -u >> $outfile
|
H A D | gen_sizeof_param.sh | 13 remove=$(echo ${bin_dir}/../smatch_data/${outfile}.remove) 25 grep -f $remove $tmp >> $tmp2 2> /dev/null
|
/illumos-gate/usr/src/lib/libmail/common/ |
H A D | maillock.c | 75 (void) remove(locktmp); in maillock() 104 (void) remove(curlock); in maillock() 115 (void) remove(curlock); in mailunlock() 146 (void) remove(tempfile); in lock1() 149 (void) remove(tempfile); in lock1()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 487 rangelock_exit_reader(rangelock_t *rl, locked_range_t *remove) in rangelock_exit_reader() argument 499 if (remove->lr_count == 1) { in rangelock_exit_reader() 500 avl_remove(tree, remove); in rangelock_exit_reader() 501 if (remove->lr_write_wanted) { in rangelock_exit_reader() 502 cv_broadcast(&remove->lr_write_cv); in rangelock_exit_reader() 503 cv_destroy(&remove->lr_write_cv); in rangelock_exit_reader() 505 if (remove->lr_read_wanted) { in rangelock_exit_reader() 506 cv_broadcast(&remove->lr_read_cv); in rangelock_exit_reader() 507 cv_destroy(&remove->lr_read_cv); in rangelock_exit_reader() 510 ASSERT0(remove->lr_count); in rangelock_exit_reader() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | import_cachefile_device_removed.ksh | 55 log_must zpool remove $TESTPOOL1 $removevdev 84 log_must zpool remove $TESTPOOL1 $VDEV4 87 log_must zpool remove $TESTPOOL1 $VDEV3 116 log_must zpool remove $TESTPOOL1 $VDEV1 118 log_must zpool remove $TESTPOOL1 $VDEV3
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | remove_mixed_up_pointer_params.pl | 18 my ($select, $select_type, $remove, $file, $caller, $function, $param, $src_param, $value, $type); 20 $remove = $db->prepare_cached('DELETE FROM caller_info WHERE file = ? AND caller = ? AND function =… 46 $remove->execute($file, $caller, $function, $param);
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/removal/ |
H A D | remove_raidz.ksh | 42 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk1 45 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk2 48 log_mustnot zpool remove $TESTPOOL raidz1-1
|
H A D | remove_mirror.ksh | 41 log_must zpool remove $TESTPOOL $TMPDIR/dsk1 45 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk2 51 log_must zpool remove $TESTPOOL mirror-1
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | mmap | 17 #define Failed(file) (remove(file),1) 114 remove(file); 147 remove(file); 154 remove(file); 160 remove(file); 165 remove(file); 170 remove(file); 175 remove(file); 179 remove(file); 238 #define Failed(file) (remove(file),1) [all …]
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgops.c | 422 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 488 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgRemovePackageFromGzonlyList() 490 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 496 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 505 (void) remove(destPath); in pkgRemovePackageFromGzonlyList() 509 if (remove(savePath) != 0) { in pkgRemovePackageFromGzonlyList() 615 (void) remove(destPath); in pkgAddPackageToGzonlyList() 681 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgAddPackageToGzonlyList() 683 (void) remove(destPath); in pkgAddPackageToGzonlyList() 689 (void) remove(destPath); in pkgAddPackageToGzonlyList() [all …]
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_quota.c | 230 boolean_t remove; in smb_quota_fini() local 251 remove = (qtree->qt_refcnt == 1); in smb_quota_fini() 252 if (remove) { in smb_quota_fini() 258 if (remove) in smb_quota_fini() 1147 (void) remove(dir); in smb_quota_add_ctrldir() 1154 (void) remove(dir); in smb_quota_add_ctrldir() 1163 (void) remove(dir); in smb_quota_add_ctrldir() 1184 (void) remove(dir); in smb_quota_add_ctrldir() 1196 (void) remove(dir); in smb_quota_add_ctrldir() 1207 (void) remove(dir); in smb_quota_add_ctrldir() [all …]
|
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv1.c | 46 char *remove = NULL; in main() local 86 remove = argv[2]; in main() 128 if (remove != NULL) in main() 129 unlink(remove); in main()
|