Searched refs:_c (Results 26 - 45 of 45) sorted by relevance

12

/openbsd-current/distrib/miniroot/
H A Dinstall.sub135 local _a=$1 _b _c
139 [[ $_a != "$_b" ]] && _c="${_c:+$_c }$_b"
141 echo "$_c"
2448 local _af=0 _name=1 _mask=2 _bc=3 _prefix=2 _c _cmd _prev _daddr _dhcp _i
2450 set -A _c -- "$@"
2456 case ${_c[_af]} in
2460 inet) ((${#_c[*]} > 1)) || return
2461 if [[ ${_c[_nam
[all...]
/openbsd-current/lib/libelf/
H A D_libelf.h208 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
227 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
H A Dlibelf_ehdr.c113 size_t _c, int _swap);
/openbsd-current/usr.sbin/sysmerge/
H A Dsysmerge.sh180 local _auto_upg _c _c1 _c2 _cursum _diff _i _k _j _cfdiff _cffiles
344 local _name _c _d _e _f _G _g _L _pass _s _u
360 while IFS=: read -r -- _name _pass _u _g _L _f _e _c _d _s
369 useradd -c "${_c}" -d ${_d} -e ${_e} -f ${_f} \
/openbsd-current/sys/net/
H A Dif_var.h373 #define if_rxr_put(_r, _c) do { (_r)->rxr_alive -= (_c); } while (0)
/openbsd-current/sys/dev/pci/
H A Dif_tht.c105 #define THT_REG_RDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */
106 #define THT_REG_RDINTCM_RXF_TH(_c) ((_c)<<16) /* rxf intr req thresh */
108 #define THT_REG_RDINTCM_COAL(_c) (_c) /* coalescing timer */
110 #define THT_REG_TDINTCM_PKT_TH(_c) ((_c)<<20) /* pkt count threshold */
112 #define THT_REG_TDINTCM_COAL(_c) (_c) /* coalescin
[all...]
H A Dif_oce.c134 #define OCE_RING_FOREACH(_r, _v, _c) \
135 for ((_v) = oce_ring_first(_r); _c; (_v) = oce_ring_next(_r))
/openbsd-current/lib/libc/stdio/
H A Dvfwscanf.c95 #define INCCL(_c) \
96 (cclcompl ? (wmemchr(ccls, (_c), ccle - ccls) == NULL) : \
97 (wmemchr(ccls, (_c), ccle - ccls) != NULL))
/openbsd-current/usr.sbin/fw_update/
H A Dfw_update.sh447 while read -r _c _g; do
448 case $_c in
453 *) set -A _remove -- "$_cwd/$_c" "${_remove[@]}"
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/
H A DMyconst2perl.pm91 my $ext= ! $cplusplus ? ($Config{_c}||".c")
/openbsd-current/gnu/gcc/gcc/config/soft-fp/
H A Dop-2.h263 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
293 _FP_FRAC_DECL_4(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
H A Dop-4.h252 _FP_FRAC_DECL_8(_z); _FP_FRAC_DECL_2(_b); _FP_FRAC_DECL_2(_c); \
/openbsd-current/sys/dev/acpi/
H A Dacpidmar.c2274 #define _c(x) (int)((iommu->ecap >> x ##_SHIFT) & x ## _MASK) macro
2319 _c(EFR_HATS), _c(EFR_GATS), _c(EFR_GLXSUP), _c(EFR_SMIFSUP),
2320 _c(EFR_SMIFRC), _c(EFR_GAMSUP));
/openbsd-current/sys/dev/ic/
H A Dar5210.c1034 #define _TX_FLAGS(_c, _flag) \
1036 tx_desc->tx_control_##_c |= \
1037 AR5K_AR5210_DESC_TX_CTL##_c##_##_flag
H A Dar5212.c1344 #define _TX_FLAGS(_c, _flag) \
1346 tx_desc->tx_control_##_c |= \
1347 AR5K_AR5212_DESC_TX_CTL##_c##_##_flag
H A Dar5211.c1152 #define _TX_FLAGS(_c, _flag) \
1154 tx_desc->tx_control_##_c |= \
1155 AR5K_AR5211_DESC_TX_CTL##_c##_##_flag
H A Dmfi.c188 #define mfi_post(_s, _c) ((_s)->sc_iop->mio_post((_s), (_c)))
189 #define mfi_sgd_load(_s, _c) ((_s)->sc_iop->mio_sgd_load((_s), (_c)))
/openbsd-current/sbin/disklabel/
H A Deditor.c47 #define CHUNKSZ(_c) ((_c)->stop - (_c)->start)
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c1323 #define CLASS(_c, _n, _s) { \
1324 .class = _c, \
/openbsd-current/sys/arch/hppa/hppa/
H A Dlocore.S1012 ldil L%__CONCAT(t,_c), r25 ! \
1013 ldo R%__CONCAT(t,_c)(r25), r25 ! \

Completed in 608 milliseconds

12