/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/chattr/ |
H A D | chattr_002_neg.ksh | 47 set -A files writable immutable append 64 log_must user_run $QUSER1 touch $TESTDIR/writable 68 log_must chattr -i $TESTDIR/writable 72 log_must user_run $QUSER1 chattr -i $TESTDIR/writable 73 log_must user_run $QUSER1 chattr -a $TESTDIR/writable 77 log_mustnot user_run $QUSER1 chattr +i $TESTDIR/writable 78 log_mustnot user_run $QUSER1 chattr +a $TESTDIR/writable
|
H A D | chattr_001_pos.ksh | 47 set -A files writable immutable append 70 log_must touch $TESTDIR/writable 75 log_must chflags noschg $TESTDIR/writable 79 log_must chattr -i $TESTDIR/writable
|
/freebsd/tests/sys/fifo/ |
H A D | fifo_io.c | 862 poll_status(int fd, int *readable, int *writable, int *exception, in poll_status() argument 876 *writable = (fds[0].revents & POLLOUT) ? 1 : 0; in poll_status() 882 select_status(int fd, int *readable, int *writable, int *exception, in select_status() argument 901 *writable = FD_ISSET(fd, &writefds) ? 1 : 0; in select_status() 951 kqueue_status(int kqueue_fd, int fd, int *readable, int *writable, in kqueue_status() argument 968 *readable = *writable = *exception = 0; in kqueue_status() 976 *writable = 1; in kqueue_status() 1012 int readable, writable, exception; in assert_status() local 1014 if (poll_status(fd, &readable, &writable, &exception, testname) < 0) in assert_status() 1017 if (readable != assert_readable || writable != assert_writable || in assert_status() [all …]
|
/freebsd/sys/dev/virtio/ |
H A D | virtqueue.c | 525 int readable, int writable) in virtqueue_enqueue() argument 531 needed = readable + writable; in virtqueue_enqueue() 547 vq_ring_enqueue_indirect(vq, cookie, sg, readable, writable); in virtqueue_enqueue() 562 sg, readable, writable); in virtqueue_enqueue() 700 uint16_t head_idx, struct sglist *sg, int readable, int writable) in vq_ring_enqueue_segments() argument 708 sg, readable, writable); in vq_ring_enqueue_segments() 710 needed = readable + writable; in vq_ring_enqueue_segments() 751 struct sglist *sg, int readable, int writable) in vq_ring_enqueue_indirect() argument 758 needed = readable + writable; in vq_ring_enqueue_indirect() 777 sg, readable, writable); in vq_ring_enqueue_indirect()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 270 bool writable() const { return Data && Data->NumRefs == 1; } in writable() function 321 assert(writable() && "Vector is not writable!"); in clear() 327 assert(writable() && "Vector is not writable!"); in push_back() 334 assert(writable() && "Vector is not writable!"); in elem() 340 assert(writable() && "Vector is not writable!"); in downsize()
|
/freebsd/sys/kern/ |
H A D | uipc_mbuf2.c | 97 int writable; in m_pulldown() local 151 writable = 0; in m_pulldown() 154 writable = 1; in m_pulldown() 208 && writable) { in m_pulldown() 215 && writable && n->m_next->m_len >= tlen) { in m_pulldown()
|
/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_init.c | 379 profile_is_writable(profile_t profile, int *writable) in profile_is_writable() argument 384 if (!writable) in profile_is_writable() 386 *writable = 0; in profile_is_writable() 389 if (profile->vt->writable) in profile_is_writable() 390 return profile->vt->writable(profile->cbdata, writable); in profile_is_writable() 396 *writable = profile_file_is_writable(profile->first_file); in profile_is_writable()
|
H A D | profile.hin | 67 (profile_t profile, int *writable); 197 * Optional: Determine if a profile is writable. If not implemented, the 198 * profile is never writable. 201 (*profile_writable_fn)(void *cbdata, int *writable); 262 /* Methods for writable profiles. */ 263 profile_writable_fn writable;
|
H A D | test_vtable.c | 158 full_writable(void *cbdata, int *writable) in full_writable() argument 161 *writable = 12; in full_writable()
|
/freebsd/contrib/bmake/ |
H A D | main.c | 726 Main_SetObjdir(bool writable, const char *fmt, ...) in Main_SetObjdir() argument 749 if ((writable && access(path, W_OK) != 0) || chdir(path) != 0) { in Main_SetObjdir() 770 SetVarObjdir(bool writable, const char *var, const char *suffix) in SetVarObjdir() argument 781 (void)Main_SetObjdir(writable, "%s%s", path.str, suffix); in SetVarObjdir() 1064 bool writable; in InitObjdir() local 1067 writable = GetBooleanExpr("${MAKE_OBJDIR_CHECK_WRITABLE}", true); in InitObjdir() 1070 if (!SetVarObjdir(writable, "MAKEOBJDIRPREFIX", curdir) && in InitObjdir() 1071 !SetVarObjdir(writable, "MAKEOBJDIR", "") && in InitObjdir() 1072 !Main_SetObjdir(writable, "%s.%s-%s", _PATH_OBJDIR, machine, machine_arch) && in InitObjdir() 1073 !Main_SetObjdir(writable, "%s.%s", _PATH_OBJDIR, machine) && in InitObjdir() [all …]
|
/freebsd/usr.bin/finger/ |
H A D | sprint.c | 96 if (w->info == LOGGEDIN && !w->writable) in sflag_print() 105 (void)putchar(w->info == LOGGEDIN && !w->writable ? in sflag_print()
|
H A D | finger.h | 57 short writable; /* tty is writable */ member
|
/freebsd/tests/sys/common/ |
H A D | net_receiver.py | 69 readable, writable, exceptional = select.select(inputs, [], inputs) 98 readable, writable, exceptional = select.select(inputs, [], inputs)
|
/freebsd/tools/tools/kdrv/ |
H A D | KernelDriver | 269 if {![file writable $kpath$p]} { 281 if {![file writable $kpath$p]} { 293 if {![file writable $kpath$f]} { 793 if {![file writable $kpath$f]} { 804 if {![file writable $kpath$p]} { 816 if {![file writable $kpath$p]} {
|
/freebsd/lib/libc/isc/ |
H A D | ev_streams.c | 46 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask); 74 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite() 265 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { in writable() function
|
/freebsd/sys/dev/virtio/p9fs/ |
H A D | virtio_p9fs.c | 143 int readable, writable; in vt9p_request() local 172 writable = sg->sg_nseg - readable; in vt9p_request() 174 error = virtqueue_enqueue(vq, req, sg, readable, writable); in vt9p_request()
|
/freebsd/contrib/sendmail/src/ |
H A D | SECURITY | 39 avoid problems with a world-writable directory. It is however 40 sufficient to have a set-group-ID program and a group-writable 53 gid: 25) program to allow for queueing mail in a group-writable 69 smmsp with group smmsp and is group writable. The client mail 70 queue directory must be writable by smmsp, but it must not be
|
/freebsd/tools/build/options/ |
H A D | WITHOUT_AUTO_OBJ | 2 This is enabled by default if the wanted OBJDIR is writable by the current user.
|
/freebsd/contrib/nvi/files/ |
H A D | pathnames.h.in | 16 /* On linux _PATH_PRESERVE is only writable by root */
|
/freebsd/sys/tools/ |
H A D | embed_mfs.sh | 41 echo $1 not writable
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_umem.c | 134 umem->writable = !!(access & in ib_umem_get() 174 if (!umem->writable) in ib_umem_get()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_umem.h | 50 int writable; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 837 void addAddressRange(uptr beg, uptr end, bool executable, bool writable, 854 bool writable; member 857 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() 863 writable(writable) { in AddressRange()
|
H A D | sanitizer_common.cpp | 197 bool writable, const char *name) { in addAddressRange() argument 200 new(mem) AddressRange(beg, end, executable, writable, name); in addAddressRange()
|
/freebsd/contrib/sendmail/ |
H A D | README | 68 WARNING: writable directory /etc 69 WARNING: writable directory /var/spool/mqueue 77 directory paths (directory paths which are group or world writable) will 79 was writable by group staff, sendmail would not use his .forward file. 82 files in group writable directories: 86 Or to allow them in both group and world writable directories: 138 writable by that user is sufficient to avoid the denial of service.
|