Searched refs:str (Results 1 - 25 of 1587) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c2364 acpi_strtoul(const char *str, char **ep, int base) argument
2368 if (ddi_strtoul(str, ep, base, &v) != 0 || v > ACPI_UINT32_MAX) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_aclmode_001_pos.ksh233 typeset str=":"
242 new_acl=${new_acl}${str}read_data
244 new_acl=${new_acl}${str}list_directory/read_data
246 str="/"
253 new_acl=${new_acl}${str}write_data/append_data
255 new_acl=${new_acl}${str}add_file/write_data/
259 str="/"
265 new_acl=${new_acl}${str}execute
H A Dzfs_acl_chmod_compact_001_pos.ksh86 typeset str=""
88 str="${str}$(random_select $arr_name)${sep}"
93 print $str
H A Dzfs_acl_chmod_inherit_001_pos.ksh108 typeset str=$2
114 if [[ $str != *"inherit_only"* ]]; then
121 if [[ $str != *"no_propagate"* ]]; then
129 if [[ $str != *"no_propagate"* ]]; then
149 for str in "${strategy_flag[@]}"; do
151 (( ${#str} != 0 )) && inh_opt=$inh_opt/$str
170 verify_inherit $obj $str
H A Dzfs_acl_chmod_inherit_002_neg.ksh101 typeset str=$3
118 if [[ $str == *"no_propagate"* ]]; then
125 if [[ $str == *"no_propagate"* ]]; then
132 if [[ $str == *"no_propagate"* ]]; then
208 "$node, $inherit ($str)"
218 "$node, $inherit ($str)"
236 log_fail "Unexpected ACE: $node, $inherit ($str)"
255 for str in "${strategy_flag[@]}"; do
257 ((${#str} != 0)) && inh_opt=$inh_opt/$str
[all...]
H A Dzfs_acl_chmod_inherit_002_pos.ksh113 typeset str=$3
132 if [[ $str != *"no_propagate"* ]]; then
140 if [[ $str != *"no_propagate"* ]]; then
268 log_fail "Unexpect acl: $node, $inherit ($str)"
300 for str in "${strategy_flag[@]}"; do
302 ((${#str} != 0)) && inh_opt=$inh_opt/$str
349 verify_inherit $inherit $obj $str
H A Dzfs_acl_chmod_inherit_003_pos.ksh99 typeset str=$3
109 if [[ ${str:1:1} != "n" ]]; then
116 if [[ (${obj:0:1} == "f" && ${str:1:1} != "n") ||
119 if [[ ${str:1:1} != "n" ]]; then
173 if [[ ${str:1:1} == "n" ]]; then
214 "$inherit ($str)"
234 for str in "${strategy_flag[@]}"; do
236 ((${#str} != 0)) && inh_opt="${inh_opt}${str}--"
269 verify_inherit $inherit $obj $str
[all...]
H A Dzfs_acl_chmod_rwx_002_pos.ksh88 typeset str=""
90 str="${str}$(random_select $arr_name)${sep}"
95 print $str
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create_002_pos.ksh67 str=$(eval $cmdline 2>&1)
71 elif [[ $str == *${VOL_LIMIT_KEYWORD1}* || \
72 $str == *${VOL_LIMIT_KEYWORD2}* || \
73 $str == *${VOL_LIMIT_KEYWORD3}* ]]
H A Dzfs_create_013_pos.ksh67 str=$(eval $cmdline 2>&1)
71 elif [[ $str == *${VOL_LIMIT_KEYWORD1}* || \
72 $str == *${VOL_LIMIT_KEYWORD2}* || \
73 $str == *${VOL_LIMIT_KEYWORD3}* ]]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib143 typeset str
148 eval str=\${str}\${$char_set[\$ind]}
153 echo "$str"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_003_pos.ksh73 str="would update '$TESTPOOL' to the following configuration:"
74 cat $tmpfile | grep "$str" >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_003_pos.ksh76 str="would create '$TESTPOOL' with the following layout:"
77 cat $tmpfile | grep "$str" >/dev/null 2>&1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib212 typeset is_set lflag dflag dsname gname gid uname uid opt str code tmp
241 str="s-\$@"
242 [[ -n $is_set ]] && str="S-\$@"
244 code="$str${tmp% *}"
252 str="c-\$"
253 [[ -n $is_set ]] && str="C-\$"
255 code="$str${tmp% *}"
263 str="u"
264 [[ -n $is_set ]] && str="U"
269 code="${str}
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool_001_pos.ksh119 typeset str
126 str=$(zfs create -sV $volsize $TESTPOOL2/$TESTVOL 2>&1)
130 $str == *${VOL_LIMIT_KEYWORD1}* || \
131 $str == *${VOL_LIMIT_KEYWORD2}* || \
132 $str == *${VOL_LIMIT_KEYWORD3}* ]]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6500 char c[DTRACE_FULLNAMELEN + 80], *str; local
6525 for (str = prov->dtpv_name; *str != '\0'; str++)
6526 c[i++] = *str;
6529 for (str = probe->dtpr_mod; *str != '\0'; str++)
6530 c[i++] = *str;
6533 for (str
6673 char *str = (char *)&pcs[nframes]; local
7676 dtrace_strdup(const char *str) argument
7741 dtrace_errdebug(const char *str) argument
10269 dtrace_format_add(dtrace_state_t *state, char *str) argument
10456 char *str = (char *)(uintptr_t)act->dtad_arg; local
12471 dtrace_dof_error(dof_hdr_t *dof, const char *str) argument
12675 uintptr_t str; local
12977 char *str, *fmt; local
16964 char *str; local
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5030 char str[64]; local
5067 (void) strcpy(str, "a.out");
5069 pr_object_name(str, vp, &vattr);
5072 str, 0);
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c3048 vn_setpath_str(struct vnode *vp, const char *str, size_t len) argument
3060 bcopy(str, vp->v_path, len);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c1769 char *str; local
1823 str = kmem_alloc(compressed_size * 2 + 1, KM_SLEEP);
1825 (void) sprintf(str + i * 2, "%02x", compressed[i]);
1827 str[compressed_size * 2] = '\0';
1831 (longlong_t)packed_size, str);
1835 kmem_free(str, compressed_size * 2 + 1);
H A Dspa_misc.c1484 strtonum(const char *str, char **nptr) argument
1490 while ((c = *str) != '\0') {
1501 str++;
1505 *nptr = (char *)str;
H A Dzfs_vfsops.c1252 str_to_uint64(char *str, uint64_t *objnum) argument
1256 while (*str) {
1257 if (*str < '0' || *str > '9')
1260 num = num*10 + *str++ - '0';
1404 char *str = NULL; local
1406 if (l_to_str_internal(mnt_sl, &str) == 0 &&
1409 ZPROP_SRC_LOCAL, str) == 0)
1411 if (str != NULL)
1412 kmem_free(str, strle
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c18315 const char *str = NULL; local
18350 str = ill_hook_event2str(event);
18352 "information for %s (ENOMEM)\n", str, ill->ill_name));
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c2735 char namebuf[MAXNAMELEN], *str; local
2763 if (nvlist_lookup_string(nvl, DEV_NAME, &str) == 0) {
2764 (void) strlcpy(klip->li_devpath, str,
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c1081 const char *str; local
1106 str = numtostr(value, 16, NTOS_UNSIGNED | NTOS_SHOWBASE);
1107 width = strlen(str) + delim;
1113 mdb_iob_puts(iob, str);
1193 const char *str; member in union:__anon29
1254 u.str = iob_int2str(ap, size, 16,
1258 u.str = symstr;
1274 u.str = iob_addr2str(val);
1276 if (f_alt == TRUE && u.str == NULL)
1277 u.str
[all...]
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1083 const char *str; local
1190 str = (char *)elf_strptr(elf_file, link,
1192 if (!(str && *str))
1193 str = (char *)UNKNOWN;
1194 (void) printf("%s", str);
1242 str = NULL;
1246 str = conv_dyn_flag(
1252 str = conv_dyn_feature1(
1258 str
[all...]

Completed in 593 milliseconds

1234567891011>>