Searched refs:spc (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaglobal.h42 #include <dev/pms/RefTisa/sallsdk/spc/sallist.h>
43 #include <dev/pms/RefTisa/sallsdk/spc/sadefs.h>
44 #include <dev/pms/RefTisa/sallsdk/spc/sampidefs.h>
47 #include <dev/pms/RefTisa/sallsdk/spc/sahwreg.h>
48 #include <dev/pms/RefTisa/sallsdk/spc/samacro.h>
49 #include <dev/pms/RefTisa/sallsdk/spc/spcdefs.h>
50 #include <dev/pms/RefTisa/sallsdk/spc/mpi.h>
51 #include <dev/pms/RefTisa/sallsdk/spc/satypes.h>
52 #include <dev/pms/RefTisa/sallsdk/spc/saproto.h>
53 #include <dev/pms/RefTisa/sallsdk/spc/mpidebu
[all...]
H A Dsaframe.c32 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
H A Dsatimer.c31 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
H A Dmpidebug.c34 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
H A Dsadisc.c32 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
H A Dsautil.c32 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
H A Dsasmp.c31 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h>
/freebsd-current/sys/dev/ofw/
H A Dofw_subr.c88 u_int spc, rspc; local
114 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK;
141 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK;
148 if (rspc != spc) {
168 spc = rspc;
/freebsd-current/sys/contrib/openzfs/cmd/
H A Darc_summary455 print('{0:<{spc}}{1}'.format(TITLE, daydate, spc=spc_date))
456 print('{0:<{spc}}{1}'.format(sys_msg, zfs, spc=spc_zfs))
457 print('{0:<{spc}}{1}\n'.format(machine_msg, spl, spc=spc_spl))
504 spc = ' '*(LINE_LENGTH-(len(text)+len(value)))
505 print('{0}{spc}{1}'.format(text, value, spc=spc))
[all...]
/freebsd-current/stand/libsa/
H A Ddosfs.h100 u_int spc; /* sectors per cluster */ member in struct:__anon895
H A Ddosfs.c83 u_char spc; /* sectors per cluster */ member in struct:__anon46
593 if (!(fs->spc = bs->bpb.spc) || fs->spc & (fs->spc - 1))
595 fs->bsize = secbyt(fs->spc);
682 nsec = !clus ? entsec(fs->dirents) : fs->spc;
/freebsd-current/usr.sbin/jls/
H A Djls.c88 int c, i, jflags, jid, lastjid, pflags, spc; local
225 for (i = spc = 0; i < nparams; i++)
227 if (spc)
230 spc = 1;
384 int i, jid, spc; local
446 for (i = spc = 0; i < nparams; i++) {
456 if (spc)
459 spc = 1;
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c557 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; local
563 } else if (len <= spc) {
567 m_copydata(mb, 0, spc, inl + 4);
568 m_copydata(mb, spc, len - spc, inl + 8 + spc);
579 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; local
584 } else if (len <= spc) {
588 *(volatile uint32_t *)(inl + 4 + spc) =
589 SET_BYTE_COUNT((1U << 31) | (len - spc));
[all...]
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c489 Dwarf_Unsigned address, file, line, spc; local
581 spc = (line0 - li->li_lbase) +
583 if (spc <= 255) {
584 RCHECK(WRITE_VALUE(spc, 1));
601 spc = (line0 - li->li_lbase) +
603 if (addr0 >= maddr && spc <= 255) {
605 RCHECK(WRITE_VALUE(spc, 1));
/freebsd-current/sys/libkern/
H A Diconv.c328 char spc; local
344 spc = 0;
345 error = SYSCTL_OUT(req, &spc, sizeof(spc));
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c348 scan_prefetch_ctx_t *spic_spc; /* spc for the callback */
1825 scan_prefetch_ctx_rele(scan_prefetch_ctx_t *spc, const void *tag) argument
1827 if (zfs_refcount_remove(&spc->spc_refcnt, tag) == 0) {
1828 zfs_refcount_destroy(&spc->spc_refcnt);
1829 kmem_free(spc, sizeof (scan_prefetch_ctx_t));
1836 scan_prefetch_ctx_t *spc; local
1838 spc = kmem_alloc(sizeof (scan_prefetch_ctx_t), KM_SLEEP);
1839 zfs_refcount_create(&spc->spc_refcnt);
1840 zfs_refcount_add(&spc->spc_refcnt, tag);
1841 spc
1856 scan_prefetch_ctx_add_ref(scan_prefetch_ctx_t *spc, const void *tag) argument
1878 dsl_scan_check_prefetch_resume(scan_prefetch_ctx_t *spc, const zbookmark_phys_t *zb) argument
1900 dsl_scan_prefetch(scan_prefetch_ctx_t *spc, blkptr_t *bp, zbookmark_phys_t *zb) argument
1950 scan_prefetch_ctx_t *spc; local
1979 scan_prefetch_ctx_t *spc = private; local
2394 scan_prefetch_ctx_t *spc; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2310 int spc; local
2375 spc = MLX4_INLINE_ALIGN -
2377 if (header_size <= spc) {
2382 inl->byte_count = cpu_to_be32((1U << 31) | spc);
2383 memcpy(inl + 1, sqp->header_buf, spc);
2385 inl = (void *) (inl + 1) + spc;
2386 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc);
2401 inl->byte_count = cpu_to_be32((1U << 31) | (header_size - spc));
2439 int spc; local
2811 int spc; local
[all...]
/freebsd-current/sys/modules/pms/
H A DMakefile6 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/spc \
/freebsd-current/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1070 struct spc { struct
1085 struct spc *spcp;
1184 struct spc *spcp;
1208 struct spc *spcp;
1276 struct spc *spcp;
1350 struct spc *spcp;
/freebsd-current/contrib/telnet/telnet/
H A Dtelnet.c1125 struct spc { struct
1140 struct spc *spcp;
1249 struct spc *spcp;
1273 struct spc *spcp;
1341 struct spc *spcp;
1414 struct spc *spcp;
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_sdma.h130 uint32_t spc :14; member in struct:sdma_state_registers
/freebsd-current/usr.bin/vtfontcvt/
H A Dvtfontcvt.c408 char spc = '\0'; local
425 spc = *p;
441 if (spc != 'c' && spc != 'C')
/freebsd-current/sys/netinet/
H A Dsctputil.c3285 struct sctp_paddr_change *spc; local
3301 spc = mtod(m_notify, struct sctp_paddr_change *);
3302 memset(spc, 0, sizeof(struct sctp_paddr_change));
3303 spc->spc_type = SCTP_PEER_ADDR_CHANGE;
3304 spc->spc_flags = 0;
3305 spc->spc_length = sizeof(struct sctp_paddr_change);
3312 (struct sockaddr_in6 *)&spc->spc_aaddr);
3314 memcpy(&spc->spc_aaddr, sa, sizeof(struct sockaddr_in));
3317 memcpy(&spc->spc_aaddr, sa, sizeof(struct sockaddr_in));
3326 memcpy(&spc
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_da.h546 uint8_t spc; /* XXX ??? */ member in struct:disk_pages::flexible_disk_page
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c60 #include <dev/pms/RefTisa/sallsdk/spc/mpidebug.h>
78 #include <dev/pms/RefTisa/sallsdk/spc/sadefs.h>
79 #include <dev/pms/RefTisa/sallsdk/spc/spcdefs.h>
80 #include <dev/pms/RefTisa/sallsdk/spc/mpi.h>
81 #include <dev/pms/RefTisa/sallsdk/spc/sallist.h>
82 #include <dev/pms/RefTisa/sallsdk/spc/satypes.h>

Completed in 254 milliseconds

12