Symbol: SIZE
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3033
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
103
CDUP STOU SMNT SYST SIZE MDTM
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
595
| SIZE SP pathname CRLF check_login
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
980
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
crypto/krb5/src/include/k5-platform.h
515
# define PUT(SIZE,PTR,VAL) (((struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PTR))->i = (VAL))
crypto/krb5/src/include/k5-platform.h
516
# define GET(SIZE,PTR) (((const struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PTR))->i)
crypto/krb5/src/include/k5-platform.h
517
# define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL))
crypto/krb5/src/include/k5-platform.h
518
# define GETSWAPPED(SIZE,PTR) SWAP##SIZE(GET(SIZE,PTR))
crypto/krb5/src/lib/rpc/xdr.c
63
#define VALGRIND_CHECK_READABLE(PTR,SIZE) ((void)0)
crypto/krb5/src/windows/leashdll/winutil.c
29
static SIZE pwdcharsz;
crypto/openssl/apps/enc.c
415
strbuf = app_malloc(SIZE, "strbuf");
crypto/openssl/apps/enc.c
448
i = EVP_read_pw_string((char *)strbuf, SIZE, prompt, enc);
crypto/openssl/apps/enc.c
639
OPENSSL_cleanse(str, SIZE);
crypto/openssl/crypto/ui/ui_openssl.c
264
char buf[SIZE + 1];
crypto/openssl/crypto/ui/ui_openssl.c
267
if (!fgets(buf, SIZE, in))
lib/libc/stdlib/radixsort.c
129
stack s[SIZE], *sp, *sp0, *sp1, temp;
lib/libc/stdlib/radixsort.c
155
if (sp + nc > s + SIZE) { /* Get more stack. */
lib/libc/stdlib/radixsort.c
251
if (sp + nc > s + SIZE) {
lib/libc/tests/gen/limits_test.c
93
CHECK_UTYPE(size_t, SIZE);
stand/efi/loader/main.c
437
while (dp < edp && SIZE(dp, edp) > sizeof(EFI_DEVICE_PATH)) {
sys/compat/linuxkpi/common/include/linux/seq_buf.h
25
#define DECLARE_SEQ_BUF(NAME, SIZE) \
sys/compat/linuxkpi/common/include/linux/seq_buf.h
27
.buffer = (char[SIZE]) { 0 }, \
sys/compat/linuxkpi/common/include/linux/seq_buf.h
28
.size = SIZE, \
sys/dev/axgbe/if_axgbe_pci.c
464
pdata->xpcs_window_size = XPCS_GET_BITS(reg, PCS_V2_WINDOW_DEF, SIZE);
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
68
#define amd_ntb_bar_read(SIZE, bar, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
69
bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
71
#define amd_ntb_bar_write(SIZE, bar, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
72
bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
74
#define amd_ntb_reg_read(SIZE, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
75
amd_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
76
#define amd_ntb_reg_write(SIZE, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
77
amd_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
78
#define amd_ntb_peer_reg_read(SIZE, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
79
amd_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset + AMD_PEER_OFFSET)
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
80
#define amd_ntb_peer_reg_write(SIZE, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
81
amd_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset + AMD_PEER_OFFSET, val)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
295
#define intel_ntb_bar_read(SIZE, bar, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
296
bus_space_read_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
298
#define intel_ntb_bar_write(SIZE, bar, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
299
bus_space_write_ ## SIZE (ntb->bar_info[(bar)].pci_bus_tag, \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
301
#define intel_ntb_reg_read(SIZE, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
302
intel_ntb_bar_read(SIZE, NTB_CONFIG_BAR, offset)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
303
#define intel_ntb_reg_write(SIZE, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
304
intel_ntb_bar_write(SIZE, NTB_CONFIG_BAR, offset, val)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
305
#define intel_ntb_mw_read(SIZE, offset) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
306
intel_ntb_bar_read(SIZE, intel_ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
308
#define intel_ntb_mw_write(SIZE, offset, val) \
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
309
intel_ntb_bar_write(SIZE, intel_ntb_mw_to_bar(ntb, ntb->b2b_mw_idx), \
sys/dev/pccbb/pccbb.c
112
#define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
sys/dev/pccbb/pccbb.c
113
pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
sys/dev/pccbb/pccbb.c
114
#define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
sys/dev/pccbb/pccbb.c
116
pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
sys/dev/pccbb/pccbb_pci.c
112
#define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \
sys/dev/pccbb/pccbb_pci.c
113
pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
sys/dev/pccbb/pccbb_pci.c
114
#define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \
sys/dev/pccbb/pccbb_pci.c
116
pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
sys/dev/qat/include/common/adf_transport_access_macros.h
52
#define ADF_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5)
sys/dev/qat/include/common/adf_transport_access_macros.h
53
#define ADF_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5)
sys/dev/qat/include/common/adf_transport_access_macros.h
54
#define ADF_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7)
sys/dev/qat/include/common/adf_transport_access_macros.h
55
#define ADF_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7)
sys/dev/qat/include/common/adf_transport_access_macros.h
61
#define ADF_RING_SIZE_BYTES_MIN(SIZE) \
sys/dev/qat/include/common/adf_transport_access_macros.h
62
((SIZE < ADF_SIZE_TO_RING_SIZE_IN_BYTES(ADF_RING_SIZE_4K)) ? \
sys/dev/qat/include/common/adf_transport_access_macros.h
64
SIZE)
sys/dev/qat/include/common/adf_transport_access_macros.h
65
#define ADF_RING_SIZE_MODULO(SIZE) (SIZE + 0x6)
sys/dev/qat/include/common/adf_transport_access_macros.h
66
#define ADF_SIZE_TO_POW(SIZE) \
sys/dev/qat/include/common/adf_transport_access_macros.h
67
((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | SIZE) & ~0x4)
sys/dev/qat_c2xxx/qatvar.h
144
#define QAT_MSG_SIZE_TO_BYTES(SIZE) (SIZE << 5)
sys/dev/qat_c2xxx/qatvar.h
145
#define QAT_BYTES_TO_MSG_SIZE(SIZE) (SIZE >> 5)
sys/dev/qat_c2xxx/qatvar.h
146
#define QAT_SIZE_TO_RING_SIZE_IN_BYTES(SIZE) ((1 << (SIZE - 1)) << 7)
sys/dev/qat_c2xxx/qatvar.h
147
#define QAT_RING_SIZE_IN_BYTES_TO_SIZE(SIZE) ((1 << (SIZE - 1)) >> 7)
sys/dev/qat_c2xxx/qatvar.h
150
#define QAT_RING_SIZE_BYTES_MIN(SIZE) \
sys/dev/qat_c2xxx/qatvar.h
151
((SIZE < QAT_SIZE_TO_RING_SIZE_IN_BYTES(QAT_RING_SIZE_4K)) ? \
sys/dev/qat_c2xxx/qatvar.h
152
QAT_SIZE_TO_RING_SIZE_IN_BYTES(QAT_RING_SIZE_4K) : SIZE)
sys/dev/qat_c2xxx/qatvar.h
153
#define QAT_RING_SIZE_MODULO(SIZE) (SIZE + 0x6)
sys/dev/qat_c2xxx/qatvar.h
154
#define QAT_SIZE_TO_POW(SIZE) ((((SIZE & 0x4) >> 1) | ((SIZE & 0x4) >> 2) | \
sys/dev/qat_c2xxx/qatvar.h
155
SIZE) & ~0x4)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
368
#define FIELD_BIT_SIZE(type, field) type##_##field##_##SIZE
usr.bin/at/at.c
156
static size_t size = SIZE;
usr.bin/at/at.c
174
size += SIZE;
usr.bin/usbhidaction/usbhidaction.c
281
char buf[SIZE], name[SIZE], value[SIZE], debounce[SIZE], action[SIZE];
usr.bin/usbhidaction/usbhidaction.c
282
char usbuf[SIZE], coll[SIZE], *tmp;
usr.bin/usbhidaction/usbhidaction.c
467
char cmdbuf[SIZE], *p, *q;
usr.bin/usbhidaction/usbhidaction.c
471
for (p = cmd->action, q = cmdbuf; *p && q < &cmdbuf[SIZE-1]; ) {
usr.bin/usbhidaction/usbhidaction.c
474
len = &cmdbuf[SIZE-1] - q;
usr.sbin/bluetooth/hccontrol/util.c
107
return (coding >= SIZE(t)? "?" : t[coding]);
usr.sbin/bluetooth/hccontrol/util.c
120
return (data >= SIZE(t)? "?" : t[data]);
usr.sbin/bluetooth/hccontrol/util.c
137
for (n = 0; n < SIZE(t); n++) {
usr.sbin/bluetooth/hccontrol/util.c
168
return (ver >= SIZE(t)? "?" : t[ver]);
usr.sbin/bluetooth/hccontrol/util.c
189
return (ver >= SIZE(t)? "?" : t[ver]);
usr.sbin/bluetooth/hccontrol/util.c
2428
return (m >= SIZE(t)? "?" : t[m]);
usr.sbin/bluetooth/hccontrol/util.c
2903
for (n = 0; n < SIZE(t); n++) {
usr.sbin/bluetooth/hccontrol/util.c
2904
for (i = 0; i < SIZE(t[n]); i++) {
usr.sbin/bluetooth/hccontrol/util.c
3018
for (n = 0; n < SIZE(t); n++) {
usr.sbin/bluetooth/hccontrol/util.c
3019
for (i = 0; i < SIZE(t[n]); i++) {
usr.sbin/bluetooth/hccontrol/util.c
3132
for (n = 0; n < SIZE(t); n++) {
usr.sbin/bluetooth/hccontrol/util.c
3133
for (i = 0; i < SIZE(t[n]); i++) {
usr.sbin/bluetooth/hccontrol/util.c
3162
return (cc >= SIZE(t)? "?" : t[cc]);
usr.sbin/bluetooth/hccontrol/util.c
3175
return (state >= SIZE(t)? "UNKNOWN" : t[state]);
usr.sbin/bluetooth/hccontrol/util.c
3254
return (status >= SIZE(t)? "Unknown error" : t[status]);
usr.sbin/bluetooth/hccontrol/util.c
3294
return (type >= SIZE(t)? "?" : t[type]);
usr.sbin/bluetooth/hccontrol/util.c
3305
return (role >= SIZE(roles)? "Unknown role" : roles[role]);
usr.sbin/bluetooth/hccontrol/util.c
3322
return (accuracy >= SIZE(acc)? "Unknown accuracy" : acc[accuracy]);
usr.sbin/bluetooth/hccontrol/util.c
49
return (link_type >= SIZE(t)? "?" : t[link_type]);
usr.sbin/bluetooth/hccontrol/util.c
60
return (type >= SIZE(t)? "?" : t[type]);
usr.sbin/bluetooth/hccontrol/util.c
73
return (scan >= SIZE(t)? "?" : t[scan]);
usr.sbin/bluetooth/hccontrol/util.c
92
return (encrypt >= SIZE(t1)? "?" : t1[encrypt]);
usr.sbin/bluetooth/hccontrol/util.c
94
return (encrypt >= SIZE(t)? "?" : t[encrypt]);
usr.sbin/bluetooth/l2control/l2cap.c
138
#define con_state2str(x) ((x) >= SIZE(state)? "UNKNOWN" : state[(x)])
usr.sbin/bluetooth/l2control/l2cap.c
196
#define ch_state2str(x) ((x) >= SIZE(state)? "UNKNOWN" : state[(x)])
usr.sbin/ctld/parse.y
1091
lun_size: SIZE STR
usr.sbin/ctld/parse.y
64
%token SIZE STR TAG TARGET TCP TIMEOUT TRANSPORT_GROUP
usr.sbin/efivar/efiutil.c
166
while (dp < edp && SIZE(dp, edp) > sizeof(efidp_header)) {
usr.sbin/efivar/efiutil.c
167
efidp_format_device_path(buf, sizeof(buf), dp, SIZE(dp, edp));
usr.sbin/quot/quot.c
320
ksz = SIZE(sz);
usr.sbin/quot/quot.c
348
SIZE(sz += fp->fsz_sz[i]));
usr.sbin/quot/quot.c
376
printf("%5d", SIZE(usr->space));
usr.sbin/quot/quot.c
382
SIZE(usr->spc30),
usr.sbin/quot/quot.c
383
SIZE(usr->spc60),
usr.sbin/quot/quot.c
384
SIZE(usr->spc90));