/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_p.h | 3 size_t used; member in struct:ctl_buf 14 #define buffer_init(Buf) ((Buf).text = 0, (Buf.used) = 0)
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_zpool.c | 74 boolean_t used; local 98 &name, &used) == 0 && used) {
|
/osnet-11/usr/src/lib/libndmp/common/ |
H A D | libndmp.c | 22 * nor the names of its contributors may be used to endorse or promote 76 * which will be used to calculate the door buffer size 595 uint32_t used; local 600 if ((ndmp_door_encode_finish(enc_ctx, &used)) != 0) { 608 arg.data_size = used;
|
H A D | libndmp_door_data.c | 23 * 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;
|
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_heap.c | 26 * NDR heap management. The heap is used for temporary storage by 62 * Returns a pointer to the newly created heap, which is used like an 201 * This function can be used to build a wide-char, non-null terminated 275 int used = 0; local 279 used += heap->iovec[i].iov_len; 281 return (used);
|
/osnet-11/usr/src/lib/libzpool/common/ |
H A D | util.c | 75 char used[6], avail[6]; local 83 "used avail read write read write read write cksum\n"); 98 nicenum(vs->vs_alloc, used); 113 vs->vs_space ? 6 : 0, vs->vs_space ? used : "",
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_split.c | 21 * may be used to endorse or promote products derived from this software 104 * skip set to the offset which should be used. Additionally, l and r 551 * level of the tree is never used, so it doesn't need to be filled in. 625 indx_t full, half, nxt, off, skip, top, used; local 633 * space as overflow keys used by internal pages are never deleted. 639 used = 0; 676 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) 690 used += nbytes + sizeof(indx_t); 691 if (used >= half) { 776 * BT_PRESERVE -- Mark a chain of pages as used b [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | priority_queue.c | 54 grub_size_t used; member in struct:grub_priority_queue 106 if (!pq->used) 135 ret->used = 0; 146 if (pq->used == pq->allocated) 155 pq->used++; 156 grub_memcpy (element (pq, pq->used - 1), el, pq->elsize); 157 for (p = pq->used - 1; p; p = parent (p)) 172 swap (pq, 0, pq->used - 1); 173 pq->used--; 174 for (p = 0; left_child (p) < pq->used; ) [all...] |
/osnet-11/usr/src/cmd/sendmail/db/lock/ |
H A D | 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;
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 52 int used; member in struct:__anon2735 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...] |
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_targets.c | 72 * DAs (and which can thus be used for unicasts) 74 * no DAs (and which must thus be used for multicasts). 80 * slp_mark_target_used: callers should mark a slp_target_t used after 95 * This should not be used to free any other target. 116 SLPBoolean used, failed; member in struct:da_node 223 int numResults = 0; /* placeholder; not actually used */ 268 if (!(*tl->state)->da->used && !(*tl->state)->da->failed) 285 if (p->da->used) 287 if (!p->da->used && !p->da->failed) 300 p->da->used [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | script_sh.h | 36 /* The next command. This can be used by the parent to form a chain 119 /* The command used to check if the 'if' is true or false. */ 134 /* The name used as looping variable. */ 149 /* The command list used as condition. */ 162 /* Function used by the lexer to get a new line when more input is 173 this other buffer. It can be used to edit the menu entry at a 197 unsigned used; 229 /* The memory that was used while parsing and scanning. */ 314 /* Functions used by bison. */ 343 /* This variable points to the parsed command. This is used t 196 unsigned used; member in struct:grub_lexer_param [all...] |
/osnet-11/usr/src/common/mpi/ |
H A D | mpi.h | 30 * Alternatively, the contents of this file may be used under the terms of 232 #define MP_USED(MP) ((MP)->used) 244 mp_size used; /* how many digits used */ member in struct:__anon168
|
H A D | mp_gf2m.c | 26 * Alternatively, the contents of this file may be used under the terms of 358 mp_size used; local 371 used = MP_USED(r); 373 for (j = used - 1; j > dN;) {
|
H A D | mpi.c | 31 * Alternatively, the contents of this file may be used under the terms of 66 This table is used to compute output lengths for the mp_toradix() 228 all the used digits of 'from', we'll re-use it to avoid hitting 296 Release the storage used by an mp_int, and void its fields so that 1178 Compute q = a / b and r = a mod b. Input parameters may be re-used 1501 mp_size used; local 1521 used = MP_USED(&x); 1522 if (used > 1) { 1523 s_mp_rshd(&x, used / 2); 1904 frequently this wil get used anywa 3098 mp_size used = MP_USED(mp); local 3269 int ix, used; local 3516 mp_size used; local 3532 s_mpv_mul_d(MP_DIGITS(a), used, d, MP_DIGITS(a)); local 3676 mp_size used; local 3762 mp_size used; local [all...] |
/osnet-11/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 78 * ht_type and ht_ip are only used for hostname lookup caching. 483 size_t used, remaining; local 628 used = snprintf(bp, remaining, "%hu", 631 used = strlcpy(bp, event->ae_desc, remaining); 632 bp += used; 633 remaining -= used; 637 used = strlcpy(bp, " failed", remaining); 639 used = strlcpy(bp, " ok", remaining); 640 bp += used; 641 remaining -= used; [all...] |
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 55 int used; member in struct:__anon2748 62 if (sp->max <= sp->used) 65 sp->mbs[sp->used++] = (char)byte; 90 last = string.used; 93 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). 201 * returning either -1 on error or the number of bytes used to convert the 212 * will instead by the number of bytes used t [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 29 * they are used by mount and unmount and when changing a filesystem's 38 * This file also contains the functions used to manage sharing filesystems via 321 * Also the zfs_key_load used to be in the zfs_is_mountable() 1168 int used, alloc; local 1181 used = alloc = 0; 1203 if (used == alloc) { 1223 if ((shares[used].si_mountpoint = zfs_strdup(hdl, 1229 * is only used to determine if we need to remove the underlying 1232 shares[used].si_zhp = make_dataset_handle(hdl, 1235 used [all...] |
H A D | libzfs_prop.c | 378 int used; /* used length */ local 436 used = slen; 438 VERIFY(strlcpy(bp++, ".", (len + 1) - used) < 439 (len + 1) - used); 440 used++; 442 VERIFY(strlcpy(bp, name + (cp - dsub), (len + 1) - used) < 443 (len + 1) - used);
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/ |
H A D | ure.c | 49 * Flags used internally in the DFA. 118 * Structure used to handle a compacted range of characters. 137 * This is a general element structure used for expressions and stack 149 * This is a structure used to track a list or a stack of states. 184 * Structure used for keeping lists of states. 202 * Structure used for constructing the NFA and reducing to a minimal DFA. 437 * of characters used. 465 * characters used. 783 * character class or if 'P' is used to specify a list of 1099 * Free up any ranges used fo 1193 unsigned long used; local [all...] |
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsclone.c | 178 * stupidly used the volume version as the image version... )-: I hope NTFS 319 " and --restore-image is used then read the image from the standard input.\n" 674 u64 cl, last_cl; /* current and last used cluster */ 1346 s64 total, used; local 1349 used = inuse * cluster_size; 1352 (long long)rounded_up_division(used, NTFS_MBYTE), 1353 100.0 * ((float)used / total)); 1911 Printf("Num of used MFT records = %10u\n", nr_used_mft_records);
|
H A D | ntfsresize.c | 165 s64 lcn; /* last used LCN for a "special" file/attr type */ 196 VCN mft_highest_vcn; /* used for relocating the $MFT */ 535 "can't be used together.\n"); 1566 used by the allocator and will be truncated later on */ 1771 * already been read into lcn_bitmap. By looking for the last used cluster on 1780 printf("File feature Last used at By inode\n"); 2200 s64 total, used; local 2203 used = nr_used_clusters * vol->cluster_size; 2207 (long long)rounded_up_division(used, NTFS_MBYTE), 2208 100.0 * ((float)used / tota [all...] |
/osnet-11/usr/src/lib/libc/port/i18n/ |
H A D | gettext_gnu.c | 437 * Hash algorithm used in this function is Open Addressing 1082 size_t mchunk_size, used, need; local 1096 used = 0; /* size of the used memory in mchunk */ 1105 e_msgs[i][j].offset = used; 1116 need = used + mlen + dlen; 1132 (void) memcpy(mchunk + used, msg, (size_t)mlen); 1134 used += mlen; 1146 (void) memcpy(mchunk + used, 1148 used [all...] |
/osnet-11/usr/src/lib/libraidcfg/common/ |
H A D | raidcfg.c | 75 * Data structures used for object maintennance 288 int used; member in struct:__anon2389 1354 raid_handle_sys.used = 0; 1364 i = raid_handle_sys.used; 1379 raid_handle_sys.used = 0; 1398 raid_handle_sys.handles[ret].next = raid_handle_sys.used; 1399 raid_handle_sys.used = ret; 1408 int i = raid_handle_sys.used, j = 0; 1423 raid_handle_sys.used = 1436 int i = raid_handle_sys.used, [all...] |
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 142 ** object. Only used if type==NONTERMINAL */ 179 COMPLETE, /* The status is used during followset and */ 320 /* Routines used for efficiency in Configlist_add */ 405 int nAction; /* Number of used slots in aAction[] */ 678 in a nonterminal of the grammar. \"%s\" will be used as the start \ 714 ** The returned pointer to the first state is not used. */ 785 if( cfp->status==COMPLETE ) continue; /* Already used by inner loop */ 794 if( bcfp->status==COMPLETE ) continue; /* Already used */ 798 bcfp->status = COMPLETE; /* Mark this config as used */ 835 ** links are used i 2936 char used[MAXRHS]; /* True for each RHS element which is used */ local [all...] |