Home
last modified time | relevance | path

Searched refs:s (Results 26 – 50 of 4812) sorted by relevance

12345678910>>...193

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32f.s61 fadd.s fs0, fs1, fs2
68 fsub.s fs0, fs1, fs2
89 fsqrt.s fs0, fs1
102 fcvt.w.s t0, ft1
109 fcvt.wu.s t0, ft1
117 feq.s a0, ft8, ft7
118 flt.s a1, ft8, ft7
119 fle.s a2, ft8, ft7
120 fclass.s a3, ft8
122 fcvt.s.w ft1, t2
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1090 if ( (*s == 0xC0) || (*s == 0xC9) || (*s == 0xCC) ) { in ldap_t61_to_8859()
1588 *o++ = ( ( (*s == ' ') || (*s == '\'') ) ? ALONE : *s ); in cc_to_t61()
1649 } else if ( (*(s + 3) == '}') && ( (*s == 'x') || (*s == 'X') ) && in ldap_8859_to_t61()
1706 char *s; in convert_escaped_to_8bit()
1715 s += 2;
1791 if ( ( (*s >= 'A') && (*s <= 'Z') ) ||
1792 ( (*s >= 'a') && (*s <= 'z') ) ||
1793 ( (*s >= '0') && (*s <= '9') ) ||
1794 ( (*s >= '\'') && (*s <= ')') ) ||
1795 ( (*s >= '+') && (*s <= '/') ) ||
[all …]
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dcrle.msg95 @ MSG_ARG_WRONGARCH "%s: %s: %s %s file is incompatible with \
115 @ MSG_SYS_ACCESS "%s: %s: access failed: %s\n"
116 @ MSG_SYS_OPEN "%s: %s: open failed: %s\n"
117 @ MSG_SYS_MMAP "%s: %s: mmap failed: %s\n"
118 @ MSG_SYS_TRUNC "%s: %s: ftruncate failed: %s\n"
119 @ MSG_SYS_STAT "%s: %s: stat failed: %s\n"
120 @ MSG_SYS_WRITE "%s: %s: write failed: %s\n"
123 @ MSG_SYS_EXECLP "%s: %s: exec failed: %s\n"
130 @ MSG_ELF_BEGIN "%s: %s: elf_begin: %s\n"
178 @ MSG_DMP_PLATFORM " Platform:\t%s %s %s\n"
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg89 @ MSG_ERR_FAILURE "%s: %s failed: %s\n"
166 [%d: %s][%d] should have type %s: %s\n";
380 @ MSG_FMT_HASH_INFO "%10.10s %-10s %s"
381 @ MSG_FMT_CHAIN_INFO "%10.10s %-10s %s"
391 @ MSG_HEXDUMP_ROW "%*s%-*s%s"
440 @ MSG_CFA_CFAOFF "%*s%s: %s, cfa%+lld"
444 @ MSG_CFA_REG "%*s%s: %s"
447 @ MSG_CFA_REG_REG "%*s%s: %s, %s"
486 @ MSG_CNOTE_FMT_LINE "%*s%-*s%s"
487 @ MSG_CNOTE_FMT_LINE_2UP "%*s%-*s%-*s%-*s%s"
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfmtrec.c36 char* s; in fmtrec() local
60 sfsprintf(s, e - s, "%lu", REC_F_SIZE(f)); in fmtrec()
65 s += sfsprintf(s, e - s, "%lu", n); in fmtrec()
67 s += sfsprintf(s, e - s, "h%u", REC_V_HEADER(f)); in fmtrec()
69 s += sfsprintf(s, e - s, "o%u", REC_V_OFFSET(f)); in fmtrec()
71 s += sfsprintf(s, e - s, "z%u", REC_V_LENGTH(f)); in fmtrec()
76 *s = 0; in fmtrec()
83 sfsprintf(s, e - s, "data"); in fmtrec()
86 sfsprintf(s, e - s, "path"); in fmtrec()
89 sfsprintf(s, e - s, "%lu", n); in fmtrec()
[all …]
H A Doptesc.c40 if (*s == '[' && *(s + 1) == '+' && *(s + 2) == '?') in optesc()
42 c = strlen(s); in optesc()
51 while (c = *s++) in optesc()
55 for (m = s - 1; isalnum(*s); s++); in optesc()
56 if (isalpha(c) && *s == '(' && isdigit(*(s + 1)) && *(s + 2) == ')') in optesc()
62 s += 3; in optesc()
69 m = s - 1; in optesc()
71 s++; in optesc()
73 s++; in optesc()
75 s++; in optesc()
[all …]
H A Drecstr.c50 while (*s == ' ' || *s == '\t' || *s == ',') in recstr()
51 s++; in recstr()
52 switch (*s) in recstr()
56 if (!*++s) in recstr()
60 if (*s == '0' && (*(s + 1) == 'x' || *(s + 1) == 'X')) in recstr()
67 *e = (char*)s; in recstr()
71 while (*++s == ' ' || *s == '\t' || *s == ','); in recstr()
86 while (*++s == ' ' || *s == '\t' || *s == ','); in recstr()
112 while (*++s == ' ' || *s == '\t' || *s == ','); in recstr()
133 switch (*++s) in recstr()
[all …]
H A Doptget.c207 #define C(s) s argument
968 s = next(s, 0); in init()
973 s = next(s, 0); in init()
1066 for (; *s == '\a' || *s == '\b' || *s == '\v' || *s == ' '; s++); in init()
1126 s = next(s, 0); in init()
1743 …if (s[-1] == '-' && s[0] == 'l' && s[1] == 'i' && s[2] == 'c' && s[3] == 'e' && s[4] == 'n' && s[5… in item()
4489 …if ((*s == 'n' || *s == 'N') && (*(s + 1) == 'o' || *(s + 1) == 'O') && *(s + 2) && *(s + 2) != '=… in optget()
4493 for (c = *s; *s; s++) in optget()
5145 if (*++s == '?' || *s == *(s - 1)) in optget()
5616 while (*s == ',' || *s == ' ' || *s == '\t' || *s == '\n' || *s == '\r') in optstr()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg90 @ MSG_REL_UNSUPSZ "relocation error: %s: file %s: symbol %s: \
92 @ MSG_REL_BADTLS "relocation error: %s: file %s: symbol %s: \
97 @ MSG_SYS_BRK "%s: brk failed: %s"
125 @ MSG_VER_NFOUND "%s: version '%s' not found (required by file %s)"
226 @ MSG_ERR_REJ_STR "%s: %s"
253 @ MSG_ERR_EXPAND2 "%s: %s: token %s could not be expanded"
291 @ MSG_LDD_FIL_PATH "\t%s%s%s\n"
292 @ MSG_LDD_FIL_EQUIV "\t%s =>\t %s%s%s\n"
296 @ MSG_LDD_VER_FOUND "\t%s (%s) =>\t %s\n"
303 @ MSG_STR_EMSGFOR1 "%s: %s: %s"
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtip6.c99 s = dec(s, ".", a[3]); in fmtip6()
100 s = dec(s, ".", a[4]); in fmtip6()
101 s = dec(s, ".", a[5]); in fmtip6()
120 s = dec(s, "::", a[12]); in fmtip6()
121 s = dec(s, ".", a[13]); in fmtip6()
122 s = dec(s, ".", a[14]); in fmtip6()
123 s = dec(s, ".", a[15]); in fmtip6()
130 s = dec(s, ".", a[13]); in fmtip6()
131 s = dec(s, ".", a[14]); in fmtip6()
132 s = dec(s, ".", a[15]); in fmtip6()
[all …]
H A Dfmtmatch.c55 s++; in fmtmatch()
141 s++; in fmtmatch()
142 if (*s == 'K' && *(s + 1) == ')') in fmtmatch()
172 s++; in fmtmatch()
189 for (x = *p; s < z; *x++ = *s++); in fmtmatch()
207 s++; in fmtmatch()
212 s++; in fmtmatch()
217 s++; in fmtmatch()
241 for (; s <= z; *t++ = *s++); in fmtmatch()
245 s++; in fmtmatch()
[all …]
H A Dfmtre.c58 if (*s != '*' || *(s + 1) == '(' || *(s + 1) == '-' && *(s + 2) == '(') in fmtre()
61 s++; in fmtre()
84 c = *s++; in fmtre()
116 s = x; in fmtre()
119 s++; in fmtre()
127 if (!*s) in fmtre()
138 if (*s == '(' || c != '~' && *s == '-' && *(s + 1) == '(') in fmtre()
145 if (*(s + 1) == 'E' && *(s + 2) == ')') in fmtre()
147 for (s += 3; *t = *s; t++, s++); in fmtre()
159 s++; in fmtre()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c107 for (s = attrib_val; s < attrib_end; s++) in add_mapping_attribute()
188 if (s < attrib_end && *s == 'b') in add_mapping_attribute()
190 if (s < attrib_end && *s == 's') in add_mapping_attribute()
284 s_strndup_esc(s, attrib_end - s); in add_mapping_attribute()
383 for (s = attrib_val; s < attrib_end; s++) { in add_ypdomains_attribute()
446 s_strndup_esc(s, attrib_end - s); in add_ypdomains_attribute()
516 while (s < s_end && isdigit(*s)) { in get_ttls()
537 while (s < s_end && isdigit(*s)) { in get_ttls()
558 while (s < s_end && isdigit(*s)) { in get_ttls()
1057 s = get_lhs(s, end_s, &next->lhs, in get_mapping_rule()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_main.c155 pqi_state_t *s = NULL; in smartpqi_attach() local
179 s->s_dip = dip; in smartpqi_attach()
182 s->s_offline = B_FALSE; in smartpqi_attach()
203 s->s_events_taskq = ddi_taskq_create(s->s_dip, m.mem, 1, in smartpqi_attach()
206 s->s_complete_taskq = ddi_taskq_create(s->s_dip, m.mem, 4, in smartpqi_attach()
256 pqi_state_t *s; in smartpqi_detach() local
264 s->s_watchdog = 0; in smartpqi_detach()
268 pqi_free_single(s, s->s_error_dma); in smartpqi_detach()
272 pqi_free_single(s, s->s_adminq_dma); in smartpqi_detach()
276 pqi_free_single(s, s->s_queue_dma); in smartpqi_detach()
[all …]
H A Dsmartpqi_intr.c85 (void) ddi_intr_block_disable(s->s_itable, s->s_intr_cnt); in smartpqi_unregister_intrs()
98 kmem_free(s->s_itable, s->s_intr_size); in smartpqi_unregister_intrs()
100 s->s_itable = NULL; in smartpqi_unregister_intrs()
101 s->s_intr_size = 0; in smartpqi_unregister_intrs()
235 s->s_itable = kmem_zalloc(s->s_intr_size, KM_SLEEP); in add_intrs()
253 if ((ret = ddi_intr_get_pri(s->s_itable[0], &s->s_intr_pri)) != in add_intrs()
277 if ((ret = ddi_intr_get_cap(s->s_itable[0], &s->s_intr_cap)) in add_intrs()
286 (void) ddi_intr_block_enable(s->s_itable, s->s_intr_cnt); in add_intrs()
299 kmem_free(s->s_itable, s->s_intr_size); in add_intrs()
300 s->s_itable = NULL; in add_intrs()
[all …]
H A Dsmartpqi_init.c162 pqi_free_single(s, s->s_error_dma); in pqi_reset_prep()
165 pqi_free_single(s, s->s_adminq_dma); in pqi_reset_prep()
240 s->s_max_io_slots = s->s_max_outstanding_requests; in pqi_calculate_io_resources()
270 s->s_error_dma = pqi_alloc_single(s, (s->s_max_io_slots * in pqi_check_alloc()
334 bcopy_fromregs(s, (uint8_t *)s->s_reg + s->s_config_table_offset, in pqi_process_config_table()
365 if ((s->s_adminq_dma = pqi_alloc_single(s, len)) == NULL) in pqi_alloc_admin_queue()
560 s->s_max_sg_per_iu = ((s->s_max_inbound_iu_length - in pqi_calculate_queue_resources()
777 s->s_queue_groups[i].qg_softc = s; in pqi_init_operational_queues()
927 s->s_instance, s->s_firmware_version); in pqi_get_hba_version()
1377 sema_v(s); in raid_sync_complete()
[all …]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg636 @ MSG_EDATA_ENTRY_32 " %3s %#10llx %-5s %#10llx %#8llx %2lld %s %s%s"
799 @ MSG_MAP_SYM_VER_1 "%s, %s; symbol=%s (%s)"
988 at file=%s %s %s"
1236 @ MSG_SYM_EFS_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \
1246 @ MSG_SYM_EFL_ENTRY_32 "%10.10s %10.10s 0x%8.8x %4s %4s %2s %4s \
1256 @ MSG_SYM_EFS_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \
1266 @ MSG_SYM_EFL_ENTRY_64 "%10.10s %18.18s 0x%16.16llx %4s %4s %2s %4s \
1276 @ MSG_SYMINFO_ENTRY "%10.10s %-8s %7s %-24s %s"
1328 @ MSG_VER_LINE_1 "%10.10s %-26.26s %-20s %s"
1329 @ MSG_VER_LLINE_1 "%10s %-26s %-20s %s"
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrio.c73 s->strio_end = s->strio_base + size;
100 if (!(s->strio_flags & SMRD) && !(s->strio_flags & SMRW))
105 len = SM_MIN(s->strio_size - s->strio_offset, n);
106 (void) memmove(buf, s->strio_base + s->strio_offset, len);
132 if (!(s->strio_flags & SMWR) && !(s->strio_flags & SMRW))
137 if (n + s->strio_offset > s->strio_size)
139 if (!sm_strgrow(s, n + s->strio_offset))
142 (void) memmove(s->strio_base + s->strio_offset, buf, n);
253 sm_free(s);
258 sm_free(s);
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg371 @ MSG_REL_REMAIN_FMT_1 "%-40s\t%s\n %s\t\t %s\t%s"
498 @ MSG_SYM_FILETYPES "\t(file %s type=%s; file %s type=%s);"
499 @ MSG_SYM_VISTYPES "\t(file %s visibility=%s; file %s visibility=%s);"
601 @ MSG_UPD_MULEHFRAME "file %s; section [%u]%s and file %s; section [%u]%s \
627 @ MSG_CAP_MULDEFSYMS "\t(file %s symbol '%s'; file %s symbol '%s');"
1002 @ MSG_ENT_MAP_FMT_TIL_2 "\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t%s\n\n"
1003 @ MSG_ENT_MAP_FMT_TIL_3 "\n%s\t\t%s\t\t%s\n%s\t\t%s\t\t%s\t\t%s\n\n"
1124 %s: %s"
1125 @ MSG_MAP_SYMDEF2 "%s: %llu: symbol '%s': %s"
1304 (%s): lib%s.so"
[all …]
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h1830 s->cdw0 = le32toh(s->cdw0); in nvme_completion_swapbytes()
1844 s->mp = le16toh(s->mp); in nvme_power_state_swapbytes()
1858 s->vid = le16toh(s->vid); in nvme_controller_data_swapbytes()
1861 s->ver = le32toh(s->ver); in nvme_controller_data_swapbytes()
1878 s->kas = le16toh(s->kas); in nvme_controller_data_swapbytes()
1891 s->nn = le32toh(s->nn); in nvme_controller_data_swapbytes()
1941 s->cid = le16toh(s->cid); in nvme_error_information_entry_swapbytes()
1944 s->lba = le64toh(s->lba); in nvme_error_information_entry_swapbytes()
1946 s->csi = le64toh(s->csi); in nvme_error_information_entry_swapbytes()
2083 s->gen = le32toh(s->gen); in nvme_resv_status_swapbytes()
[all …]
/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h53 #define s_curlen(s) ((s)->ptr - (s)->base) argument
56 #define s_peek(s) (*((s)->ptr)) argument
57 #define s_putc(s, c) (((s)->ptr < (s)->end) ? \ argument
59 #define s_reset(s) ((s) ? (*((s)->ptr = (s)->base) = '\0', (s)) : s_new()) argument
60 #define s_restart(s) ((s)->ptr = (s)->base) argument
61 #define s_skipc(s) ((s)->ptr++) argument
62 #define s_space(s) ((s)->end - (s)->base) argument
63 #define s_terminate(s) (((s)->ptr < (s)->end) ? \ argument
64 (*(s)->ptr = 0) : (s_grow((s), 0), (s)->ptr--, 0))
65 #define s_to_c(s) ((s)->base) argument
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h214 #define SEGOP_DUP(s, n) (*(s)->s_ops->dup)((s), (n)) argument
215 #define SEGOP_UNMAP(s, a, l) (*(s)->s_ops->unmap)((s), (a), (l)) argument
216 #define SEGOP_FREE(s) (*(s)->s_ops->free)((s)) argument
219 #define SEGOP_FAULTA(s, a) (*(s)->s_ops->faulta)((s), (a)) argument
222 #define SEGOP_KLUSTER(s, a, d) (*(s)->s_ops->kluster)((s), (a), (d)) argument
223 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s)) argument
230 #define SEGOP_GETOFFSET(s, a) (*(s)->s_ops->getoffset)((s), (a)) argument
231 #define SEGOP_GETTYPE(s, a) (*(s)->s_ops->gettype)((s), (a)) argument
234 #define SEGOP_DUMP(s) (*(s)->s_ops->dump)((s)) argument
240 #define SEGOP_GETPOLICY(s, a) (*(s)->s_ops->getpolicy)((s), (a)) argument
[all …]
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel.man9s.inc18 file path=usr/share/man/man9s/Intro.9s
20 file path=usr/share/man/man9s/buf.9s
24 file path=usr/share/man/man9s/datab.9s
25 link path=usr/share/man/man9s/dblk.9s target=datab.9s
41 link path=usr/share/man/man9s/intro.9s target=Intro.9s
50 link path=usr/share/man/man9s/mac_callbacks_t.9s target=mac_callbacks.9s
52 link path=usr/share/man/man9s/mac_register_t.9s target=mac_register.9s
53 link path=usr/share/man/man9s/mblk.9s target=msgb.9s
80 link path=usr/share/man/man9s/mac_group_info_t.9s target=mac_group_info.9s
82 link path=usr/share/man/man9s/mac_intr_t.9s target=mac_intr.9s
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c360 if (s == 0 || *s == 0 || *s == '#' || *s == '*') in read_baseline()
424 if (s == 0 || *s == 0) in read_baseline()
431 if (s == 0 || *s == 0) in read_baseline()
439 if (s == 0 || *s == 0) in read_baseline()
465 if (s == 0 || *s == 0) in read_baseline()
472 if (s == 0 || *s == 0) in read_baseline()
479 if (s == 0 || *s == 0) in read_baseline()
486 if (s == 0 || *s == 0) in read_baseline()
493 if (s == 0 || *s == 0) in read_baseline()
500 if (s == 0 || *s == 0) in read_baseline()
[all …]
/illumos-gate/usr/src/cmd/tbl/
H A Dtc.c23 char *s; in choochar() local
38 while (*s) in choochar()
40 if (*s > 0 && (unsigned char)*s <= 127) in choochar()
43 s++; in choochar()
49 if (*s > 0 && (unsigned char)*s <= 127) in choochar()
52 s++; in choochar()
59 *s; s++) in choochar()
63 F1= *s; in choochar()
71 *s; s++) in choochar()
75 F2= *s; in choochar()
[all …]

12345678910>>...193