Searched defs:used (Results 1 - 25 of 118) sorted by relevance

12345

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h40 int used; member in struct:table_head_t
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.h39 int used; member in struct:table_head_t
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_ioctl.h45 uint32_t used; /* content length */ member in struct:ioc_sdbuf
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_p.h3 size_t used; member in struct:ctl_buf
14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_zpool.c74 boolean_t used; local
98 &name, &used) == 0 && used) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c159 * may have already used up various in-core limits
166 uint64_t used = dsl_dir_phys(dp->dp_root_dir)->dd_used_bytes; local
168 if (dst->dst_space > 0 && used + dst->dst_space * 3 > quota) {
/illumos-gate/usr/src/cmd/refer/
H A Dmkey2.c23 static int alph, used, prevc; variable
42 alph = used = prevc = eof = 0;
50 used = alph = 0;
52 for (s = line; (c = *s) && (used < keycount); s++)
55 if (used) putchar('\n');
59 used = alph = 0;
60 while ((c = getc(f)) != EOF && used < keycount)
62 if (used) putchar('\n');
142 if (used == 0) {
153 used
[all...]
/illumos-gate/usr/src/cmd/eqn/
H A Dglob.c23 int used[100]; /* available registers */ variable
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c175 uint_t count = 0, used = 0; local
196 used++;
200 if ((count == 0) || (used == 0))
204 used, ((used * 100) / count));
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.c26 lens shorts, which is used as a work area. type is the type of code
49 unsigned used; /* code entries in table used */ local
101 The length counts are used for other purposes as well, i.e. finding
153 filled is at next and has curr index bits. The code being used is huff
167 counts are used for this, and so count[] is decremented as codes are
170 used keeps track of how many table entries have been allocated from the
186 base = extra = work; /* dummy value--not used */
210 used = 1U << root; /* use root table entries */
211 mask = used
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c150 unsigned int used; local
251 if ((enc_status = smb_dr_encode_finish(enc_ctx, &used)) != 0) {
255 (void) smb_dr_encode_finish(enc_ctx, &used);
258 smbd_door_return(&smb_share_sdh, buf, used, NULL, 0);
264 (void) smb_dr_encode_finish(enc_ctx, &used);
265 smbd_door_return(&smb_share_sdh, buf, used, NULL, 0);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_bootcfg.c70 size_t used = 0; local
82 used = offset;
104 used = offset;
114 *usedp = used;
201 * entire used bootcfg area, then copy into the user supplied buffer.
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
47 unsigned used; /* code entries in table used */ local
99 The length counts are used for other purposes as well, i.e. finding
151 filled is at next and has curr index bits. The code being used is huff
165 counts are used for this, and so count[] is decremented as codes are
168 used keeps track of how many table entries have been allocated from the
183 base = extra = work; /* dummy value--not used */
207 used = 1U << root; /* use root table entries */
208 mask = used
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c27 * NDR heap management. The heap is used for temporary storage by
63 * Returns a pointer to the newly created heap, which is used like an
202 * This function can be used to build a wide-char, non-null terminated
276 int used = 0; local
280 used += heap->iovec[i].iov_len;
282 return (used);
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp.c23 * nor the names of its contributors may be used to endorse or promote
456 uint32_t used; local
459 if ((ndmp_door_encode_finish(enc_ctx, &used)) != 0) {
466 arg.data_size = used;
H A Dlibndmp_door_data.c23 * nor the names of its contributors may be used to endorse or promote
85 ndmp_door_encode_finish(ndmp_door_ctx_t *ctx, unsigned int *used) argument
91 *used = ctx->ptr - ctx->start_ptr;
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm_impl.h76 * This structure is used to represent a ttymux minor node that
79 * the used resource would correspond to the multiplexed serial device.
84 rsrc_t *used; /* the used resource */ member in struct:link
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.h51 size_t used; /* Current usage */ member in struct:nsc_mem_s
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c678 int used; local
689 used = ifs->ifs_iplused[unit];
694 return used;
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c154 char **metadata, papi_attribute_t ***used)
180 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
189 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
197 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
206 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
215 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
224 papiAttributeListAddBoolean(used, PAPI_ATTR_EXCL,
233 papiAttributeListAddString(used, PAPI_ATTR_EXCL,
237 /* Indent - used with pr filter */
242 papiAttributeListAddInteger(used, PAPI_ATTR_EXC
153 lpd_add_rfc1179_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
306 unused_attributes(papi_attribute_t **list, papi_attribute_t **used) argument
349 lpd_add_svr4_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
440 lpd_add_hpux_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
455 lpd_job_add_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
482 lpd_job_add_files(service_t *svc, papi_attribute_t **attributes, char **files, char **metadata, papi_attribute_t ***used) argument
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c52 int used; member in struct:__anon4209
61 if (sp->max <= sp->used)
64 sp->mbs[sp->used++] = byte;
92 last = string.used;
95 string.used = last;
112 string.mbs[string.used] = '\0';
114 return string.used;
122 * This routinue should be used when sizeof (wchar_t) < sizeof (wint_t).
193 * returning either -1 on error or the number of bytes used to convert the
204 * will instead by the number of bytes used t
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c351 size_t incr, oldsize, used, usedmem; local
366 * Figure out what fraction of the used space belongs to each
370 used = usedmem +
375 ALIGN(sizeof(struct __db_lock), MUTEX_ALIGNMENT) / (float)used;
376 obj_ratio = usedobjs * sizeof(DB_LOCKOBJ) / (float)used;
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c61 * OVERRIDE flag is used to ensure that only those values provided via this
75 int used = 0; local
101 used++;
109 used++;
124 used++;
131 used++;
137 if (used == 0) {
483 * Empty segments can be used to define PT_LOAD segment reservations, or
1167 * was used, but the filtee wasn't supplied.
/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c53 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c28 * used to provide access to CIFS "named streams".
376 int error, skip, used, nmlen; local
398 used = 4 + 4 + 8 + 8; /* how much we consumed */
406 size -= 2; used += 2;
412 size -= 1; used += 1;
423 used += nmlen;
437 if (next > used) {
438 skip = next - used;
482 * NB: also used by smbfs_smb_lookup

Completed in 172 milliseconds

12345