Searched defs:multi (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsvcctl_scm.c103 boolean_t multi = B_FALSE; local
121 multi = B_TRUE;
171 ret = multi ? E2BIG : 0;
334 * Collapse multi-line tm_common_name values into a single line.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dgv.c97 Perl_gv_init(pTHX_ GV *gv, HV *stash, const char *name, STRLEN len, int multi) argument
123 if (multi || doproto) /* doproto means it _was_ mentioned */
1222 /* multi-named GPs cannot be used for method cache */
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1859 * @multi:
1867 static runlist_element * test_rl_pure_src(BOOL contig, BOOL multi, int vcn, int len) argument
1881 if (multi) {
1898 * @multi:
1908 static void test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) argument
1914 src = test_rl_pure_src(contig, multi, vcn, len);
1928 * @multi:
1934 static void test_rl_pure(char *contig, char *multi) argument
1977 printf("rl pure [contig|noncontig] [single|multi]\n");
1980 if (strcmp(multi, "mult
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c1289 * or multi-file keystore
1324 boolean_t multi = B_FALSE; local
1329 * or a multi-file keystore
1357 * as a multi-file
1360 multi = B_TRUE;
1367 multi = B_FALSE;
1384 * it as a multi-file keystore
1386 multi = B_TRUE;
1405 if (!multi) {
1411 /* multi
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c172 nss_backend_t **multi; /* array[limit_dead_backends] of */ member in union:nss_src_state::__anon1412
951 be = src->dormant.multi[src->n_dormant];
1030 } else if (src->dormant.multi != 0 ||
1031 (src->dormant.multi =
1034 src->dormant.multi[src->n_dormant] = be;
1163 } else if (src->dormant.multi != 0) {
1167 (void) NSS_INVOKE_DBOP(src->dormant.multi[n],
1170 libc_free(src->dormant.multi);
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h275 CK_BBOOL multi; member in struct:_ENCR_DECR_CONTEXT
288 CK_BBOOL multi; member in struct:_DIGEST_CONTEXT
298 CK_BBOOL multi; // is this a multi - part operation? member in struct:_SIGN_VERIFY_CONTEXT

Completed in 117 milliseconds