Searched refs:multi (Results 1 - 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/cmd/ypcmd/
H A Dmulti.sh36 MULTIAWK=/usr/lib/netsvc/yp/multi.awk
39 USAGE="Usage: multi [-b] [-l] [-s] [-n] [hosts file]
H A DMakefile30 multi multi.awk stdethers stdhosts \
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddig_mgr.c342 ctx->multi = FALSE;
364 ctx->multi = FALSE;
392 if (ctx->multi == TRUE) {
426 ctx->multi = TRUE;
490 ctx->multi = FALSE;
H A Dsign_mgr.c93 // PKCS #11 doesn't allow multi - part RSA operations
153 // PKCS #11 doesn't allow multi - part HMAC operations
190 // PKCS #11 doesn't allow multi - part HMAC operations
215 ctx->multi = FALSE;
231 ctx->multi = FALSE;
274 if (ctx->multi == TRUE) {
319 ctx->multi = TRUE;
382 if (ctx->multi == TRUE) {
H A Dverify_mgr.c95 // PKCS #11 doesn't allow multi - part RSA operations
151 // PKCS #11 doesn't allow multi - part HMAC operations
200 ctx->multi = FALSE;
216 ctx->multi = FALSE;
251 if (ctx->multi == TRUE) {
296 ctx->multi = TRUE;
356 if (ctx->multi == TRUE) {
H A Ddecr_mgr.c127 ctx->multi = FALSE;
142 ctx->multi = FALSE;
177 if (ctx->multi == TRUE) {
H A Dencr_mgr.c126 ctx->multi = FALSE;
141 ctx->multi = FALSE;
176 if (ctx->multi == TRUE) {
H A Dtpmtok_int.h276 CK_BBOOL multi; member in struct:_ENCR_DECR_CONTEXT
289 CK_BBOOL multi; member in struct:_DIGEST_CONTEXT
299 CK_BBOOL multi; // is this a multi - part operation? member in struct:_SIGN_VERIFY_CONTEXT
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c80 char multi[MB_LEN_MAX + 1]; local
117 if ((len = _mbftowc(multi, &wc, getchar, &peekc)) > 0) {
120 strncpy(gp, multi, len);
393 char multi[MB_LEN_MAX + 1]; local
407 if ((len = _mbftowc(multi, &wc, getchar, &peekc)) > 0) {
410 strncpy(rp, multi, len);
428 if ((len = _mbftowc(multi, &wc, getchar, &peekc)) > 0) {
431 strncpy(rp, multi, len);
747 char multi[MB_LEN_MAX + 1]; local
820 if ((len = _mbftowc(multi,
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile57 multi-user-server.xml \
58 multi-user.xml \
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile59 ../milestone/multi-user.xml \
78 ../milestone/multi-user-server.xml \
88 ../milestone/multi-user-server.xml \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c166 unsigned int multi[UCHAR_MAX + 1]; /* muti char count */ \
1023 memzero(mp->multi, sizeof(mp->multi));
1108 mp->multi[q]++;
1132 mp->multi[':']++;
1136 mp->multi['.']++;
1145 mp->multi['X']++;
1170 mp->multi['\t']++;
1184 mp->multi['$']++;
1191 mp->multi[
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c2179 rdc_k_info_t *multi = NULL; local
2193 /* If this is the multi-hop secondary, move along to the primary */
2195 multi = krdc;
2202 multi = NULL;
2450 multi = ktmp;
2521 multi = ktmp;
2606 if (multi) {
2608 (void) RDC_SET_BITMAP(multi, pos, len, &bitmask);
2686 rdc_k_info_t *multi = NULL; local
2693 /* If this is the multi
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c549 uint16_t multi = 0; local
583 multi = CalculateITDMultiField(ph->p_ep.wMaxPacketSize);
585 if (multi > EHCI_ITD_CTRL_MULTI_MASK) {
587 "ehci_insert_itd_req: Wrong multi value.");
630 "ehci_insert_itd_req: count = 0x%x multi = %d"
633 xactcount, multi, xact_status, page,
665 buf[2] |= multi;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1138 entry_p->bits.hdw.multi,
1974 boolean_t multi; local
2030 * (The jumbo or multi packet will be counted as only one
2038 multi = B_FALSE;
2049 rcr_p, rcr_desc_rd_head_p, &multi, &nmp, &mp_cont);
2056 if (!multi && !mp_cont) { /* frame fits a partition */
2061 } else if (multi && !mp_cont) { /* first segment */
2065 } else if (multi && mp_cont) { /* mid of multi segs */
2069 } else if (!multi
2175 uint64_t multi; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/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.
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h712 uint32_t multi:1; member in struct:_rcr_entry_t::__anon8544::__anon8545
732 uint32_t multi:1;
746 uint32_t multi:1; member in struct:_rcr_entry_t::__anon8544::__anon8547
766 uint32_t multi:1;
1352 uint32_t multi:1; member in struct:_rx_dma_loga_t::__anon8568::__anon8569
1360 uint32_t multi:1;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c723 entry_p->bits.multi,
1407 boolean_t multi; local
1462 multi = B_FALSE;
1494 rcrp, rcr_desc_rd_head_p, &multi, &nmp, &mp_cont,
1510 if (!multi && !mp_cont) { /* frame fits a partition */
1514 } else if (multi && !mp_cont) { /* first segment */
1517 } else if (multi && mp_cont) { /* mid of multi segs */
1520 } else if (!multi && mp_cont) { /* last segment */
1530 "before updating: multi
1639 uint64_t multi; local
[all...]
H A Dhxge_rxdma.h170 uint32_t multi:1; member in struct:_rcr_entry_t::__anon5847
186 uint32_t multi:1;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c146 nss_backend_t **multi; /* array[limit_dead_backends] of */ member in union:nss_src_state::__anon208
774 be = src->dormant.multi[src->n_dormant];
853 } else if (src->dormant.multi != 0 ||
854 (src->dormant.multi =
857 src->dormant.multi[src->n_dormant] = be;
944 } else if (src->dormant.multi != 0) {
948 (void) NSS_INVOKE_DBOP(src->dormant.multi[n],
951 libc_free(src->dormant.multi);
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c1847 dl_enabmulti_req_t *multi; local
1864 multi = (dl_enabmulti_req_t *)mp->b_rptr;
1865 maddr = (struct ether_addr *)(mp->b_rptr + multi->dl_addr_offset);
1876 MBLKIN(mp, multi->dl_addr_offset, multi->dl_addr_length) &&
1877 multi->dl_addr_length == macinfo->llcp_addrlen &&
1963 dl_enabmulti_req_t *multi; local
1979 multi = (dl_enabmulti_req_t *)mp->b_rptr;
1980 maddr = (struct ether_addr *)(multi + 1);
1983 MBLKIN(mp, multi
[all...]
H A Dgld.c1082 (void) strcpy(gsp->glds_prom.value.c, "multi");
2791 gld->gld_flags & GLD_PROM_MULT ? "multi" : " ");
4760 GLD_MAC_PROMISC_NOOP; /* phys overrides multi */
4839 dl_enabmulti_req_t *multi; local
4861 multi = (dl_enabmulti_req_t *)mp->b_rptr;
4863 if (!MBLKIN(mp, multi->dl_addr_offset, multi->dl_addr_length) ||
4864 multi->dl_addr_length != macinfo->gldm_addrlen)
4872 maddr = mp->b_rptr + multi->dl_addr_offset;
5013 dl_disabmulti_req_t *multi; local
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2449 /* Returns true if the property is multi-valued */
2454 boolean_t multi; local
2458 ret = nwam_ncu_prop_multivalued(prop, &multi);
2461 ret = nwam_loc_prop_multivalued(prop, &multi);
2464 ret = nwam_enm_prop_multivalued(prop, &multi);
2467 ret = nwam_known_wlan_prop_multivalued(prop, &multi);
2472 multi = B_FALSE;
2473 return (multi);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c2268 inithca->multi.mc_baseaddr = addr;
2270 inithca->multi.log_mc_tbl_ent = highbit(mcg_size) - 1;
2271 inithca->multi.mc_tbl_hash_sz =
2273 inithca->multi.mc_hash_fn = TAVOR_MCG_DEFAULT_HASH_FN;
2274 inithca->multi.log_mc_tbl_sz = state->ts_cfg_profile->cp_log_num_mcg;

Completed in 163 milliseconds

12