Searched refs:uflags (Results 1 – 5 of 5) sorted by relevance
/titanic_50/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_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 2262 int uflags = (flags & DCMD_ADDRSPEC) ? PA_SHOWVAL : 0; in cmd_print() local 2279 'a', MDB_OPT_SETBITS, PA_SHOWADDR, &uflags, in cmd_print() 2282 'd', MDB_OPT_SETBITS, PA_INTDEC, &uflags, in cmd_print() 2283 'h', MDB_OPT_SETBITS, PA_SHOWHOLES, &uflags, in cmd_print() 2287 'n', MDB_OPT_SETBITS, PA_NOSYMBOLIC, &uflags, in cmd_print() 2290 'T', MDB_OPT_SETBITS, PA_SHOWTYPE | PA_SHOWBASETYPE, &uflags, in cmd_print() 2291 't', MDB_OPT_SETBITS, PA_SHOWTYPE, &uflags, in cmd_print() 2292 'x', MDB_OPT_SETBITS, PA_INTHEX, &uflags, in cmd_print() 2295 if (uflags & PA_INTHEX) in cmd_print() 2296 uflags &= ~PA_INTDEC; /* -x and -d are mutually exclusive */ in cmd_print() [all …]
|
/titanic_50/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_50/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()
|