Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c222 int exists; member
264 int exists; member
274 int exists; member
1711 if (!memnode_info[i].exists) in lgrp_plat_latency_adjust()
1715 if (!memnode_info[j].exists) in lgrp_plat_latency_adjust()
1861 if (!memnode_info[i].exists) in lgrp_plat_latency_adjust()
1955 if (!memnode_info[i].exists) in lgrp_plat_latency_verify()
1975 if (!memnode_info[i].exists) in lgrp_plat_latency_verify()
2324 if (!memnode_info[i].exists) in lgrp_plat_node_sort()
2616 cpu_node[i].exists = 1; in lgrp_plat_process_cpu_apicids()
[all …]
H A Dmemnode.c89 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) { in mem_node_add_slice()
135 ASSERT(mem_node_config[mnode].exists == 1); in mem_node_del_slice()
167 mem_node_config[mnode].exists = 0; in mem_node_del_slice()
233 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, in mem_node_alloc()
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c128 int exists = 0; in main() local
134 exists = errno == EEXIST; in main()
135 if (!exists) { in main()
151 if (!exists) in main()
157 if (!exists) in main()
163 if (!exists) in main()
/illumos-gate/usr/src/cmd/cron/
H A Dpermit.c41 #define exists(file) (stat(file, &globstat) == 0) macro
73 if (exists(allow)) { in allowed()
79 } else if (exists(deny)) { in allowed()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.exists.zcp16 -- ensure zfs.exists works as expected.
23 assert(zfs.exists(argv[i]))
26 assert(not zfs.exists(pool .. '/notadataset'))
H A Dtst.exists.ksh36 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.exists.zcp \
42 return zfs.exists('rpool')
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemnode.c86 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) { in mem_node_add_slice()
131 ASSERT(mem_node_config[mnode].exists == 1); in mem_node_del_slice()
164 mem_node_config[mnode].exists = 0; in mem_node_del_slice()
224 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, in mem_node_alloc()
308 if (mem_node_config[mnode].exists == 0) in mem_node_max_range()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c109 int exists; in config_lookup() local
143 exists = 0; in config_lookup()
147 exists = 1; in config_lookup()
151 if (!exists) { in config_lookup()
212 int exists; in addconfig() local
226 exists = 0; in addconfig()
230 exists = 1; in addconfig()
234 if (!exists) { in addconfig()
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc116 (void)exists(make_state); in dosys()
144 (void)exists(make_state); in dosys()
H A Dfiles.cc64 extern timestruc_t& exists(Name target);
88 exists(Name target) in exists() function
238 if (exists(alias) != file_doesnt_exist) { in vpath_exists()
476 (void) exists(dir = GETNAME(file_name, FIND_LENGTH)); in read_dir()
H A Ddoname.cc353 (void) exists(true_target); in doname()
841 (void) exists(target); in doname()
988 depe_time = exists(dependency->name); in check_dependencies()
1057 (void) exists(dependency->name); in check_dependencies()
1104 (void) exists(true_target); in check_dependencies()
1107 (void) exists(true_target); in check_dependencies()
1637 (void) exists(make_state); in run_command()
2635 (void) exists(target); in update_target()
2719 (void) exists(target); in sccs_get()
2752 sccs_time = exists(get_prop(target->prop, in sccs_get()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1418 int amt, count, exists, first, mask, mode; in sink() local
1543 exists = stat(np, &stb) == 0; in sink()
1545 if (exists) { in sink()
1553 if (recvacl(-1, exists, pflag) in sink()
1566 (void) recvacl(-1, exists, pflag); in sink()
1581 if (!exists) in sink()
1610 zopen(ofd, zflag && !exists); in sink()
1612 if (exists && pflag) in sink()
1624 if (!exists) in sink()
1992 recvacl(int f, int exists, int preserve) in recvacl() argument
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py638 if os.path.exists(base + f) :
640 elif os.path.exists(base + "root_" + arch + "/" + f) :
646 if not os.path.exists(ptch + fn) :
649 if os.path.exists(ptch + f) :
651 elif os.path.exists(ptch + "root_" + arch + "/" + f) :
686 if os.path.exists(tool) :
692 if os.path.exists(location) :
696 if os.path.exists(location) :
1476 if not os.path.exists(baseRoot) :
1480 if not os.path.exists(ptchRoot) :
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl63 if {[info exists ::SETUP_SQL]} {
69 if {[info exists nTest]} return
H A Dmemleak.test24 if {[file exists ./sqlite_test_count]} {
66 if {[info exists Leak]} {
H A Dtable.test96 } {1 {table test2 already exists}}
100 } {1 {table sqlite_master already exists}}
106 } {1 {table sqlite_master already exists}}
172 } {1 {table BIG already exists}}
176 } {1 {table biG already exists}}
180 } {1 {table bIg already exists}}
186 } {1 {table Big already exists}}
H A Dall.test21 if {[file exists ./sqlite_test_count]} {
78 if {[info exists Leak]} {
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.8.y5 # and thus only $1 exists (and it's null).
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.S98 ! +8: alias start (frame exists) XX64 what's this for?
/illumos-gate/usr/src/cmd/mvdir/
H A Dmvdir.sh53 echo "$t" exists >&2
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Ddyn.msg105 exists, and if room exists in the file. If -add is specified,\n\
111 integer. If the specified string already exists in the dynamic\n\
298 runpath entry exists, a new DT_RUNPATH is inserted if the room\n\
299 for it exists.\n"
363 DT_FLAGS element, and room for it exists at the end\n\
387 DT_FLAGS_1 element, and room for it exists at the end\n\
411 DT_FEATURE_1 element, and room for it exists at the end\n\
421 DT_CHECKSUM element, and room for it exists at the end\n\
437 DT_SUNW_LDMACH element, and room for it exists at the end\n\
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmemnode.h72 int exists; /* only try if set, list may still be empty */ member
/illumos-gate/usr/src/uts/sun4/sys/
H A Dmemnode.h98 int exists; /* only try if set, list may still be empty */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c163 goto exists; in hashlook()
250 if (!(b->hash & HASH_DELETED)) goto exists; in hashlook()
347 exists: in hashlook()
/illumos-gate/usr/src/head/
H A Dmacros.h63 #define exists(file) (stat(file, &Statbuf) < 0 ? 0 : Statbuf.st_mode) macro

12345678910>>...14