Home
last modified time | relevance | path

Searched refs:c (Results 226 – 250 of 2623) sorted by last modified time

12345678910>>...105

/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c90 char c[MAXCOMLEN + 1]; in ptms() local
145 (void) strcpy(c, "<defunct>"); in ptms()
147 (void) strcpy(c, p.p_user.u_comm); in ptms()
149 (void) strcpy(c, "<unknown>"); in ptms()
153 pt.pt_zoneid, pt.pt_pid, c); in ptms()
179 char c[MAXCOMLEN + 1]; in ptms_qinfo() local
187 (void) strcpy(c, "<defunct>"); in ptms_qinfo()
189 (void) strcpy(c, p.p_user.u_comm); in ptms_qinfo()
191 (void) strcpy(c, "<unknown>"); in ptms_qinfo()
194 ptms_pr_qinfo(buf, nbytes, &pt, "slave", pt.pts_rdq, c); in ptms_qinfo()
[all …]
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkaif.c101 char c; in kaif_enter_mon() local
110 c = kmdb_getchar(); in kaif_enter_mon()
112 if (c == 'n' || c == 'N' || c == CTRL('c')) in kaif_enter_mon()
114 else if (c == 'y' || c == 'Y') { in kaif_enter_mon()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c156 #define CTRL(c) ((c) & 0x01f) argument
254 uchar_t c; in iob_pager() local
297 if (IOP_READ(iob->iob_pgp, &c, sizeof (c)) != sizeof (c)) { in iob_pager()
302 switch (c) { in iob_pager()
927 static char buf[68], *c; in iob_bytes2str() local
1033 c = (char *)numtostr(v % mag, 10, 0); in iob_bytes2str()
1034 i -= strlen(c); in iob_bytes2str()
1044 (void) strcat(buf, c); in iob_bytes2str()
1051 c = &buf[strlen(buf)]; in iob_bytes2str()
1052 *c++ = u; in iob_bytes2str()
[all …]
H A Dmdb.c372 char c; in path_canon() local
377 while (p < q && (c = *s++) != '\0') { in path_canon()
378 if (c == '%') { in path_canon()
379 if ((c = *s++) == 'o') { in path_canon()
384 if (p < q && c != '\0') in path_canon()
385 *p++ = c; in path_canon()
390 *p++ = c; in path_canon()
H A Dmdb_disasm.c207 char c; in libdisasm_lookup() local
246 if (mdb_lookup_by_addr(addr, MDB_SYM_FUZZY, &c, 1, &sym) < 0) in libdisasm_lookup()
372 char c; in libdisasm_nextins() local
374 if ((npc = libdisasm_ins2str(dp, t, as, &c, 1, pc)) == pc) in libdisasm_nextins()
381 if (mdb_tgt_aread(t, as, &c, 1, npc) != 1) in libdisasm_nextins()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1982 int c; in main() local
1990 while ((c = getopt(argc, argv, "adD:ntIf:")) != EOF) { in main()
1991 switch (c) { in main()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promio.c216 char c; in kmdb_getchar() local
218 while (IOP_READ(mdb.m_term, &c, 1) != 1) in kmdb_getchar()
220 if (isprint(c) && c != '\n') in kmdb_getchar()
221 mdb_iob_printf(mdb.m_out, "%c", c); in kmdb_getchar()
224 return (c); in kmdb_getchar()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1432 const ddi_dma_cookie_t *c = ddi_dma_cookie_get(hdl, i); in igc_tx_ring_write_buf_descs() local
1436 uint32_t desc_len = MIN(rem_len, c->dmac_size); in igc_tx_ring_write_buf_descs()
1444 desc->read.buffer_addr = LE_64(c->dmac_laddress); in igc_tx_ring_write_buf_descs()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_nvm.h11 s32 igc_null_read_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
14 s32 igc_null_write_nvm(struct igc_hw *hw, u16 a, u16 b, u16 *c);
H A Digc_nvm.c42 u16 IGC_UNUSEDARG *c) in igc_null_read_nvm() argument
67 u16 IGC_UNUSEDARG *c) in igc_null_write_nvm() argument
H A DREADME.illumos5 the exception of igc_osdep.h (an OS-specific file) and igc_txrx.c
15 section of the uts/common/io/igc/igc.c theory statement.
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-igc.p5m37 alias=pciex8086,125c \
/illumos-gate/exception_lists/
H A Dwscheck28 usr/src/test/libc-tests/tests/qsort/*.c
58 usr/src/cmd/bhyve/consport.c
63 usr/src/cmd/bhyve/hda_codec.c
70 usr/src/cmd/bhyve/mevent_test.c
74 usr/src/cmd/bhyve/pci_ahci.c
75 usr/src/cmd/bhyve/pci_e82545.c
77 usr/src/cmd/bhyve/pci_fbuf.c
79 usr/src/cmd/bhyve/pci_hostbridge.c
82 usr/src/cmd/bhyve/pci_nvme.c
84 usr/src/cmd/bhyve/pci_uart.c
[all …]
H A Dcopyright24 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright (c) 2011 by Delphix. All rights reserved.
26 # Copyright (c) 2018, Joyent, Inc.
38 usr/src/cmd/acpi/acpidump/apdump.c
39 usr/src/cmd/acpi/acpidump/apfiles.c
40 usr/src/cmd/acpi/acpidump/apmain.c
41 usr/src/cmd/acpi/acpidump/osillumostbl.c
42 usr/src/cmd/acpi/acpidump/osunixdir.c
43 usr/src/cmd/acpi/acpidump/tbprint.c
44 usr/src/cmd/acpi/acpidump/tbxfroot.c
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.ifma.out10 libdis_test+0x33: 62 f2 cd 1c b5 b8 vpmadd52huq 0x54(%rax){1to2},%xmm6,%xmm7{%k4}
21 libdis_test+0x70: 62 f2 cd 3c b5 b8 vpmadd52huq 0x54(%rax){1to4},%ymm6,%ymm7{%k4}
32 libdis_test+0xad: 62 f2 cd 5c b5 b8 vpmadd52huq 0x54(%rax){1to8},%zmm6,%zmm7{%k4}
43 libdis_test+0xea: 62 f2 cd 1c b4 b8 vpmadd52luq 0x54(%rax){1to2},%xmm6,%xmm7{%k4}
54 libdis_test+0x127: 62 f2 cd 3c b4 b8 vpmadd52luq 0x54(%rax){1to4},%ymm6,%ymm7{%k4}
65 libdis_test+0x164: 62 f2 cd 5c b4 b8 vpmadd52luq 0x54(%rax){1to8},%zmm6,%zmm7{%k4}
H A D64.bitalg.out5 libdis_test+0x16: 62 82 7d 08 54 9c vpopcntb 0x64(%r10,%r11,4),%xmm19
9 libdis_test+0x2d: 62 62 7d 0c 54 a0 vpopcntb 0x7777(%rax),%xmm28{%k4}
17 libdis_test+0x57: 62 82 7d 28 54 9c vpopcntb 0x64(%r10,%r11,4),%ymm19
21 libdis_test+0x6e: 62 62 7d 2c 54 a0 vpopcntb 0x7777(%rax),%ymm28{%k4}
29 libdis_test+0x98: 62 82 7d 48 54 9c vpopcntb 0x64(%r10,%r11,4),%zmm19
33 libdis_test+0xaf: 62 62 7d 4c 54 a0 vpopcntb 0x7777(%rax),%zmm28{%k4}
41 libdis_test+0xd9: 62 82 fd 08 54 9c vpopcntw 0x64(%r10,%r11,4),%xmm19
45 libdis_test+0xf0: 62 62 fd 0c 54 a0 vpopcntw 0x7777(%rax),%xmm28{%k4}
53 libdis_test+0x11a: 62 82 fd 28 54 9c vpopcntw 0x64(%r10,%r11,4),%ymm19
57 libdis_test+0x131: 62 62 fd 2c 54 a0 vpopcntw 0x7777(%rax),%ymm28{%k4}
[all …]
H A D64.bf16.out36 libdis_test+0xbf: 62 f2 7e 0c 72 da vcvtneps2bf16 %xmm2,%xmm3{%k4}
49 libdis_test+0x109: 62 f2 7e 2c 72 da vcvtneps2bf16 %ymm2,%ymm3{%k4}
61 libdis_test+0x14d: 62 f2 7e 4c 72 da vcvtneps2bf16 %zmm2,%zmm3{%k4}
H A D32.bf16.out36 libdis_test+0xbf: 62 f2 7e 0c 72 da vcvtneps2bf16 %xmm2,%xmm3{%k4}
49 libdis_test+0x109: 62 f2 7e 2c 72 da vcvtneps2bf16 %ymm2,%ymm3{%k4}
61 libdis_test+0x14d: 62 f2 7e 4c 72 da vcvtneps2bf16 %zmm2,%zmm3{%k4}
H A D32.bitalg.out5 libdis_test+0x16: 62 f2 7d 08 54 8c vpopcntb 0x64(%edi,%ebx,4),%xmm1
9 libdis_test+0x2d: 62 f2 7d 0c 54 b8 vpopcntb 0x7777(%eax),%xmm7{%k4}
17 libdis_test+0x57: 62 f2 7d 28 54 8c vpopcntb 0x64(%edi,%ebx,4),%ymm1
21 libdis_test+0x6e: 62 f2 7d 2c 54 b8 vpopcntb 0x7777(%eax),%ymm7{%k4}
29 libdis_test+0x98: 62 f2 7d 48 54 8c vpopcntb 0x64(%edi,%ebx,4),%zmm1
33 libdis_test+0xaf: 62 f2 7d 4c 54 b8 vpopcntb 0x7777(%eax),%zmm7{%k4}
41 libdis_test+0xd9: 62 f2 fd 08 54 8c vpopcntw 0x64(%edi,%ebx,4),%xmm1
45 libdis_test+0xf0: 62 f2 fd 0c 54 b8 vpopcntw 0x7777(%eax),%xmm7{%k4}
53 libdis_test+0x11a: 62 f2 fd 28 54 8c vpopcntw 0x64(%edi,%ebx,4),%ymm1
57 libdis_test+0x131: 62 f2 fd 2c 54 b8 vpopcntw 0x7777(%eax),%ymm7{%k4}
[all …]
H A D32.ifma.out10 libdis_test+0x33: 62 f2 cd 1c b5 b8 vpmadd52huq 0x54(%eax){1to2},%xmm6,%xmm7{%k4}
21 libdis_test+0x70: 62 f2 cd 3c b5 b8 vpmadd52huq 0x54(%eax){1to4},%ymm6,%ymm7{%k4}
32 libdis_test+0xad: 62 f2 cd 5c b5 b8 vpmadd52huq 0x54(%eax){1to8},%zmm6,%zmm7{%k4}
43 libdis_test+0xea: 62 f2 cd 1c b4 b8 vpmadd52luq 0x54(%eax){1to2},%xmm6,%xmm7{%k4}
54 libdis_test+0x127: 62 f2 cd 3c b4 b8 vpmadd52luq 0x54(%eax){1to4},%ymm6,%ymm7{%k4}
65 libdis_test+0x164: 62 f2 cd 5c b4 b8 vpmadd52luq 0x54(%eax){1to8},%zmm6,%zmm7{%k4}
/illumos-gate/usr/src/pkg/
H A DMakefile711 `$(FIND) $(PDIR) -name \*.fin \! -size 0c -print`; \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c301 char *c; in nss_cfgcn_cmp() local
305 if ((c = strchr(cfgname, NSS_CONFIG_BRK)) == NULL) in nss_cfgcn_cmp()
307 len = (size_t)(c - cfgname); in nss_cfgcn_cmp()
370 char *c; in nss_cfgcomp_get() local
379 if (name == NULL || (c = strchr(name, NSS_CONFIG_BRK)) == NULL) in nss_cfgcomp_get()
412 len = (size_t)(c - name) + 1; in nss_cfgcomp_get()
783 nss_backend_constr_t c; in nss_get_backend_u() local
785 c = (*bf->lookup) (bf->lookup_priv, s->p.name, in nss_get_backend_u()
787 if (c != 0) { in nss_get_backend_u()
788 src->be_constr = c; in nss_get_backend_u()
H A Dndbm.c944 int c, j; in dcalchash() local
952 c = *cp++; in dcalchash()
954 hashi += hitab[c&017]; in dcalchash()
956 c >>= 4; in dcalchash()
H A Dhsearch.c287 unsigned int c; /* Secondary probe displacement */ in hsearch() local
306 c = HASH2(item.key); /* No match => compute secondary hash */ in hsearch()
309 printf("hash2 = %o\n", c); in hsearch()
313 i = (i + c) % length; /* Advance to next slot */ in hsearch()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern2 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3 # Copyright (c) 2013, 2015 by Delphix. All rights reserved.

12345678910>>...105