Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/dev/ofw/
H A Dofw_subr.c88 u_int spc, rspc; in ofw_reg_to_paddr() local
114 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK; in ofw_reg_to_paddr()
141 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK; in ofw_reg_to_paddr()
148 if (rspc != spc) { in ofw_reg_to_paddr()
168 spc = rspc; in ofw_reg_to_paddr()
/freebsd/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))
510 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(value)))
511 print(INDENT+'{0}{spc}{1}'.format(text, value, spc=spc))
517 spc = ' '*(LINE_LENGTH-(len(text)+len(values)+2))
518 print('{0}{spc} {1}'.format(text, values, spc=spc))
524 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(values)+2))
[all …]
/freebsd/usr.sbin/jls/
H A Djls.c88 int c, i, jflags, jid, lastjid, pflags, spc; in main() local
225 for (i = spc = 0; i < nparams; i++) in main()
227 if (spc) in main()
230 spc = 1; in main()
384 int i, jid, spc; in print_jail() local
446 for (i = spc = 0; i < nparams; i++) { in print_jail()
456 if (spc) in print_jail()
459 spc = 1; in print_jail()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c557 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; in mlx4_en_store_inline_data() local
563 } else if (len <= spc) { in mlx4_en_store_inline_data()
567 m_copydata(mb, 0, spc, inl + 4); in mlx4_en_store_inline_data()
568 m_copydata(mb, spc, len - spc, inl + 8 + spc); in mlx4_en_store_inline_data()
579 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; in mlx4_en_store_inline_header() local
584 } else if (len <= spc) { in mlx4_en_store_inline_header()
588 *(volatile uint32_t *)(inl + 4 + spc) = in mlx4_en_store_inline_header()
589 SET_BYTE_COUNT((1U << 31) | (len - spc)); in mlx4_en_store_inline_header()
592 SET_BYTE_COUNT((1U << 31) | spc); in mlx4_en_store_inline_header()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c1836 scan_prefetch_ctx_t *spc; in scan_prefetch_ctx_create() local
1841 spc->spc_scn = scn; in scan_prefetch_ctx_create()
1845 spc->spc_root = B_FALSE; in scan_prefetch_ctx_create()
1847 spc->spc_datablkszsec = 0; in scan_prefetch_ctx_create()
1848 spc->spc_indblkshift = 0; in scan_prefetch_ctx_create()
1849 spc->spc_root = B_TRUE; in scan_prefetch_ctx_create()
1852 return (spc); in scan_prefetch_ctx_create()
1903 dsl_scan_t *scn = spc->spc_scn; in dsl_scan_prefetch()
1921 spic->spic_spc = spc; in dsl_scan_prefetch()
1950 scan_prefetch_ctx_t *spc; in dsl_scan_prefetch_dnode() local
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_lineno.c489 Dwarf_Unsigned address, file, line, spc; in _dwarf_lineno_gen_program() local
581 spc = (line0 - li->li_lbase) + in _dwarf_lineno_gen_program()
583 if (spc <= 255) { in _dwarf_lineno_gen_program()
584 RCHECK(WRITE_VALUE(spc, 1)); in _dwarf_lineno_gen_program()
601 spc = (line0 - li->li_lbase) + in _dwarf_lineno_gen_program()
603 if (addr0 >= maddr && spc <= 255) { in _dwarf_lineno_gen_program()
605 RCHECK(WRITE_VALUE(spc, 1)); in _dwarf_lineno_gen_program()
/freebsd/sys/libkern/
H A Diconv.c328 char spc; in iconv_sysctl_drvlist() local
344 spc = 0; in iconv_sysctl_drvlist()
345 error = SYSCTL_OUT(req, &spc, sizeof(spc)); in iconv_sysctl_drvlist()
/freebsd/stand/libsa/
H A Ddosfs.c83 u_char spc; /* sectors per cluster */ member
593 if (!(fs->spc = bs->bpb.spc) || fs->spc & (fs->spc - 1)) in parsebs()
595 fs->bsize = secbyt(fs->spc); in parsebs()
682 nsec = !clus ? entsec(fs->dirents) : fs->spc; in lookup()
H A Ddosfs.h100 u_int spc; /* sectors per cluster */ member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c2310 int spc; in build_sriov_qp0_header() local
2375 spc = MLX4_INLINE_ALIGN - in build_sriov_qp0_header()
2377 if (header_size <= spc) { in build_sriov_qp0_header()
2386 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_sriov_qp0_header()
2439 int spc; in build_mlx_header() local
2653 spc = MLX4_INLINE_ALIGN - in build_mlx_header()
2655 if (header_size <= spc) { in build_mlx_header()
2664 memcpy(inl + 1, sqp->header_buf + spc, header_size - spc); in build_mlx_header()
2811 int spc; in build_tunnel_header() local
2821 spc = MLX4_INLINE_ALIGN - in build_tunnel_header()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt67 "qcom,idle-state-spc",
76 CPU_SPC: spc {
77 compatible = "qcom,idle-state-spc", "arm,idle-state";
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-msm8916-smp.dtsi29 compatible = "qcom,idle-state-spc";
H A Dqcom-apq8084.dtsi82 CPU_SPC: spc {
83 compatible = "qcom,idle-state-spc",
H A Dqcom-apq8064.dtsi90 CPU_SPC: spc {
91 compatible = "qcom,idle-state-spc",
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1070 struct spc { struct
1085 struct spc *spcp; in slc_init() argument
1184 struct spc *spcp; in slc_export()
1208 struct spc *spcp; in slc()
1276 struct spc *spcp; in slc_check()
1350 struct spc *spcp; in slc_update()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1125 struct spc { struct
1140 struct spc *spcp; in slc_init() argument
1249 struct spc *spcp; in slc_export()
1273 struct spc *spcp; in slc()
1341 struct spc *spcp; in slc_check()
1414 struct spc *spcp; in slc_update()
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c408 char spc = '\0'; in parse_bdf() local
425 spc = *p; in parse_bdf()
441 if (spc != 'c' && spc != 'C') in parse_bdf()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A DReadme.freebsd.txt16 Tisa/sallsdk/spc
/freebsd/sys/modules/pms/
H A DMakefile6 ${SRCTOP}/sys/dev/pms/RefTisa/sallsdk/spc \
/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.h130 uint32_t spc :14; member
/freebsd/sys/netinet/
H A Dsctputil.c3285 struct sctp_paddr_change *spc; in sctp_notify_peer_addr_change() local
3301 spc = mtod(m_notify, struct sctp_paddr_change *); in sctp_notify_peer_addr_change()
3302 memset(spc, 0, sizeof(struct sctp_paddr_change)); in sctp_notify_peer_addr_change()
3303 spc->spc_type = SCTP_PEER_ADDR_CHANGE; in sctp_notify_peer_addr_change()
3304 spc->spc_flags = 0; in sctp_notify_peer_addr_change()
3305 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change()
3312 (struct sockaddr_in6 *)&spc->spc_aaddr); in sctp_notify_peer_addr_change()
3328 sin6 = (struct sockaddr_in6 *)&spc->spc_aaddr; in sctp_notify_peer_addr_change()
3345 spc->spc_state = state; in sctp_notify_peer_addr_change()
3346 spc->spc_error = error; in sctp_notify_peer_addr_change()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_da.h546 uint8_t spc; /* XXX ??? */ member
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Didle-states.yaml365 - qcom,idle-state-spc
921 cpu_spc: cpu-spc {
922 compatible = "qcom,idle-state-spc", "arm,idle-state";
/freebsd/sys/conf/
H A Dfiles2626 dev/pms/RefTisa/sallsdk/spc/sadisc.c optional pmspcv \
2628 dev/pms/RefTisa/sallsdk/spc/mpi.c optional pmspcv \
2632 dev/pms/RefTisa/sallsdk/spc/sahw.c optional pmspcv \
2634 dev/pms/RefTisa/sallsdk/spc/sainit.c optional pmspcv \
2636 dev/pms/RefTisa/sallsdk/spc/saint.c optional pmspcv \
2642 dev/pms/RefTisa/sallsdk/spc/saphy.c optional pmspcv \
2644 dev/pms/RefTisa/sallsdk/spc/saport.c optional pmspcv \
2646 dev/pms/RefTisa/sallsdk/spc/sasata.c optional pmspcv \
2648 dev/pms/RefTisa/sallsdk/spc/sasmp.c optional pmspcv \
2650 dev/pms/RefTisa/sallsdk/spc/sassp.c optional pmspcv \
[all …]
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c3134 uint32_t tmpKgarReg, spc, intFlags; in FM_PCD_KgSchemeGetCounter() local
3153 spc = GET_UINT32(p_FmPcd->p_FmPcdKg->p_IndirectAccessRegs->schemeRegs.kgse_spc); in FM_PCD_KgSchemeGetCounter()
3156 return spc; in FM_PCD_KgSchemeGetCounter()

12