Home
last modified time | relevance | path

Searched refs:fmts (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/lib/libcmd/common/
H A Ddate.c280 Fmt_t* fmts; in b_date() local
298 fmts = &fmt; in b_date()
338 f->next = fmts; in b_date()
340 fmts = f; in b_date()
389 ts = convert(fmts, s, now); in b_date()
390 te = convert(fmts, t, now); in b_date()
454 now = convert(fmts, s, now); in b_date()
465 now = convert(fmts, s, now); in b_date()
479 while (fmts != &fmt) in b_date()
481 f = fmts; in b_date()
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Ddate.c289 Fmt_t* fmts; in b_date() local
307 fmts = &fmt; in b_date()
347 f->next = fmts; in b_date()
349 fmts = f; in b_date()
415 ts = convert(fmts, s, now); in b_date()
416 te = convert(fmts, t, now); in b_date()
480 now = convert(fmts, s, now); in b_date()
491 now = convert(fmts, s, now); in b_date()
505 while (fmts != &fmt) in b_date()
507 f = fmts; in b_date()
[all...]
/titanic_51/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c330 auimpl_choose_format(int fmts) in auimpl_choose_format() argument
338 if (fmts & AUDIO_FORMAT_S24_NE) in auimpl_choose_format()
341 if (fmts & AUDIO_FORMAT_S32_NE) in auimpl_choose_format()
344 if (fmts & AUDIO_FORMAT_S24_OE) in auimpl_choose_format()
347 if (fmts & AUDIO_FORMAT_S32_OE) in auimpl_choose_format()
350 if (fmts & AUDIO_FORMAT_S16_NE) in auimpl_choose_format()
353 if (fmts & AUDIO_FORMAT_S16_OE) in auimpl_choose_format()
356 if (fmts & AUDIO_FORMAT_AC3) in auimpl_choose_format()
383 int fmts; in auimpl_engine_setup() local
410 fmts in auimpl_engine_setup()
[all...]
/titanic_51/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_util.c658 acpidev_generate_unitaddr(char *uid, char **fmts, size_t nfmt, in acpidev_generate_unitaddr() argument
692 if (fmts != NULL) { in acpidev_generate_unitaddr()
694 rbuf = acpidev_gen_unitaddr(uid, fmts[i], buf, len); in acpidev_generate_unitaddr()
711 acpidev_set_unitaddr(acpidev_walk_info_t *infop, char **fmts, size_t nfmt, in acpidev_set_unitaddr() argument
739 if (fmts == NULL) { in acpidev_set_unitaddr()
740 fmts = acpidev_uid_formats; in acpidev_set_unitaddr()
744 infop->awi_info->UniqueId.String, fmts, nfmt, in acpidev_set_unitaddr()
/titanic_51/usr/src/uts/i86pc/sys/
H A Dacpidev.h461 extern char *acpidev_generate_unitaddr(char *uid, char **fmts, size_t nfmt,
470 char **fmts, size_t nfmt, char *unitaddr);
/titanic_51/usr/src/lib/libpool/common/
H A Dpool_xml.c2277 const char **fmts; in pool_build_xpath_buf() local
2336 fmts = ATTR_FMTS; in pool_build_xpath_buf()
2338 fmts = PROP_FMTS; in pool_build_xpath_buf()
2346 if (append_char_buf(cb, fmts[pvc], prop_name, uval) in pool_build_xpath_buf()
2354 if (append_char_buf(cb, fmts[pvc], prop_name, ival) in pool_build_xpath_buf()
2362 if (append_char_buf(cb, fmts[pvc], prop_name, dval) in pool_build_xpath_buf()
2370 if (append_char_buf(cb, fmts[pvc], prop_name, in pool_build_xpath_buf()
2378 if (append_char_buf(cb, fmts[pvc], prop_name, sval) in pool_build_xpath_buf()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_fmt.c468 const char *fmts[] = { "%-16llx", "%-17llx" }; in fmt_hex64() local
474 mdb_iob_printf(mdb.m_out, fmts[(x & mask) != 0], x); in fmt_hex64()
H A Dmdb_print.c2919 char **fmts, *last, *dest, f; in cmd_printf() local
2949 fmts = mdb_zalloc(strlen(fmt) * sizeof (char *), UM_SLEEP | UM_GC); in cmd_printf()
3042 fmts[nfmts++] = last; in cmd_printf()
3097 mdb_printf(fmts[i], mdb_get_dot()); in cmd_printf()
3106 if ((ret = funcs[i](mid, pa.pa_addr, off, fmts[i])) != 0) { in cmd_printf()