Searched refs:uflags (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libuutil/common/ |
H A D | uu_open.c | 47 uu_open_tmp(const char *dir, uint_t uflags) in uu_open_tmp() argument
|
H A D | libuutil.h | 140 extern int uu_open_tmp(const char *dir, uint_t uflags);
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 2261 int uflags = (flags & DCMD_ADDRSPEC) ? PA_SHOWVAL : 0; in cmd_print() local 2278 'a', MDB_OPT_SETBITS, PA_SHOWADDR, &uflags, in cmd_print() 2281 'd', MDB_OPT_SETBITS, PA_INTDEC, &uflags, in cmd_print() 2282 'h', MDB_OPT_SETBITS, PA_SHOWHOLES, &uflags, in cmd_print() 2286 'n', MDB_OPT_SETBITS, PA_NOSYMBOLIC, &uflags, in cmd_print() 2289 'T', MDB_OPT_SETBITS, PA_SHOWTYPE | PA_SHOWBASETYPE, &uflags, in cmd_print() 2290 't', MDB_OPT_SETBITS, PA_SHOWTYPE, &uflags, in cmd_print() 2291 'x', MDB_OPT_SETBITS, PA_INTHEX, &uflags, in cmd_print() 2294 if (uflags & PA_INTHEX) in cmd_print() 2295 uflags &= ~PA_INTDEC; /* -x and -d are mutually exclusive */ in cmd_print() [all …]
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | md_rename.h | 113 uint_t uflags; member
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | umem.c | 2526 int uflags = (cp->cache_uflags |= UMU_ACTIVE); in umem_process_updates() local 2534 if (uflags & UMU_HASH_RESCALE) in umem_process_updates() 2537 if (uflags & UMU_MAGAZINE_RESIZE) in umem_process_updates() 2540 if (uflags & UMU_REAP) in umem_process_updates() 2549 uflags |= UMU_NOTIFY; in umem_process_updates() 2552 cp->cache_uflags &= ~uflags; in umem_process_updates()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_rename.c | 1205 rtxnp->revision, rtxnp->uflags, in dump_txn() 1281 if (rtxnp->uflags != 0) { in validate_txn_parms() 1711 rtxn.uflags = mrp->flags; in md_rename()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | shm.c | 254 shmat(int shmid, caddr_t uaddr, int uflags, uintptr_t *rvp) in shmat() argument 265 int flags = (uflags & SHMAT_VALID_FLAGS_MASK); in shmat()
|