Searched defs:i_flag (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dupdate_drv.c91 int i_flag = 0; /* -i option */ local
135 i_flag++;
183 !m_flag && !i_flag && priv == NULL && policy == NULL)) {
191 if (m_flag || i_flag || policy != NULL || priv != NULL) {
213 if ((check_perms_aliases(m_flag, i_flag)) == ERROR) {
232 * i_flag: update /etc/driver_aliases
291 if (i_flag) {
365 if (update_conf && (i_flag || policy != NULL)) {
378 * i_flag: update /etc/driver_aliases
426 if (i_flag) {
[all...]
H A Dadd_drv.c105 int i_flag = 0; local
150 i_flag = 1;
251 if ((check_perms_aliases(m_flag, i_flag)) == ERROR)
267 if (i_flag) {
401 if (i_flag) {
H A Ddrvsubr.c1031 int i_flag)
1034 * If neither i_flag nor m_flag are specified no need to check the
1037 if (!m_flag && !i_flag)
1051 if (i_flag) {
1029 check_perms_aliases( int m_flag, int i_flag) argument
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h399 uint32_t i_flag; member in struct:ud_inode
435 kmutex_t i_tlock; /* protects time fields, i_flag */
479 _NOTE(MUTEX_PROTECTS_DATA(ud_inode::i_tlock, ud_inode::i_flag))
488 /* i_flag */
H A Dufs_inode.h85 * i_delayoff, i_delaylen, i_nextrio, i_writes, i_flag
87 * For more i_flag locking info see below.
117 * intelligent about using i_tlock when updating i_flag. Ideally, we would
118 * have simply separated out several of the bits in i_flag into their own
122 * o You can update any i_flag field while holding the writer-contents,
135 * and ITIMES_NOLOCK. The functions that set the i_flag bits are
152 * o i_seq is locked under the same rules as i_flag
169 * the file, update i_flag, and push just one timestamp update.
254 kmutex_t i_tlock; /* protects time fields, i_flag */
259 uint_t i_flag; /* inod member in struct:inode
[all...]

Completed in 72 milliseconds