Searched refs:size (Results 476 - 500 of 3555) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d42 this->size = json(this->j, "sizes[2]");
45 printf("[%d] sz %s odd %s even %s\n", this->index, this->size,
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Drpool.h88 ** in the current pool, and the request size > bigobjectsize,
148 # define sm_rpool_malloc_x(rpool, size) \
149 sm_rpool_malloc_tagged_x(rpool, size, __FILE__, __LINE__, SmHeapGroup)
157 # define sm_rpool_malloc(rpool, size) \
158 sm_rpool_malloc_tagged(rpool, size, __FILE__, __LINE__, SmHeapGroup)
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c61 size_t size; local
70 size = sizeof (struct in_addr);
76 size = sizeof (struct in6_addr);
80 if (memcmp(addr1, addr2, size) == 0)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dclass_id.c41 * input: size_t: the size of the variable-length part of the openpromio
47 opp_zalloc(size_t size, const char *prop) argument
49 struct openpromio *opp = malloc(sizeof (struct openpromio) + size);
52 (void) memset(opp, 0, sizeof (struct openpromio) + size);
53 opp->oprom_size = size;
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dnetwork-discovery.h15 extern void network_device_name_to_udi(char *udi, size_t size, ...);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h37 size_t size; member in struct:hash
/illumos-gate/usr/src/cmd/sgs/tools/
H A Dlibconv_mk_report_bufsize.pl39 # size for a libconv buffer type.
60 * as a fixed integer rather than using the actual size calculation that
67 * (1) The size calculation uses message length values only available
69 * (2) Separating the size calculation from the code that uses it
73 * If the public size in conv.h and the real size computed by the
78 * to determine the right size to set the conv.h value to. This file
81 * Example: Suppose the external size declared in conv.h is
95 * size of the value that should be defined in conv.h, followed by a
105 print OFILE "#warning \"The correct buffer size i
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_io32.h57 uint32_t size; member in struct:drm_map_32
84 int count; /* Number of buffers of this size */
85 int size; /* Size in bytes */ member in struct:drm_buf_desc_32
108 int total; /* Buffer size */
129 uint32_t size; /* In bytes -- will round to page boundary */ member in struct:drm_agp_buffer32
153 uint32_t size; /* In bytes -- will round to page boundary */ member in struct:drm_scatter_gather_32
/illumos-gate/usr/src/uts/common/xen/sys/
H A Devtchn.h41 #define _IOC(flag, letter, inum, size) ((letter) << 8 | (inum))
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_impl.h64 extern int hs_namecopy(char *from, char *to, int size, ulong_t flags);
65 extern int hs_jnamecopy(char *from, char *to, int size, int maxsize,
67 extern int hs_joliet_cp(char *from, char *to, int size);
77 extern int hs_uppercase_copy(char *from, char *to, int size);
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dopcioif.h63 unsigned int size; member in struct:scfsetphpinfo
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_inet.c102 smb_inet_ntop(smb_inaddr_t *addr, char *buf, int size) argument
106 size_t sz = (size_t)size;
108 int sz = size;
121 (void) snprintf(buf, size, "%d.%d.%d.%d",
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c123 * adjust max size of each I/O request
149 tnf_size, size, uio->uio_resid,
209 * which represents the maximum size that can be
361 size_t size, total = *lenp; local
387 size = total;
397 res = hat_softlock(hat, uaddr, &size, &ppp[0], cow ? HAT_COW : 0);
398 size = total - size;
399 *lenp += size;
400 size
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Deeprom.c79 * void ReadEEPROM(unsigned ee_addr, char *data_addr, unsigned size)
81 * to data_addr for size bytes. Assume the TWI has been initialized.
86 ReadEEPROM(unsigned ee_off, unsigned char *data_addr, unsigned size) argument
107 while (size-- > 1){
135 * void WriteEEPROM(unsigned ee_off, char *data_addr, unsigned size)
137 * from data_addr for size bytes. Assume the TWI has been initialized.
144 WriteEEPROM(unsigned ee_off, char *data_addr, unsigned size) argument
150 while (size--) {
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h90 * Read size bytes from a file. The number of bytes remaining
93 int (*read)(void *arg, void *h, void *dst, size_t size,
101 * in size.
126 void *dst, size_t size, size_t *resid_return);
136 uint64_t to, size_t size);
142 void *to, size_t size);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dpiclsmc.c108 get_alarm_fru_data(int offset, int size, void *buffer, format_t *format) argument
117 bzero(buffer, size);
121 datap[2] = size; /* count */
138 (void) memcpy(buffer, &(res_pkt.data[8]), size);
146 get_fru_data(int offset, int size, void *buffer, format_t *format) argument
175 req_pkt.data[3] = size;
189 if (SC_MSG_LEN(&res_pkt) != size) {
192 (void) memcpy(buffer, res_pkt.data, size);
200 datap[3] = size; /* bytes to read */
220 /* check the size */
572 write_alarm_fru_data(const void *buffer, size_t size, off_t offset, format_t *format) argument
613 write_fru_data(const void *buffer, size_t size, off_t offset, format_t *format) argument
698 pwrite_new(int fd, const void *buffer, size_t size, off_t offset, format_t *format) argument
751 pread_new(int fd, void *buffer, size_t size, off_t offset, format_t *format) argument
940 uint8_t size = 0; local
[all...]
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c46 * contains all elts of the same size. The tree is ordered by size.
51 * The header of a block contains the size of the data part in bytes.
52 * Since the size of a block is 0%4, the low two bits of the header
113 smalloc(size_t size) argument
118 ASSERT(size % WORDSIZE == 0);
120 if (size == 0)
121 size = WORDSIZE;
124 i = size / WORDSIZE - 1;
129 ASSERT((size
164 malloc(size_t size) argument
174 malloc_unlocked(size_t size) argument
287 realloc(void *old, size_t size) argument
483 size_t ts, size; local
635 morecore(size_t size) argument
1250 valloc(size_t size) argument
1259 calloc(size_t num, size_t size) argument
1278 cfree(void *p, size_t num, size_t size) argument
1407 size_t size, sz; local
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dinterface_id.c55 size_t size; local
69 size = strlen(ifname);
70 if (size > (IF_NAMESIZE - 1)) {
75 strncpy(lifr.lifr_name, ifname, size +1);
189 size_t size; local
196 size = strcspn(lifrp->lifr_name,
198 lifrp->lifr_name[size] = '\0';
200 (void) strncpy(ifname, lifrp->lifr_name, size + 1);
286 size_t size; local
288 size
[all...]
H A Dlink_addr.c42 * Converts a "size" bytes long mac address to its string representation.
48 _link_ntoa(const unsigned char *macaddr, char *str, int size, int mactype) argument
54 ((buf = malloc(3 * size)) == NULL))
57 for (i = 0; i < (size - 1); i++)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_refer.c62 * size is the sizeof the referneced structure.
66 xdr_reference(XDR *xdrs, caddr_t *pp, uint_t size, const xdrproc_t proc) argument
76 *pp = loc = malloc(size);
81 (void) memset(loc, 0, (int)size);
110 * > obj_size: size of the object.
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_ioctl.c39 pr_ioctl(struct ps_prochandle *Pr, int fd, int code, void *buf, size_t size) argument
63 if (size == 0) {
74 adp->arg_size = size;
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmakectxt.c57 size_t size; local
64 size = sizeof (long) * (pusharg + 1);
73 ucp->uc_stack.ss_size - size) & ~(STACK_ENTRY_ALIGN - 1));
/illumos-gate/usr/src/lib/libc/port/stdio/
H A D__extensions.c115 * Returns the buffer size (in bytes) currently in use by the given stream.
120 size_t size; local
124 size = _bufend(stream) - stream->_base;
126 return (size);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h40 * ...with a "size" parameter on the front which is the structure size - 4,
47 unsigned long size; member in struct:AddrRangeDesc
62 /* The size of this structure. */
63 unsigned long size; member in struct:drive_info
141 unsigned long size; member in struct:multiboot_info::__anon2211::__anon2213
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_addrvec.c35 #define AD_INIT 16 /* initial size of addrvec array */
55 size_t size = adp->ad_size ? adp->ad_size * AD_GROW : AD_INIT; local
56 void *data = mdb_alloc(sizeof (uintptr_t) * size, UM_SLEEP);
62 adp->ad_size = size;

Completed in 196 milliseconds

<<11121314151617181920>>