Searched defs:multiple (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/crypto/padding/
H A Dpkcs7.c48 * where 0x0k is if data_len mod multiple = multiple - k
49 * and multiple < 256 and 1 <= k <= multiple
76 size_t padbuflen, uint8_t multiple)
80 padlen = multiple - (datalen % multiple);
75 pkcs7_encode(uint8_t *databuf, size_t datalen, uint8_t *padbuf, size_t padbuflen, uint8_t multiple) argument
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorpi.c136 static boolean structured, multiple; variable
374 multiple = structured = 0;
377 (multiple = ((wordc == 9) &&
387 if (!multiple)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c68 int multiple = 0; /* take multiple replies */ variable
96 * -m Wait for multiple answers (best used with the "-n"
153 multiple++;
381 if (multiple)
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c76 uchar_t multiple; /* > 1 such error per fs possible? */ member in struct:hsfs_error
334 if (hsfs_error[errtype].multiple)
/illumos-gate/usr/src/lib/libdll/common/
H A Ddlfcn.c348 static NSModule multiple(NSSymbol sym, NSModule om, NSModule nm) function
360 undefined, multiple, linkedit
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1214 "multiple protocols "
1454 "multiple protocols "
1468 "multiple property "
1739 "Specifying multiple protocols "
1981 * set. Also indicate if multiple resource names since the syntax
2005 * Check to see if the share has multiple resource names since
2028 * full object that can have multiple instances below the share, we
2042 boolean_t multiple; local
2061 * multiple resources as though they had properties set.
2063 multiple
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c3133 /* split into multiple if's due to excessive indentations */
4903 int multiple)
4952 if (multiple && matchcount > 1)
5230 * that we only need to read a single pathname for multiple matching
6489 "multiple counters not permitted";
7131 * root's name_to_major table. Note that there can be multiple matches,
4901 find_enum_id(devfsadm_enumerate_t rules[], int nrules, char *devfs_path, int index, char *min, int type, char **buf, int multiple) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1216 emsg = gettext("Property %s has multiple values; "
11753 * if we ever have multiple scopes, this could be complicated.
14250 int multiple; local
14261 multiple = prop_has_multiple_values(prop, val);
14264 pname, scf_type_to_string(ty), multiple ? "(" : "")
14303 if ((is_str && multiple) ||
14331 if ((multiple && putc(')', strm) == EOF) ||
16511 * is supported by multiple manifest files.

Completed in 111 milliseconds