Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 25 of 474) sorted by last modified time

12345678910>>...19

/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c118 flag_printf(FILE *fp, const char *s, uint_t flags, size_t bits, in flag_printf() argument
125 for (i = 0; i < bits; i++) { in flag_printf()
140 flag64_printf(FILE *fp, const char *s, uint64_t flags, size_t bits, in flag64_printf() argument
147 for (i = 0; i < bits; i++) { in flag64_printf()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c10026 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10043 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10055 LE_SWAP16(CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct()
10121 CtCmd->CommandResponse.bits.CmdRsp)), in emlxs_send_ct_rsp()
H A Demlxs_sli4.c5093 if (((SLI_CT_REQUEST *) pkt->pkt_cmd)->CommandResponse.bits. in emlxs_sli4_prep_ct_iocb()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids23530 0520 Touch Sensitive Intelligent Control Keypad (STICK2C Firmware download, 32/64bits
23531 0521 Touch Sensitive Intelligent Control Keypad (STICK2C, 32/64bits)
23532 0540 Sunlite Universal Smart Handy Interface (SUSHI1A Firmware download, 32/64bits)
23533 0541 Sunlite Universal Smart Handy Interface (SUSHI1A, 32/64bits)
23535 0571 Touch Sensitive Intelligent Control Keypad (STICK4A, 32/64bits)
23537 0581 Touch Sensitive Intelligent Control Keypad (STICK5A, 32/64bits)
23538 0590 Intelligent Dmx Interface (SIUDI9S Firmware Download, 32/64bits)
23539 0591 Intelligent Dmx Interface (SIUDI9S, 32/64bits)
23540 0600 Intelligent Dmx Interface (SIUDI9M Firmware Download, 32/64bits)
23541 0601 Intelligent Dmx Interface (SIUDI9M, 32/64bits)
[all …]
H A Dpci.ids18897 # Multifunction device with 3 function bits in ID
18901 # Multifunction device with reset straps and function bits in ID
18945 # Multifunction device with 4 function bits in ID
18950 # Multifunction device with 4 function bits in ID
18955 # Multifunction device with 8 function bits in ID
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_ept.c58 uint64_t bits = attr & 0x7; in ept_attr_to_pat() local
59 return (bits << 3); in ept_attr_to_pat()
91 ept_reset_bits(volatile uint64_t *entry, uint64_t mask, uint64_t bits) in ept_reset_bits() argument
103 newpte = (pte & ~mask) | bits; in ept_reset_bits()
H A Dvmm_sol_rvi.c34 uint64_t bits; in rvi_prot() local
36 bits = 0; in rvi_prot()
38 bits |= PT_WRITABLE; in rvi_prot()
40 bits |= PT_NX; in rvi_prot()
42 return (bits); in rvi_prot()
111 rvi_reset_bits(volatile uint64_t *entry, uint64_t mask, uint64_t bits) in rvi_reset_bits() argument
123 newpte = (pte & ~mask) | bits; in rvi_reset_bits()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c104 #define next_stateid(sp) (++(sp)->bits.chgseq)
H A Dnfs4_state.c2704 return (id->bits.ident+id->bits.pid); in lo_state_hash()
2715 lsp->rls_lockid.bits.type == id->bits.type && in lo_state_compare()
2716 lsp->rls_lockid.bits.ident == id->bits.ident && in lo_state_compare()
2717 lsp->rls_lockid.bits.pid == id->bits.pid); in lo_state_compare()
2980 sp->rs_stateid.bits.ident == id->bits.ident); in state_compare()
3561 if (sp->rs_stateid.bits.chgseq < id->bits.chgseq) in rfs4_check_stateid_seqid()
3570 if (sp->rs_stateid.bits.chgseq > id->bits.chgseq) in rfs4_check_stateid_seqid()
3597 if (lsp->rls_lockid.bits.chgseq < id->bits.chgseq) in rfs4_check_lo_stateid_seqid()
3606 if (lsp->rls_lockid.bits.chgseq > id->bits.chgseq) in rfs4_check_lo_stateid_seqid()
3772 if (st->bits.chgseq < in->bits.chgseq) in check_state_seqid()
[all …]
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dnpt_ops.c241 uint8_t bits[TEST_PAGE_COUNT / 8] = { 0 }; in test_op_get_dirty() local
246 .vno_bitmap = bits, in test_op_get_dirty()
251 if (bits[i] != 0x01) { in test_op_get_dirty()
254 bits[i], i * PAGESZ * 8); in test_op_get_dirty()
264 if (bits[i] != 0) { in test_op_get_dirty()
267 bits[i], i * PAGESZ * 8); in test_op_get_dirty()
286 .vno_bitmap = bits, in test_op_set_dirty()
313 uint8_t bits[TEST_PAGE_COUNT / 8] = { 0 }; in test_op_reset_dirty() local
316 bits[BMAP_IDX(gpa)] |= (1 << BMAP_BIT(gpa)); in test_op_reset_dirty()
324 .vno_bitmap = bits, in test_op_reset_dirty()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_ntop.c62 int bits;
93 int bits;
102 if (bits < 0 || bits > 32) {
107 if (bits == 0) {
129 b = bits % 8;
183 if (bits < 0 || bits > 128) { in inet_net_ntop_ipv6()
190 if (bits == 0) { in inet_net_ntop_ipv6()
196 p = (bits + 7) / 8; in inet_net_ntop_ipv6()
199 b = bits % 8; in inet_net_ntop_ipv6()
208 words = (bits + 15) / 16; in inet_net_ntop_ipv6()
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src7090 # ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
7091 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
7094 # ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
7379 # U D X D 7N1 (data bits, parity, stop bits) (X means ignored)
7639 # 6: 2 stop bits 1 stop bit
7640 # 7: 8 data bits 7 data bits
7989 # - U 2 stop bits
9195 # bits for the arrow keys to work.
9464 # bits for the arrow keys to work.
11452 # 1 stop bit*/2 stop bits
[all …]
H A Dtermcap.src6285 # ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
6286 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
6289 # ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
6555 # U D X D 7N1 (data bits, parity, stop bits) (X means ignored)
6810 # 6: 2 stop bits 1 stop bit
6811 # 7: 8 data bits 7 data bits
7144 # - U 2 stop bits
8207 # bits for the arrow keys to work.
8429 # bits for the arrow keys to work.
10114 # 1 stop bit*/2 stop bits
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1629 int cursig = 0, bits = 0, coredump = 0; in pt_status_dcmd() local
1656 bits = pi.pr_dmodel == PR_MODEL_ILP32 ? 32 : 64; in pt_status_dcmd()
1664 "from %s\n", pi.pr_fname, bits, uts.nodename); in pt_status_dcmd()
1681 pi.pr_pid, bits); in pt_status_dcmd()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c686 const char *bits; in main() local
692 bits = buf; in main()
694 bits = "64"; in main()
699 un.sysname, un.release, un.version, bits); in main()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c961 uint_t i, hexlen = 0, bits, alloclen; in parse_key() local
967 bits = 0; in parse_key()
971 if (sscanf((input + i + 1), "%u", &bits) != 1) in parse_key()
975 if (((bits + 3) >> 2) > hexlen) in parse_key()
982 if ((hexlen << 2) > bits + 3) { in parse_key()
983 hexlen = (bits + 3) >> 2; in parse_key()
1000 if (bits == 0) in parse_key()
1003 *lbits = bits; in parse_key()
1026 if (bits & 0x7) in parse_key()
1028 0xff << (8 - (bits & 0x7)); in parse_key()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c351 uint64_t bits; member
1817 if ((flags & tbl[i].mask) == tbl[i].bits) in flags2str()
1824 if ((flags & tbl[i].mask) == tbl[i].bits) { in flags2str()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c46 int bits);
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1638 TPM2B_SENSITIVE_DATA bits; member
/illumos-gate/exception_lists/
H A Dwscheck118 # These bits form the mdb test suite are all literal output from mdb and
H A Dcopyright585 # Various bits from the mdb test suite that represent literal input to
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h182 } bits; member
193 } bits; member
2008 } bits; member
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h243 } bits; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc.c897 lmrc_wait_for_reg(lmrc_t *lmrc, uint32_t reg, uint32_t bits, uint32_t exp, in lmrc_wait_for_reg() argument
909 if ((val & bits) == exp) in lmrc_wait_for_reg()
/illumos-gate/usr/src/cmd/troff/
H A Dn4.c208 setn1(int i, int form, tchar bits) in setn1() argument
213 nrbits = bits; in setn1()

12345678910>>...19