Searched refs:SIZE (Results 76 - 99 of 99) sorted by relevance

1234

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y103 CDUP STOU SMNT SYST SIZE MDTM
437 lreply(0, " SIZE");
589 * SIZE is not in RFC959, but Postel has blessed it and
595 | SIZE SP pathname CRLF check_login
980 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1476 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c296 #define intel_ntb_bar_read(SIZE, bar, offset) \
297 bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
299 #define intel_ntb_bar_write(SIZE, bar, offset, val) \
300 bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
302 #define intel_ntb_reg_read(SIZE, offset) \
303 intel_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
304 #define intel_ntb_reg_write(SIZE, offset, val) \
305 intel_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
306 #define intel_ntb_mw_read(SIZE, offset) \
307 intel_ntb_bar_read(SIZE, intel_ntb_mw_to_ba
[all...]
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y176 CDUP STOU SMNT SYST SIZE MDTM
534 * SIZE is not in RFC959, but Postel has blessed it and
540 | SIZE check_login SP pathname CRLF
855 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1288 reply(504, "SIZE not implemented for Type %c.", "?AEIL"[type]);
/freebsd-13-stable/libexec/ftpd/
H A Dftpcmd.y111 CDUP STOU SMNT SYST SIZE MDTM
675 printf(" SIZE\r\n");
699 * SIZE is not in RFC959, but Postel has blessed it and
705 | SIZE check_login SP pathname CRLF
1060 #define MAXASIZE 10240 /* Deny ASCII SIZE on files larger than that */
1121 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1616 reply(550, "%s: too large for type A SIZE.", filename);
1632 reply(504, "SIZE not implemented for type %s.",
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_term.c246 SIZE(keyname), L("function key %d"),
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_ex.c157 argv_exp0(sp, &cmd, L("suspend"), SIZE(L("suspend")));
/freebsd-13-stable/sys/conf/
H A Dkern.pre.mk51 SIZE?= size macro
334 ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET}
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh438 * SIZE for the memory or ports requests (just a base)
742 int size = 16; /* SIZE of port range used. */
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dpkt_rx0.asm97 add ax, SIZE RX_ELEMENT ;; point to next _pktRxBuf buffer
/freebsd-13-stable/share/mk/
H A Dlocal.meta.sys.mk202 STRINGS SIZE LLVM_TBLGEN
H A Dsys.mk273 SIZE ?= size macro
/freebsd-13-stable/lib/libmd/i386/
H A Drmd160.S11 #define SIZE(a,b) .size a,b define
26 #undef SIZE
28 #define SIZE(a,b) define
2017 SIZE(ripemd160_block_x86,.ripemd160_block_x86_end-ripemd160_block_x86)
H A Dsha.S12 #define SIZE(a,b) .size a,b define
27 #undef SIZE
29 #define SIZE(a,b) define
1950 SIZE(sha1_block_x86,.sha1_block_x86_end-sha1_block_x86)
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2083 SIZE=86400
2086 SIZE=604800
2089 SIZE=2678400
2093 NUM=`expr ${TIMELEFT} / ${SIZE}`
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c228 #define SIZE 256 /* decompanding table size */ macro
373 double comp[SIZE]; /* decompanding table */
H A Drefclock_wwv.c87 #define SIZE 256 /* decompanding table size */ macro
526 double comp[SIZE]; /* decompanding table */
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c340 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) macro
393 while (dp < edp && SIZE(dp, edp) > sizeof(EFI_DEVICE_PATH)) {
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_argv.c134 #define SHELLOFFSET (SIZE(SHELLECHO) - 1)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h758 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, SIZE, EMPTY, GETOP };
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp780 case SIZE:
825 case SIZE: Result = "!size"; break;
H A DTGParser.cpp940 Code = UnOpInit::SIZE;
999 Code == UnOpInit::SIZE) {
/freebsd-13-stable/
H A DMakefile.inc1202 XBINUTILS= AS AR LD NM OBJCOPY RANLIB SIZE STRINGS STRIPBIN
800 SIZE="${XSIZE}" STRIPBIN="${XSTRIPBIN}"
/freebsd-13-stable/sys/dev/axgbe/
H A Dif_axgbe_pci.c440 pdata->xpcs_window_size = XPCS_GET_BITS(reg, PCS_V2_WINDOW_DEF, SIZE);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c370 #define FIELD_BIT_SIZE(type, field) type##_##field##_##SIZE

Completed in 221 milliseconds

1234