Searched refs:concat (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/dk/
H A Dstringtokey.c47 unsigned char *concat, *foldstring, *foldkeydata; local
58 if ((concat = (unsigned char *) malloc(concatlen)) == NULL)
61 free(concat);
66 free(concat);
72 memcpy(concat, string->data, string->length);
74 memcpy(concat+string->length, salt->data, salt->length);
76 krb5_nfold(concatlen*8, concat, keybytes*8, foldstring);
100 memset(concat, 0, concatlen);
106 free(concat);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_concat.c58 devconfig_t **concat);
64 devconfig_t **concat);
71 * nbytes - the desired capacity of the concat
78 * PURPOSE: Main layout driver for composing concat volumes.
80 * Attempts to construct a concat of size nbytes.
85 * 1 - concat within an HBA
88 * 2 - concat across all available similar HBAs
90 * 3 - concat across all available HBAs
95 * for (each HBA grouping) and (concat not composed) {
97 * for (strategy[1,2]) and (concat no
136 devconfig_t *concat = NULL; local
299 compose_concat_within_hba( devconfig_t *request, dlist_t *hbas, uint64_t nbytes, devconfig_t **concat) argument
366 populate_concat( devconfig_t *request, uint64_t nbytes, dlist_t *disks, dlist_t *othervols, devconfig_t **concat) argument
536 devconfig_t *concat = NULL; local
608 assemble_concat( devconfig_t *request, dlist_t *comps, devconfig_t **concat) argument
[all...]
H A Dlayout_concat.h49 devconfig_t **concat);
H A Dlayout_mirror.c263 * stripe or concat. Submirror types may be mixed.
408 /* adjust concat names */
962 * PURPOSE: Main layout driver for composing concat submirrors.
1127 gettext(" -->Strategy 2: use any disks from %d similar HBAs - concat per HBA\n"),
1201 gettext(" -->Strategy 4: use any disks from %d HBAs - concat per HBA\n"),
1860 * input list. Each concat will be composed using disks from a
1872 * if (concat can be composed) {
1873 * save concat
1909 devconfig_t *concat = NULL; local
1915 request, nbytes, disks, cursubs, &concat);
2015 devconfig_t *concat = NULL; local
2137 devconfig_t *concat = NULL; local
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterAdd.java157 cmd = cmd.concat(" -s " + printserver);
159 cmd = cmd.concat(" -v " + device);
162 cmd = cmd.concat(" -m uri");
165 cmd = cmd.concat(" -m netstandard");
167 cmd = cmd.concat(" -m standard");
169 cmd = cmd.concat("_foomatic");
173 cmd = cmd.concat(" -T " + printertype);
175 cmd = cmd.concat(" -A " + notify);
177 cmd = cmd.concat(" -n " + ppdfile);
182 cmd = cmd.concat("
[all...]
H A DDoPrinterMod.java411 cmd = cmd.concat(" -s localhost");
416 cmd = cmd.concat(" -v " + device);
421 cmd = cmd.concat(" -m uri");
426 cmd = cmd.concat(" -m netstandard_foomatic");
428 cmd = cmd.concat(" -m netstandard");
432 cmd = cmd.concat(" -T " + printertype);
440 cmd = cmd.concat(" -n " + ppdfile);
444 cmd = cmd.concat(" -A " + notify);
451 cmd = cmd.concat(" -o dest=");
452 cmd = cmd.concat("
[all...]
H A DSysCommand.java171 result = result.concat("\n" + line);
188 errstr = errstr.concat("\n" + line);
229 clean = clean.concat("**** ");
238 clean = clean.concat(cmd.substring(i, cmd.length()));
H A DPrinter.java224 newcmds = newcmds.concat("\n");
230 cmdlog = cmdlog.concat(newcmds);
242 errs = errs.concat("\n");
248 errlog = errlog.concat(errs);
261 warning = warning.concat("\n");
267 warnlog = warnlog.concat(warning);
H A DDoPrinterNS.java150 cmd = cmd.concat(" -f /usr/lib/print/Makefile.yp ");
151 cmd = cmd.concat("printers.conf");
194 cmd = cmd.concat(nshost);
195 cmd = cmd.concat(" echo");
244 bsdaddr = bsdaddr.concat("," + extensions);
248 cmd = cmd.concat(" -a " + "description=" +
251 cmd = cmd.concat(" " + printername);
335 cmd = cmd.concat(" -f /usr/lib/print/Makefile.yp printers.conf");
441 bsdaddr = bsdaddr.concat("," + extensions);
449 cmd_log = cmd_log.concat("
[all...]
H A DDoPrinterUtil.java92 o = o.concat("\n");
97 devices = devices.concat(" " + dev + " ");
104 devices = devices.concat(" " + dev + " ");
111 devices = devices.concat(" " + dev + " ");
118 devices = devices.concat(" " + dev + " ");
126 devices = devices.concat(" " + dev + " ");
133 devices = devices.concat(" " + dev + " ");
H A DDoPrinterView.java124 o = o.concat("\n");
222 o = o.concat("\n");
293 str = str.concat(",");
408 o = o.concat("\n");
H A DPrinterDebug.java122 str = str.concat(arr[i] + " ");
H A DTest.java95 o = o.concat("\n");
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstabs.c125 concat(char *s1, char *s2, int s2strip) function
285 fstr = concat(fstr, str, offset);
288 fstr = concat(fstr, str, 0);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c150 concat(const char *s1, char sep, const char *s2);
241 root = concat("", '/', key);
419 strdup(""), concat(map, '/', key)));
552 ? concat(opts, ',', "direct")
667 concat(const char *s1, char sep, const char *s2) function
716 return (concat(opts, ',', MNTOPT_NOSUID));
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_defaults.c1002 devconfig_t *concat = NULL; local
1005 /* Get/create singleton concat element for this disk set */
1007 defaults, diskset, TYPE_CONCAT, &concat, TRUE)) != 0) {
1013 return (devconfig_set_volume_usehsp(concat, val));
1046 devconfig_t *concat; local
1054 /* Get/create singleton concat element for this disk set */
1056 defaults, disksets[i], TYPE_CONCAT, &concat, FALSE);
1059 /* concat found for this disk set */
1063 concat, val)) == 0) {
1070 /* concat no
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Db.c562 static Node *regexp(void), *primary(void), *concat(Node *);
591 return (alt(concat(primary())));
651 concat(Node *np) function
655 return (concat(op2(CAT, np, primary())));
666 return (alt(op2(OR, np, concat(primary()))));
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcpy.s1428 movdqa %xmm3,%xmm2 # save for use next concat
1483 movdqa %xmm3,%xmm2 # save for use next concat
1538 movdqa %xmm3,%xmm2 # save for use next concat
1593 movdqa %xmm3,%xmm2 # save for use next concat
1648 movdqa %xmm3,%xmm2 # save for use next concat
1703 movdqa %xmm3,%xmm2 # save for use next concat
1758 movdqa %xmm3,%xmm2 # save for use next concat
1813 movdqa %xmm3,%xmm2 # save for use next concat
1868 movdqa %xmm3,%xmm2 # save for use next concat
1923 movdqa %xmm3,%xmm2 # save for use next concat
[all...]
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s71 sll %o0,16,%o0 ! shift, concat, done.
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java781 filecontents = filecontents.concat(",");
783 filecontents = filecontents.concat(filedata[i]);

Completed in 123 milliseconds