Searched defs:concat (Results 1 - 7 of 7) 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/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/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/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_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/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/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));

Completed in 72 milliseconds