/freebsd/usr.sbin/adduser/ |
H A D | rmuser.8 | 56 signal to all processes owned by the user. 60 Removes the user's home directory (if it is owned by the user), 68 Removes all files owned by the user from 81 semaphores owned by the user. 104 they are owned by the user. 129 If the file is owned by anyone other than a user with 186 owned by the removed user and remove them; to do so on a system 203 that are not owned by the removed user but should be removed.
|
H A D | rmuser.sh | 68 verbose && echo -n "Removing files owned by ($login) in $_dir:" 100 # Send a SIGKILL to all processes owned by $login. 106 verbose && echo -n "Terminating all processes owned by ($login):" 126 verbose && echo -n "Removing at(1) jobs owned by ($login):" 151 # Remove all IPC mechanisms which are owned by $login. 168 # directory will be removed if it is owned by him and contains no 169 # files or subdirectories owned by other users. Mail spool files will 268 # from a file, the file must be owned by and writable only by root. 273 err "file ($ffile) must be owned by and writeable only by root."
|
/freebsd/lib/libmemstat/ |
H A D | libmemstat.3 | 198 owned fields. 233 Caller-owned fields are initialized to 240 values across queries that update library-owned fields. 269 Memory for the name is owned by 274 the same name might be used by different memory types owned by different 315 Return a caller-owned pointer for the memory type. 317 Set a caller-owned pointer for the memory type. 319 Return a caller-owned integer for the memory type. 321 Set a caller-owned integer for the memory type. 348 Return a caller-owned per-CPU pointer for the memory type. [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataEncoder.h | 31 /// copied into the internally owned buffer. This allows data to be modified 34 /// internally owned buffer. 40 /// Client can get a reference to the object owned data as an array by calling 51 /// Construct an encoder that copies the specified data into the object owned 56 /// in the internally owned buffer and that data can be fixed up and appended 60 /// A pointer to caller owned data. 133 /// Append a unsigned integer to the end of the owned data. 142 /// Append an address sized integer to the end of the owned data. 149 /// Append a bytes to the end of the owned data. 159 /// Append a bytes to the end of the owned dat [all...] |
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/acl/off/ |
H A D | posixmode.ksh | 73 # dir owned by root 78 # file owned by root 88 # file owned by user 104 # dir owned by user 109 # file owned by root 120 # file owned by user
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 177 bool Owned; member 230 Owned(true), in Allocator() 238 Owned(false), in Allocator() 255 Owned = O.Owned; in Allocator() 256 O.Owned = false; in Allocator() 272 Owned = O.Owned; 273 O.Owned = false; 280 if (Owned && BackingStore != nullptr) { in ~Allocator()
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_al.h | 130 * Returns the number of ports owned by this CA. 146 * Returns the number of ports owned by this CA. 158 * Returns the port GUID of the specified port owned by this CA. 180 * Returns the port GUID of the specified port owned by this CA. 192 * Returns the port number of the specified port owned by this CA. 215 * Returns the port GUID of the specified port owned by this CA.
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | LLJIT.h | 50 * Object linking layers returned by this function will become owned by the 110 * On success the resulting LLJIT instance is uniquely owned by the client and 127 * The ExecutionSession is owned by the LLJIT instance. The client is not 135 * The JITDylib is owned by the LLJIT instance. The client is not responsible 141 * Return the target triple for this LLJIT instance. This string is owned by 240 * This string is owned by the LLJIT instance and does not need to be freed
|
/freebsd/sys/dev/sound/pcm/ |
H A D | sound.h | 271 panic("%s(%d): [PCM WAIT] Mutex not owned!", \ 284 panic("%s(%d): [PCM ACQUIRE] Mutex not owned!", \ 294 panic("%s(%d): [PCM RELEASE] Mutex not owned!", \ 307 panic("%s(%d): [PCM ACQUIRE QUICK] Mutex owned!", \ 317 panic("%s(%d): [PCM RELEASE QUICK] Mutex owned!", \ 333 panic("%s(%d): [GIANT ENTER] PCM lock owned!", \ 337 "%s(%d): [GIANT ENTER] Giant owned!\n", \ 347 panic("%s(%d): [GIANT EXIT] PCM lock owned!", \ 358 "%s(%d): [GIANT EXIT] Giant owned!\n", \ 363 panic("%s(%d): [GIANT EXIT] Giant not owned!", \
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.mutex_owned.d | 41 this->owned = mutex_owned((struct mtx *)arg0); 46 /!this->owned/ 55 printf("current thread is not current owner of owned lock\n");
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_init.c | 319 * Historically, vi read the $HOME and local .exrc files if they were owned 323 * .exrc file to be owned by root, the $HOME .exrc file to be owned by the 325 * local .exrc files to be owned by the user's effective ID. In all cases, 389 "128|%s: not sourced: not owned by you or root", p); in exrc_isok() 393 "129|%s: not sourced: not owned by you", p); in exrc_isok() 408 "128|%s: not sourced: not owned by you or root", a); in exrc_isok() 412 "129|%s: not sourced: not owned by you", a); in exrc_isok()
|
/freebsd/lib/libutil/ |
H A D | _secure_path.c | 34 * 2. Owned and writable only by root (or given owner) 61 msg = "%s: %s is not owned by root"; in _secure_path() 63 msg = "%s: %s is not owned by uid %d"; in _secure_path()
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | kmem_cache.h | 106 struct spl_kmem_cache *skm_cache; /* Owned by cache */ 107 unsigned int skm_cpu; /* Owned by cpu */ 114 struct spl_kmem_slab *sko_slab; /* Owned by slab */ 121 struct spl_kmem_cache *sks_cache; /* Owned by cache */ 129 struct spl_kmem_cache *ska_cache; /* Owned by cache */
|
/freebsd/share/man/man3/ |
H A D | pthread_mutexattr.3 | 127 on any mutex owned by this thread. 131 all threads waiting on any mutex owned by this thread. 196 Both recursive locking, and unlocking when the lock is not owned by the current 202 Both recursive locking, and unlocking when the lock is not owned by the current
|
/freebsd/contrib/libpcap/ |
H A D | chmod_bpf | 7 # This startup item will make it owned by the admin group, 12 # it owned by a particular user without changing the permissions,
|
/freebsd/contrib/libpcap/ChmodBPF/ |
H A D | ChmodBPF | 11 # This startup item will make it owned by the admin group, 16 # it owned by a particular user without changing the permissions,
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_alloc.c | 47 uint8_t owned; in mlx5_buf_load_mem_cb() local 51 owned = MLX5_DMA_OWNED(buf->dev); in mlx5_buf_load_mem_cb() 53 if (!owned) in mlx5_buf_load_mem_cb() 67 if (!owned) in mlx5_buf_load_mem_cb()
|
/freebsd/usr.bin/ktrace/ |
H A D | ktrace.1 | 65 The following command is sufficient to disable tracing on all user-owned 83 Disable tracing on all user-owned processes, and, if executed by root, all 209 Disable tracing of all user-owned processes:
|
/freebsd/sys/dev/neta/ |
H A D | if_mvnetavar.h | 209 KASSERT(mtx_owned(&(sc)->mtx), ("SC mutex not owned")) 211 KASSERT(mtx_owned(&(sc)->bm.bm_mtx), ("BM mutex not owned")) 214 ("RX mutex not owned")) 217 ("TX mutex not owned"))
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_section.h | 61 * is owned by the OS-specific mmap-based section implementation. 68 * This field is set in pt_section_map() and owned by the mapping 101 * This field is set in pt_section_map() and owned by the mapping 109 * This field is set in pt_section_map() and owned by the mapping 118 * This field is set in pt_section_map() and owned by the mapping
|
/freebsd/sys/contrib/dev/imx/ |
HD | sdma-imx6q.bin.uu | 24 applications owned solely and exclusively by Licensor as of the date of 33 patent application owned by any affiliate of Licensor or any other entity
|
H A D | LICENSE | 24 applications owned solely and exclusively by Licensor as of the date of 33 patent application owned by any affiliate of Licensor or any other entity
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | srp.h.in | 54 /* Owned by us. */ 58 /* Not owned by us. */ 61 /* Owned by us. */
|
/freebsd/usr.bin/top/ |
H A D | top.1 | 120 Show only those processes owned by 200 Show only those processes owned by 317 Display only processes owned by a specific set of usernames (prompt for 356 Display only processes owned by a specific jail (prompt for jail).
|