Searched refs:astring (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml108 <propval name='duration' type='astring' value='child' />
109 <propval name='ignore_error' type='astring'
111 <propval name='utmpx_prefix' type='astring' value='co' />
115 <propval name='action_authorization' type='astring'
117 <propval name='value_authorization' type='astring'
126 <propval name='value_authorization' type='astring'
128 <propval name='device' type='astring' value='/dev/console' />
129 <propval name='label' type='astring' value='console' />
132 <propval name='modules' type='astring'
134 <propval name='prompt' type='astring'
[all...]
H A Dmanifest-import153 astring: "/etc/svc/profile/generic.xml"
161 astring: "/etc/svc/profile/generic.xml"
169 astring: "/etc/svc/profile/platform_${pl}_xml"
178 astring: "/etc/svc/profile/platform_${plm}_xml"
H A Dnet-loc117 $SVCCFG -s $1 setprop $2 = astring: "$3" && return
690 astring: "1"
H A Dnet-nwam127 $SVCCFG -s $1 setprop $2 = astring: "$3" && return
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c111 const char *astring; local
125 astring = lookup_action_string(diskp->ind_list, istate,
128 if (astring != NULL) {
129 log_msg(MM_SCHGMGR, "Executing action `%s'\n", astring);
131 if (dm_platform_indicator_execute(astring) != 0) {
135 astring);
141 "successfully\n", astring);
154 const char *astring; local
184 astring = lookup_action_string(diskp->ind_list,
187 dm_assert(astring !
[all...]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_misc.c210 assfail(const char *astring, const char *file, int line) argument
212 __assert(astring, file, line);
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter142 $FW_CONFIG_DEF_PG/$POLICY_PROP = astring: \
145 $FW_CONFIG_DEF_PG/$CUSTOM_FILE_PROP = astring: \
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1398 wcoff(const wchar_t *astring, const int off) argument
1400 const wchar_t *s = astring;
1414 return (s - astring);
1569 const wchar_t *astring, /* subject string */
1579 if ((mbs = wcstombsdup((wchar_t *)astring)) == NULL)
1600 ws->rm_so = wcoff(astring, k);
1601 ws->rm_sp = astring + ws->rm_so;
1604 ws->rm_eo = wcoff(astring, k);
1605 ws->rm_ep = astring + ws->rm_eo;
1568 int_regwexec(REGEXP r, const wchar_t *astring, size_t nsub, int_regwmatch_t *sub, int flags) argument
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c1937 char astring[5 + SIG2STR_MAX + 7]; local
1940 astring[0] = '\0';
1943 (void) strcat(astring, "none");
1947 (void) strcat(astring, "deny");
1952 (void) strcat(astring, ",");
1956 (void) snprintf(sigstring, sizeof (astring),
1959 (void) snprintf(sigstring, sizeof (astring),
1962 (void) strcat(astring, sigstring);
1967 (void) fprintf(stdout, format, astring);
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld119 startd/duration = astring: transient
324 labeld/svctag_inst = astring: "$inst"

Completed in 941 milliseconds