Searched refs:access (Results 276 - 300 of 364) sorted by relevance

<<1112131415

/freebsd-12-stable/sys/geom/multipath/
H A Dg_multipath.c559 gp->access = g_multipath_access;
613 * Set access permissions on new consumer to match other consumers
628 printf("GEOM_MULTIPATH: cannot set access in "
823 gp->access = g_multipath_access;
/freebsd-12-stable/sys/geom/virstor/
H A Dg_virstor.c791 gp->access = (void *)invalid_call; /* compiler doesn't complain. */
1106 gp->access = g_virstor_access;
1169 /* Replicate access permissions from first "live" consumer
1244 LOG_MSG(LVL_ERROR, "Cannot acquire read access for %s to "
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S844 @ want the compiler to generate instructions that access those) but this is
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Drshd.c717 if (pwd->pw_uid != 0 && access (_PATH_NOLOGIN, F_OK) == 0)
/freebsd-12-stable/contrib/mandoc/
H A Dcgi.c1094 *req.q.query == '\0' || access(path, F_OK) == -1)
H A Dmain.c471 if (access(argv[c], R_OK) == -1) {
H A Dmansearch.c190 if (access(chdir_status ? page->file + 1 :
/freebsd-12-stable/contrib/nvi/common/
H A Dexf.c368 * mounted readonly (access catches this one on a few systems), or
374 * write bits were set, or if an an access(2) call on the path
380 * a file, even if the access call would have succeeded. This makes
400 access(frp->name, W_OK))))
/freebsd-12-stable/contrib/opie/
H A Dopielogin.c1252 quietlog = !access(QUIET_LOGIN_FILE, F_OK);
/freebsd-12-stable/contrib/tcsh/
H A Dsh.exec.c57 * to show that a file has the wrong mode/no access when the file
903 /* save time by not calling access() in the hopeless case */
905 access(strname, X_OK) == 0
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dfs_test.c74 return access(atf_fs_path_cstring(p), F_OK) == 0;
/freebsd-12-stable/contrib/amd/amd/
H A Dmapc.c1252 if (access(full_path, R_OK) == 0)
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c503 if (access(line, 6) == 0)
1354 syslog(LOG_INFO, "unauthenticated access from %s (%s)",
/freebsd-12-stable/sys/dev/ice/
H A Dice_flex_pipe.c287 * @handler: function that handles access to the entries into the section type
718 * @access: access type (read or write)
721 * or writing of the package. When attempting to obtain write access, the
733 enum ice_aq_res_access_type access)
739 status = ice_acquire_res(hw, ICE_GLOBAL_CFG_LOCK_RES_ID, access,
762 * @access: access type (read or write)
767 ice_acquire_change_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) argument
771 return ice_acquire_res(hw, ICE_CHANGE_LOCK_RES_ID, access,
732 ice_acquire_global_cfg_lock(struct ice_hw *hw, enum ice_aq_res_access_type access) argument
[all...]
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_ctl.c246 sc->sc_geom->access = g_eli_access;
/freebsd-12-stable/sys/geom/gate/
H A Dg_gate.c436 sbuf_printf(sb, "%s<access>%s</access>\n", indent, "read-only");
438 sbuf_printf(sb, "%s<access>%s</access>\n", indent,
441 sbuf_printf(sb, "%s<access>%s</access>\n", indent,
572 gp->access = g_gate_access;
587 G_GATE_DEBUG(1, "Unable to access %s.", ropp->name);
686 G_GATE_DEBUG(1, "Unable to access %s.",
/freebsd-12-stable/sys/geom/
H A Dgeom_disk.c89 .access = g_disk_access,
114 * Allow decreasing access count even if disk is not
928 * Second wither call makes no sense, plus we can not access the list
/freebsd-12-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c106 /* It seems that .access can be called with negative dr,dw,dx
108 G_LLVM_DEBUG(0, "access(%d, %d, %d) for %s",
114 ("%s: Positive access for %s", __func__, pp->name));
439 /* Replicate access permissions from first "live"
558 gp->access = g_llvm_access;
/freebsd-12-stable/sys/geom/uzip/
H A Dg_uzip.c927 .access = g_uzip_access,
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum.c173 gp->access = gv_access;
806 G_VINUM_DEBUG(0, "unable to access "
836 G_VINUM_DEBUG(0, "unable to access "
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dinterrupt.cc277 EXPECT_EQ(0, access(FULLDIRPATH0, F_OK)) << strerror(errno);
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_main.c369 if (access(temp, F_OK) != -1)
/freebsd-12-stable/usr.bin/sort/
H A Dsort.c1245 if (access(outfile, F_OK) < 0)
/freebsd-12-stable/usr.sbin/bsnmpd/tools/bsnmptools/
H A Dbsnmpget.c1055 if (obj->info->access < SNMP_ACCESS_SET) {
/freebsd-12-stable/usr.sbin/tzsetup/
H A Dtzsetup.c807 if (access(zoneinfo_file, R_OK) != 0) {
810 "Cannot access %s: %s", zoneinfo_file,

Completed in 187 milliseconds

<<1112131415