Searched defs:common (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dmkey3.c36 common(char *s) function
/illumos-gate/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c61 common_data_t common; variable
106 common.Progname = argv[0];
107 common.search_path = getenv("FC_SEARCH_PATH");
108 common.fcode_fd = -1;
109 env = fc_env = clone_environment(NULL, &common);
/illumos-gate/usr/src/lib/efcode/include/fcdriver/
H A Dfcdriver.h56 common_data_t *common; member in struct:MY_PRIVATE_DATA
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile28 # Note: Why SUBDIRS-common isn't sorted alphabetically
35 SUBDIRS-common= libconv \
83 SUBDIRS= $(SUBDIRS-common) $(SUBDIRS-$(MACH))
191 ../../common/elfcap \
193 ../../uts/common/krtld \
194 ../../uts/common/sys \
/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c198 * Choose middle 64 bits of the common key to use as our des key, possibly
245 * Generic key size Diffie-Hellman common key generation routine.
269 MINT *common; local
277 common = mp_itom(0);
278 mp_pow(public, secret, MODULUS_192_0, common);
279 (void) __extractdeskey(common, &deskeys[0]);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_cm.c648 uint16_t common; local
679 common = ntohs(dp->dp_protocol_minor_mask) &
681 if (dp->dp_protocol_major == 3 && common) {
683 while ((common >>= 1) != 0)
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c127 static int common = 0; /* produce common listing */ variable
633 if (diff || common || neither) {
685 if (common && (ibool[i].val == boolval))
705 if (diff || common || neither)
739 if (common && (num[i].val == numval))
761 if (diff || common || neither)
797 if (common && EQUAL(str[i].val, strval)) {
944 case 'c': common++;
990 (void) fprintf(stderr, "\t-c\tprint common "
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv_cache.c56 des_block common[3]; member in struct:skck
112 uid_t uid, deskeyarray common,
855 deskeyarray common,
873 if (common.deskeyarray_len > sizeof (skck->common)/sizeof (des_block) ||
894 for (i = 0; i < common.deskeyarray_len; i++) {
895 skck->common[i] = common.deskeyarray_val[i];
975 cl->deskey.deskeyarray_len = sizeof (skck->common)/sizeof (des_block);
977 cl->deskey.deskeyarray_val[i] = skck->common[
852 cache_insert_ch( struct cachekey_header *ch, uid_t uid, deskeyarray common, des_block key, keybuf3 *public, keybuf3 *secret) argument
1203 cache_insert( keylen_t keylen, algtype_t algtype, uid_t uid, deskeyarray common, des_block key, keybuf3 *public, keybuf3 *secret) argument
[all...]
H A Dsetkey.c41 * Store secret keys. Compute common keys,
43 * Cache the common keys, so the expensive computation is avoided.
132 struct cachekey3_list *common[NUMHASHBUCKETS]; member in struct:psdata
682 /* XXX clear stuff out of the common key cache as well? */
1160 * Try to find the common key in the cache
1206 * Choose middle 64 bits of the common key to use as our des key, possibly
1287 MINT *common; local
1325 common = mp_itom(0);
1326 mp_pow(public, secret, MODULUS, common);
1327 extractdeskey(common,
1650 MINT *common; local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h86 STAILQ_HEAD(, common_symbol) common; /* list of common symbols */ member in struct:linker_file
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c413 * they are displayed adjacent to the "normal" common output.
438 * Displays a contract's verbose status, common fields first.
441 print_verbose(ct_stathdl_t hdl, verbout_t *spec, verbout_t *common) argument
449 for (i = 0; common[i].label; i++)
450 if ((tmp = strlen(common[i].label)) > maxwidth)
461 for (i = 0; common[i].label; i++) {
462 tmp = printf("\t%s", common[i].label);
466 common[i].func(hdl);
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-mca.h124 struct mcinfo_common common; member in struct:mcinfo_global
139 struct mcinfo_common common; member in struct:mcinfo_bank
161 struct mcinfo_common common; member in struct:mcinfo_extended
221 struct mcinfo_common common; member in struct:mcinfo_recovery
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82599.c1466 union ixgbe_atr_hash_dword common)
1474 /* generate common hash dword */
1475 hi_hash_dword = IXGBE_NTOHL(common.dword);
1477 /* low dword is word swapped version of common */
1525 * @common: compressed common input dword
1533 union ixgbe_atr_hash_dword common,
1577 fdirhashcmd |= ixgbe_atr_compute_sig_hash_82599(input, common);
1621 /* generate common hash dword */
1626 /* low dword is word swapped version of common */
1465 ixgbe_atr_compute_sig_hash_82599(union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common) argument
1531 ixgbe_fdir_add_signature_filter_82599(struct ixgbe_hw *hw, union ixgbe_atr_hash_dword input, union ixgbe_atr_hash_dword common, u8 queue) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c190 struct propinfo common[] = { variable in typeref:struct:propinfo
196 #define COMMON_COUNT (sizeof (common) / sizeof (struct propinfo))
1716 common[j].access & PICL_READ ?
1718 common[j].access & PICL_WRITE ?
1720 common[j].type, common[j].size,
1721 common[j].access, common[j].name, 0);
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c237 * polllock(php, mutex) does the common case: pollunlock(),
1553 int common; local
1571 common = (nfds > old_nfds) ? old_nfds : nfds;
1588 remain = common;
1590 while (count < common) {
1601 if ((count == 0) && (offset == common)) {
1608 ASSERT(count < common);
1734 remain = common - count;
1738 if (mismatch == common) {
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2333 context_t common; member in struct:server_context
3788 context_t common; member in struct:client_context
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h473 * Should be moved to a common place.
733 /*** This i2c section should be in common .h file with EMC... ***/
757 /*** This i2c section should be in common .h file with EMC... ***/
2488 lm_rx_chain_common_t common; member in struct:_lm_tpa_chain_t
2536 lm_rx_chain_common_t common; member in struct:_lm_rx_chain_t
2607 #define LM_RXQ_COMMON(_pdev, _idx) ((_pdev)->rx_info.rxq_chain[_idx].common)
2618 #define LM_TPA_COMMON(_pdev, _idx) ((_pdev)->rx_info.rxq_chain[_idx].tpa_chain.common)
2637 u8_t ramrod_priority; //ramrod priority (this priority is for the 'common sq' and not for the 'per CID one outstanding' mechnism)
2825 /* lm device offload info that is common to all offloaded protocols */
2856 /* ecore info. Variables that are accessed from the common ini
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h286 * common data for all protocols
3927 * common data for all protocols $$KEEP_ENDIANNESS$$
3965 struct spe_hdr_t hdr /* common data for all protocols */;
4213 struct eth_tx_bd reg_bd /* the common bd */;
6756 u8_t statistics_counter_id /* The ID of the statistics client for counting common/L2 statistics */;
6764 u8_t statistics_counter_id /* The ID of the statistics client for counting common/L2 statistics */;
7091 u16_t reserved2 /* The ID of the statistics client for counting common/L2 statistics */;
7092 u8_t statistics_counter_id /* The ID of the statistics client for counting common/L2 statistics */;
7108 u8_t statistics_counter_id /* The ID of the statistics client for counting common/L2 statistics */;
7109 u16_t reserved2 /* The ID of the statistics client for counting common/L
7287 struct xstorm_common_context_section common; member in struct:xstorm_iscsi_st_context
8502 struct hc_sb_data common /* The fast-path status block meta-data, common to all chips */; member in struct:hc_status_block_data_e1x
8512 struct hc_sb_data common /* The fast-path status block meta-data, common to all chips */; member in struct:hc_status_block_data_e2
9330 struct xstorm_common_context_section common; member in struct:xstorm_toe_st_context
[all...]

Completed in 187 milliseconds