Searched refs:action (Results 1 - 25 of 390) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh203 typeset who prefix acltemp action
211 action=${acl##*:}
212 acl=$prefix:$(cal_bits $isdir 7 7 $acl 0):$action
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh128 action=log_must
155 action=log_mustnot
158 action=log_mustnot
160 '') action=log_mustnot
169 $action zpool import \
172 [[ $action == "log_mustnot" ]] && continue
H A Dzpool_import_missing_002_pos.ksh121 typeset action
169 action=log_mustnot
172 action=log_must
175 action=log_must
184 $action zpool import \
H A Dzpool_import_missing_003_pos.ksh155 typeset action
197 action=log_must
200 action=log_mustnot
203 action=log_mustnot
205 '') action=log_mustnot
209 $action zpool import -d $DEVICE_DIR $TESTPOOL1
212 if [[ $action == log_must ]]; then
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1416 int action = state->dts_cred.dcr_action; local
1421 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_ALLZONE) == 0) &&
1425 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_ALLUSER) == 0) &&
1429 if (((action & DTRACE_CRA_PROC_DESTRUCTIVE_CREDCHG) == 0) &&
2403 * action denoted by the specified dtrace_aggregation_t. The aggregation
2419 dtrace_actkind_t action; local
2438 action = agg->dtag_action.dta_kind - DTRACEACT_AGGREGATION;
2556 if (action != key->dtak_action) {
2647 key->dtak_action = action;
2662 * incremented -- it is up to the caller to take appropriate action
10884 dtrace_action_t *action, *last; local
[all...]
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c4135 int action,
4140 err = (*(vp)->v_op->vop_dumpctl)(vp, action, blkp, ct);
4133 fop_dumpctl( vnode_t *vp, int action, offset_t *blkp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c140 sa_data_op_t action, sa_data_locator_t *locator, void *datastart,
1642 sa_data_op_t action, sa_data_locator_t *locator, void *datastart,
1699 if (action == SA_ADD)
1701 else if (action == SA_REMOVE)
1736 if (action == SA_REMOVE)
1741 * action can not be SA_ADD here.
1743 ASSERT3S(action, ==, SA_REPLACE);
1768 if (action == SA_ADD) {
1641 sa_modify_attrs(sa_handle_t *hdl, sa_attr_type_t newattr, sa_data_op_t action, sa_data_locator_t *locator, void *datastart, uint16_t buflen, dmu_tx_t *tx) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1847 caddr_t state, reason, action, expln; local
1849 (void) fc_ulp_pkt_error(pkt, &state, &reason, &action, &expln);
H A Dfcp.c3173 * fc_pkt_action PLOGI or PRLI action completion
5423 * individually. The action applied to the target state is also
5431 * flag Flag indication what action to apply (set/reset).
5479 * flag Flag indication what action to apply (set/reset).
5551 caddr_t state, reason, action, expln; local
5554 &action, &expln);
15353 caddr_t state, reason, action, expln; local
15356 &action, &expln);
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2690 long action = val & (~RCTLSYS_ACTION_MASK); local
2694 else if (action == RCTL_FIRST)
2696 else if (action == RCTL_NEXT)
2698 else if (action == RCTL_USAGE)
2710 long action = val & (~RCTLSYS_ACTION_MASK); local
2717 } else if (action == RCTL_INSERT)
2719 else if (action == RCTL_DELETE)
2721 else if (action == RCTL_REPLACE)
2748 long action = val & (~RCTLSYS_ACTION_MASK); local
2752 else if (action
2766 long action = val & TASK_PROJ_MASK; local
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l262 <TSTATE>action { return ACTION; }
263 <CSTATE>action { return ACTION; }
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c546 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action )
562 if (action == BZ_RUN) {
567 if (action == BZ_FLUSH) {
573 if (action == BZ_FINISH) {
582 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR;
592 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR;
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc438 const char *action, const char *tag);
606 ENTRY *hsearch(ENTRY item, ACTION action);
814 void rctlblk_set_local_action(rctlblk_t *rblk, uint_t action, int signal);
1010 int tcflow(int fildes, int action);
1070 void twalk(const void *rt, void (*action)());
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c102 #define DTD_ATTR_ACTION (const xmlChar *) "action"
165 * This holds the alias, the full rctl name, the default priv value, action
174 char *action; member in struct:alias
6002 uint_t action; local
6026 /* Get the action */
6028 action = RCTL_LOCAL_NOACTION;
6030 action = RCTL_LOCAL_SIGNAL;
6032 action = RCTL_LOCAL_DENY;
6037 rctlblk_set_local_action(rctlblk, action, 0);
6081 uint_t action local
6095 uint_t action = rctlblk_get_local_action((rctlblk_t *)rctlblk, NULL); local
[all...]
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dpager.c105 int action; local
120 action = 0;
121 while (action == 0) {
126 action = 1;
130 action = 1;
134 action = 2;
141 if (action == 2)
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py304 parser.add_option("-l", action="store_true", dest="local",
306 parser.add_option("-d", action="store_true", dest="descend",
308 parser.add_option("-u", action="store_true", dest="user",
310 parser.add_option("-g", action="store_true", dest="group",
312 parser.add_option("-e", action="store_true", dest="everyone",
314 parser.add_option("-c", action="store_true", dest="create",
316 parser.add_option("-s", action="store_true", dest="set", help=sstr)
318 parser.add_option("-r", action="store_true", dest="recursive",
H A Dholds.py52 parser.add_option("-r", action="store_true", dest="recursive",
H A Duserspace.py160 parser.add_option("-n", action="store_true", dest="noname",
162 parser.add_option("-i", action="store_true", dest="translate",
164 parser.add_option("-H", action="store_true", dest="noheaders",
166 parser.add_option("-p", action="store_true", dest="parsable",
173 action="callback", callback=zfs.util.append_with_opt,
177 action="callback", callback=zfs.util.append_with_opt,
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun803 parser.add_option('-c', action='callback', callback=options_cb,
806 parser.add_option('-d', action='store_true', default=False, dest='dryrun',
807 help='Dry run. Print tests, but take no other action.')
808 parser.add_option('-g', action='store_true', default=False,
810 parser.add_option('-o', action='callback', callback=options_cb,
813 parser.add_option('-p', action='callback', callback=options_cb,
816 parser.add_option('-P', action='callback', callback=options_cb,
819 parser.add_option('-q', action='store_true', default=False, dest='quiet',
821 parser.add_option('-t', action='callback', callback=options_cb, default=60,
824 parser.add_option('-u', action
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py44 # Dictionary used to map action names to output format. Each entry is
45 # indexed by action name, and consists of a list of tuples that map
81 object (RealFileInfo) or an IPS manifest action (ActionInfo).
96 """Return the IPS action name of a FileInfo object.
244 """Return an action-style representation of a FileInfo object.
292 def __init__(self, action):
299 self.path = action.attrs["path"]
301 if action.name == "file":
302 self.owner = action.attrs["owner"]
303 self.group = action
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpager.c84 int action; local
99 action = 0;
100 while (action == 0) {
105 action = 1;
109 action = 1;
113 action = 2;
120 if (action == 2)
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c574 handle_uboot_env_var(enum ubenv_action action, const char * var) argument
586 if (action == UBENV_IMPORT) {
618 if (action == UBENV_SHOW) {
623 } else if (action == UBENV_IMPORT) {
633 enum ubenv_action action; local
637 action = UBENV_UNKNOWN;
640 action = UBENV_IMPORT;
642 action = UBENV_SHOW;
644 if (action == UBENV_UNKNOWN) {
651 handle_uboot_env_var(action, arg
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c1736 __in efx_stats_action_t action)
1741 int clear = (action == EFX_STATS_CLEAR);
1742 int upload = (action == EFX_STATS_UPLOAD);
1743 int enable = (action == EFX_STATS_ENABLE_NOEVENTS);
1744 int events = (action == EFX_STATS_ENABLE_EVENTS);
1745 int disable = (action == EFX_STATS_DISABLE);
1733 efx_mcdi_mac_stats( __in efx_nic_t *enp, __in_opt efsys_mem_t *esmp, __in efx_stats_action_t action) argument
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c582 * perform the appropriate action for the escape sequence
1738 tem_safe_clear_tabs(struct tem_vt_state *tem, int action) argument
1743 switch (action) {
1909 tem_safe_text_cursor(struct tem_vt_state *tem, short action, argument
1919 ca.action = action;
1923 if (action == VIS_GET_CURSOR) {
1930 tem_safe_pix_cursor(struct tem_vt_state *tem, short action, argument
1972 ca.action = action;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h151 extern void BumpDNSSECStats(mDNS *const m, DNSSECStatsAction action, DNSSECStatsType type, mDNSu32 value);

Completed in 1049 milliseconds

1234567891011>>