Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 337) sorted by last modified time

12345678910>>...14

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m343 file path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.exists \
346 path=opt/zfs-tests/tests/functional/channel_program/lua_core/tst.exists.zcp \
/illumos-gate/usr/src/lib/libc/
H A DREADME115 There is a special mutual exclusion interface that exists for
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist61 17 EEXIST File exists
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c5812 arc_buf_hdr_t *exists = NULL; in arc_read() local
5821 exists = buf_hash_insert(hdr, &hash_lock); in arc_read()
5823 if (exists != NULL) { in arc_read()
6603 arc_buf_hdr_t *exists; in arc_write_done() local
6610 exists = buf_hash_insert(hdr, &hash_lock); in arc_write_done()
6611 if (exists != NULL) { in arc_write_done()
6620 (void *)hdr, (void *)exists); in arc_write_done()
6622 &exists->b_l1hdr.b_refcnt)); in arc_write_done()
6623 arc_change_state(arc_anon, exists, hash_lock); in arc_write_done()
6624 arc_hdr_destroy(exists); in arc_write_done()
[all …]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c2704 create_link_common(char *devlink, char *contents, int *exists) in create_link_common() argument
2713 *exists = FALSE; in create_link_common()
2757 *exists = TRUE; in create_link_common()
2804 *exists = TRUE; in create_link_common()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src4921 # no such entry exists, screen tries "screen" (or "screen-w"
14761 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
18044 # Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
H A Dtermcap.src4302 # no such entry exists, screen tries "screen" (or "screen-w"
13100 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
16049 # Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py190 ignorefiles = list(filter(os.path.exists,
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c110 static int gdev(), logproc(), exists();
727 if (exists (LOG) && (fp = fopen (LOG, "a")) != NULL) {
754 exists (file) in exists() function
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib228 log_fail "$fs_vol@$snap already exists."
274 log_fail "$fs_vol#$bkmark already exists."
621 # Return 0 if a snapshot exists; $? otherwise
632 # Return 0 if a bookmark exists; $? otherwise
938 log_note "Pool $pool not exists."
946 # Return 0 if a pool exists; $? otherwise
982 # return 0 if none of the specified datasets exists, otherwise return 1.
1178 # Return 0 if create successfully or the pool exists; $? otherwise
1207 # Return 0 if destroy successfully or the pool exists; $? otherwise
1278 # Return 0 if destroy successfully or the dataset exists; $? otherwise
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c859 boolean_t exists = B_FALSE; in smb_shr_exists() local
865 exists = (smb_shr_cache_findent(sharename) != NULL); in smb_shr_exists()
869 return (exists); in smb_shr_exists()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c1708 int exists = B_FALSE; in check_public() local
1727 exists = strcmp(shared, "true") == 0; in check_public()
1729 if (exists == B_TRUE) in check_public()
1734 return (exists); in check_public()
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia1345 # "The time zone exists for about 340 kilometres and takes in the tiny
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1361 if (mem_node_config[mnode].exists != 0) { in mnode_range_cnt()
1409 if (mem_node_config[mnode].exists == 0) in mnode_range_setup()
1470 ASSERT(mem_node_config[mnode].exists); in mnode_range_add()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4361 int err_size, struct zone_psettab *pset_tab, boolean_t *exists) in verify_del_tmp_pool() argument
4368 *exists = B_FALSE; in verify_del_tmp_pool()
4396 *exists = B_TRUE; in verify_del_tmp_pool()
4508 boolean_t exists; in zonecfg_bind_tmp_pool() local
4544 &pset_tab, &exists)) != Z_OK) { in zonecfg_bind_tmp_pool()
4549 if (!exists) in zonecfg_bind_tmp_pool()
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c189 prop_exists(idmap_cfg_handles_t *handles, const char *name, boolean_t *exists) in prop_exists() argument
194 *exists = B_FALSE; in prop_exists()
204 *exists = B_TRUE; in prop_exists()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1973 boolean_t exists = B_FALSE; in ipmgmt_persist_if_exists() local
1990 exists = B_TRUE; in ipmgmt_persist_if_exists()
1999 return (exists); in ipmgmt_persist_if_exists()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c409 ef->result.exists = _pu_file_exists(ef->result.files[0]); in ef_expand_file()
418 ef->result.exists = 1; in ef_expand_file()
666 ef->result.exists = 0; in ef_clear_files()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c9331 int exists, rv; in create_prom_branch() local
9373 exists = 0; in create_prom_branch()
9376 exists = 1; in create_prom_branch()
9393 if (dip && !exists) { in create_prom_branch()
9425 if (bp->devi_branch_callback && !exists) in create_prom_branch()
H A Dzone.c7059 boolean_t exists; in zone_dl_exists() local
7062 exists = (zone_find_dl(zone, linkid) != NULL); in zone_dl_exists()
7064 return (exists); in zone_dl_exists()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_addr.c2532 sa_family_t af, boolean_t *exists) in i_ipadm_addr_exists_on_if() argument
2539 *exists = B_FALSE; in i_ipadm_addr_exists_on_if()
2549 *exists = B_TRUE; in i_ipadm_addr_exists_on_if()
2557 *exists = !sockaddrunspec((struct sockaddr *)&lifr.lifr_addr); in i_ipadm_addr_exists_on_if()
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c661 if (mem_node_config[mnode].exists) { in plat_lgrp_config()
706 if (tnode != -1 && mem_node_config[tnode].exists) { in plat_lgrp_config()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c7705 int exists = 0; in fcp_handle_reportlun() local
7709 for (i = 0; i < nluns_claimed && exists == 0; i++) { in fcp_handle_reportlun()
7721 exists++; in fcp_handle_reportlun()
7731 if (!exists && !offline) { in fcp_handle_reportlun()
7767 } else if (exists) { in fcp_handle_reportlun()
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README204 4215433 ld can bus error when insufficient disc space exists for output file
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th804 \ If the element exists, we'll store index value and move on.

12345678910>>...14