| /netvirt/usr/src/cmd/abi/spectrans/spec2trace/ |
| util.h | 40 int used; member in struct:table_head_t
|
| /netvirt/usr/src/cmd/abi/spectrans/spec2map/ |
| util.h | 39 int used; member in struct:table_head_t
|
| /netvirt/usr/src/cmd/sgs/liblddbg/common/ |
| statistics.c | 85 uint_t count = 0, used = 0; local 106 used++; 110 if ((count == 0) || (used == 0)) 114 used, ((used * 100) / count));
|
| /netvirt/usr/src/cmd/ssh/libopenbsd-compat/common/ |
| setproctitle.c | 22 * 4. The name of the author may not be used to endorse or promote products 78 size_t used; local 86 used = snprintf(buf, MAX_PROCTITLE, "%s: ", __progname); 87 if (used >= MAX_PROCTITLE) 88 used = MAX_PROCTITLE - 1; 89 (void)vsnprintf(buf + used, MAX_PROCTITLE - used, fmt, ap); 93 used = strlen(buf); 97 pstat(PSTAT_SETCMD, pst, used, 0, 0);
|
| /netvirt/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| ShortReferenceMap.h | 33 Boolean used() const; 78 Boolean ShortReferenceMap::used() const function in class:SP_NAMESPACE::ShortReferenceMap
|
| Entity.h | 76 Boolean used() const; 280 Boolean Entity::used() const function in class:SP_NAMESPACE::Entity
|
| /netvirt/usr/src/lib/libdiskmgt/common/ |
| inuse_zpool.c | 74 boolean_t used; local 98 &name, &used) == 0 && used) {
|
| /netvirt/usr/src/lib/libresolv2/common/isc/ |
| ctl_p.h | 10 size_t used; member in struct:ctl_buf 21 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
|
| /netvirt/usr/src/lib/smbsrv/libmlrpc/common/ |
| ndr_heap.c | 29 * MLRPC heap management. The heap is used for temporary storage by 64 * Returns a pointer to the newly created heap, which is used like an 187 * This function can be used to build a wide-char, non-null terminated 215 int used = 0; local 219 used += heap->iovec[i].iov_len; 221 return (used);
|
| /netvirt/usr/src/lib/smbsrv/libsmb/common/ |
| smb_door_client.c | 118 uint32_t used; local 154 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 162 arg.data_size = used; 199 uint32_t used; local 226 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 234 arg.data_size = used; 266 uint32_t used; local 295 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 303 arg.data_size = used; 336 uint32_t used; local [all...] |
| /netvirt/usr/src/cmd/eqn/ |
| glob.c | 23 int used[100]; /* available registers */ variable
|
| /netvirt/usr/src/cmd/refer/ |
| mkey2.c | 23 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...] |
| /netvirt/usr/src/cmd/smbsrv/smbd/ |
| smbd_door_server.c | 146 unsigned int used; local 257 if ((enc_status = smb_dr_encode_finish(enc_ctx, &used)) != 0) 260 (void) door_return(buf, used, NULL, 0); 267 (void) smb_dr_encode_finish(enc_ctx, &used); 268 (void) door_return(buf, used, NULL, 0); 275 (void) smb_dr_encode_finish(enc_ctx, &used); 277 (void) door_return(buf, used, NULL, 0);
|
| smbd_share_doorsvc.c | 148 unsigned int used; local 311 if ((enc_status = smb_dr_encode_finish(enc_ctx, &used)) != 0) 314 (void) door_return(buf, used, NULL, 0); 321 (void) smb_dr_encode_finish(enc_ctx, &used); 322 (void) door_return(buf, used, NULL, 0); 329 (void) smb_dr_encode_finish(enc_ctx, &used); 330 (void) door_return(buf, used, NULL, 0);
|
| /netvirt/usr/src/uts/common/fs/smbsrv/ |
| smb_mbuf_util.c | 43 * may be used to endorse or promote products derived from this software 73 * used during development of multiple fragment support. 183 int used = 0; local 186 used += m->m_len; 189 return (used);
|
| smb_share_kdoor_client.c | 170 unsigned int used; local 188 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 196 arg.data_size = used; 233 unsigned int used; local 249 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 257 arg.data_size = used; 292 unsigned int used; local 309 if ((status = smb_dr_encode_finish(enc_ctx, &used)) != 0) { 317 arg.data_size = used; 353 unsigned int used; local 413 unsigned int used; local 476 unsigned int used; local 572 unsigned int used; local 644 unsigned int used; local [all...] |
| /netvirt/usr/src/uts/common/zmod/ |
| inftrees.c | 26 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 - 1; /* mask for comparing low * [all...] |
| /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| OutputCharStream.cxx | 179 size_t used = ptr_ - buf_; local 188 sync(used);
|
| /netvirt/usr/src/cmd/rcm_daemon/common/ |
| ttymux_rcm_impl.h | 76 * 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
|
| /netvirt/usr/src/cmd/ssh/include/ |
| session.h | 42 int used; member in struct:Session
|
| /netvirt/usr/src/lib/libzpool/common/ |
| util.c | 77 char used[6], avail[6]; local 85 "used avail read write read write read write cksum\n"); 97 nicenum(vs->vs_alloc, used); 111 vs->vs_space ? 6 : 0, vs->vs_space ? used : "",
|
| /netvirt/usr/src/uts/common/inet/ipf/ |
| ip_log.c | 670 int used; local 681 used = ifs->ifs_iplused[unit]; 686 return used;
|
| /netvirt/usr/src/cmd/sendmail/db/lock/ |
| lock_region.c | 351 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;
|
| /netvirt/usr/src/cmd/sgs/ldd/common/ |
| ldd.c | 82 * the runtime linker to indicate the search algorithm used. 137 used[] = "LD_UNUSED= ", variable 318 used[sizeof (used) - 2] = (uflag) ? '1' : '\0'; 721 (putenv(uref) != 0) || (putenv(used) != 0) ||
|
| /netvirt/usr/src/cmd/tbl/ |
| t0.c | 53 int used[MAXCOL], lused[MAXCOL], rused[MAXCOL]; variable
|