Searched defs:ins (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dunistr.c379 * @ins: input Unicode string buffer
384 * Convert the input little endian, 2-byte Unicode string @ins, of length
396 * EINVAL Invalid arguments (e.g. @ins or @outs is NULL).
402 int ntfs_ucstombs(const ntfschar *ins, const int ins_len, char **outs, argument
413 if (!ins || !outs) {
451 wc = (wchar_t)le16_to_cpu(ins[i]);
490 * @ins: input multibyte string buffer
494 * Convert the input multibyte string @ins, from the current locale into the
506 * EINVAL Invalid arguments (e.g. @ins or @outs is NULL).
512 int ntfs_mbstoucs(const char *ins, ntfscha argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c704 nvlist_t *ins; local
708 ins = out = NULL;
714 if ((*err = topo_hdl_nvalloc(thp, &ins, NV_UNIQUE_NAME)) != 0)
718 if (nvlist_add_string(ins, TOPO_METH_FMRI_ARG_NAME, name) != 0 ||
719 nvlist_add_uint32(ins, TOPO_METH_FMRI_ARG_INST, inst) != 0) {
721 TOPO_METH_FMRI, ins));
725 nvlist_add_nvlist(ins, TOPO_METH_FMRI_ARG_NVL, nvl) != 0) {
727 TOPO_METH_FMRI, ins));
730 TOPO_METH_FMRI, TOPO_METH_FMRI_VERSION, ins, &out, err) != 0) {
731 return (set_nverror(thp, *err, err, TOPO_METH_FMRI, ins));
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c1498 static void rl_insert_at_run(runlist **rl, int run, runlist *ins) argument
1506 ins_items = rl_items(ins) - 1;
1517 for (vcn = rle->vcn; ins->length; rle++, vcn += ins->length, ins++) {
1518 rl_set(rle, vcn, ins->lcn, ins->length);
1525 // (*rl + run)->lcn = ins->lcn;

Completed in 113 milliseconds