Home
last modified time | relevance | path

Searched refs:will_modify (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgnu-nat.h153 thread_state_t proc_get_state (struct proc *proc, int will_modify);
Dgnu-nat.c342 gnu_nat_target::proc_get_state (struct proc *proc, int will_modify) in proc_get_state() argument
347 will_modify ? " (with intention to modify)" : ""); in proc_get_state()
349 proc_abort (proc, will_modify); in proc_get_state()
368 if (will_modify) in proc_get_state()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dzfs_acl.c1058 zfs_acl_node_read(znode_t *zp, zfs_acl_t **aclpp, boolean_t will_modify) in zfs_acl_node_read() argument
1071 if (zp->z_acl_cached && !will_modify) { in zfs_acl_node_read()
1118 if (!will_modify) in zfs_acl_node_read()