/illumos-gate/usr/src/cmd/rcap/rcapadm/ |
H A D | rcapadm.c | 98 uint8_t *persistent = NULL; in print_state() local 111 persistent = scf_simple_prop_next_boolean(persistent_prop); in print_state() 119 if (!persistent) in print_state() 122 else if (temporary && *temporary != *persistent) in print_state() 125 gettext("enabled") : gettext("disabled"), *persistent ? in print_state() 129 "state: %s\n"), *persistent ? gettext("enabled") : in print_state()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_ioctl.c | 62 &smb2fid.persistent, /* q */ in smb2_ioctl() 119 smb2fid.persistent != ~0LL) { in smb2_ioctl() 198 smb2fid.persistent, /* q */ in smb2_ioctl()
|
H A D | smb2_oplock.c | 75 &smb2fid.persistent, /* q */ in smb2_oplock_break_ack() 209 smb2fid.persistent, /* q */ in smb2_oplock_break_ack() 258 smb2fid.persistent = ofile->f_persistid; in smb2_oplock_break_notification() 265 smb2fid.persistent, /* q */ in smb2_oplock_break_notification()
|
H A D | smb2_fsctl_fs.c | 114 smb2fid.persistent = of->f_persistid; in smb2_fsctl_get_resume_key() 119 smb2fid.persistent, in smb2_fsctl_get_resume_key()
|
H A D | smb2_fsctl_odx.c | 360 tn1->tn1_fid.persistent = ofile->f_persistid; in smb2_fsctl_odx_read() 709 src_ofile->f_persistid != tn1->tn1_fid.persistent) { in smb2_fsctl_odx_write_native1() 916 &tn1->tn1_fid.persistent, in smb_odx_get_token_native1() 983 tn1->tn1_fid.persistent, in smb_odx_put_token_native1()
|
H A D | smb2_flush.c | 43 &smb2fid.persistent, /* q */ in smb2_flush()
|
H A D | smb2_close.c | 42 &smb2fid.persistent, /* q */ in smb2_close()
|
H A D | smb2_set_info.c | 51 &smb2fid.persistent, /* q */ in smb2_set_info()
|
H A D | smb2_query_info.c | 57 &smb2fid.persistent, /* q */ in smb2_query_info()
|
H A D | smb2_create.c | 563 smb2fid.persistent = of->f_persistid; in smb2_create() 672 smb2fid.persistent, /* q */ in smb2_create() 958 &op->dh_fileid.persistent, /* q */ in smb2_decode_create_ctx() 969 &op->dh_fileid.persistent, /* q */ in smb2_decode_create_ctx()
|
H A D | smb2_change_notify.c | 57 &smb2fid.persistent, /* q */ in smb2_change_notify()
|
H A D | smb2_fsctl_copychunk.c | 118 &smb2fid.persistent, /* q */ in smb2_fsctl_copychunk() 136 src_of->f_persistid != smb2fid.persistent) { in smb2_fsctl_copychunk()
|
H A D | smb2_write.c | 59 &smb2fid.persistent, /* q */ in smb2_write()
|
H A D | smb2_lock.c | 68 &smb2fid.persistent, /* q */ in smb2_lock()
|
H A D | smb2_read.c | 181 &smb2fid.persistent, /* q */ in smb2_read()
|
H A D | smb2_query_dir.c | 109 &smb2fid.persistent, /* q */ in smb2_query_dir()
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 120 entity. nwam_<entity>_commit() updates persistent storage in an all-or-none 122 to persistent storage atomically. 124 To destroy an entity in persistent storage, nwam_<entity>_destroy() is 127 persistent storage, and frees it in memory. 137 _commit() is guaranteed to deliver all property changes to persistent 338 written out to persistent storage via the nwam_loc_commit() function. A loc 339 may be permanently removed from persistent storage with the nwam_loc_destroy() 340 function. Interactions with persistent storage will be nonblocking by default; 345 new loc (nwam_loc_create()) or by reading one from persistent storage (nwam_ 348 committed to persistent storage via nwam_loc_commit(). A call to nwam_loc_
|
/illumos-gate/usr/src/test/nvme-tests/runfiles/ |
H A D | non-destruct.run | 21 # Tests that involve optional device-specific behavior such as the persistent
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | audit_event.txt | 495 6269:AUE_smf_maintenance:set service instance persistent maintenance state:ss 496 6270:AUE_smf_immediate_maintenance:immediately set service instance persistent maintenance state:ss 509 6282:AUE_smf_create_pg:create persistent service property group:as 510 6283:AUE_smf_create_npg:create non-persistent service property group:as 511 6284:AUE_smf_delete_pg:delete persistent service property group:as 512 6285:AUE_smf_delete_npg:delete non-persistent service property group:as
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 140 L_DECL(persistent);
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1073 int persistent; in set_inst_enabled_atboot() local 1076 if ((persistent = get_inst_enabled(inst, SCF_PG_GENERAL)) < 0) { in set_inst_enabled_atboot() 1079 persistent = B_FALSE; in set_inst_enabled_atboot() 1082 enabled = persistent; in set_inst_enabled_atboot() 1083 if (persistent != desired) { in set_inst_enabled_atboot() 1087 if (set_inst_enabled(inst, persistent, in set_inst_enabled_atboot() 1093 if (persistent != desired) in set_inst_enabled_atboot()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | gcc-attr-list.h | 141 GCC_ATTR(persistent)
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | net_include.sh | 570 pif=`/sbin/ipadm show-if -o persistent -p $1 2>/dev/null | egrep '4|6'`
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeysUtil.c | 1635 boolean_t persistent = B_FALSE; in soft_unwrapkey() local 1812 persistent = B_TRUE; in soft_unwrapkey() 1836 soft_delete_token_object(new_objp, persistent, B_FALSE); in soft_unwrapkey()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 1366 boolean_t persistent, boolean_t get) in ra_get_set_opt_common_cb() argument 1456 else if (!curr_svc && persistent) { in ra_get_set_opt_common_cb() 1485 if (persistent) in ra_get_set_opt_common_cb() 1492 if (persistent) { in ra_get_set_opt_common_cb()
|