Searched defs:count (Results 226 - 250 of 1550) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c202 int state, count = 0, endquote, len, goteq; local
262 ++count;
267 } else if ( count >= 8 ) {
269 rdns, (count+1) *
273 rdns[ count ] = NULL;
294 if (( rdns[ count-1 ] = (char *)NSLDAPI_CALLOC(
296 SAFEMEMCPY( rdns[ count-1 ], rdnstart,
302 &rdns[count-1][len-1] )) {
306 rdns[ count-1 ][ len ] = '\0';
H A Dsortctrl.c217 int count = 0; local
228 count++;
237 return count;
355 int count = 0; local
368 count = count_tokens(string_rep);
369 if (0 == count) {
375 * (count + 1) );
382 for (i = 0; i < count; i++) {
384 pointer_array[count] = NULL;
390 pointer_array[count]
[all...]
/illumos-gate/usr/src/common/crypto/modes/
H A Dctr.c207 ctr_init_ctx(ctr_ctx_t *ctr_ctx, ulong_t count, uint8_t *cb, argument
213 if (count == 0 || count > 128) {
217 if (count >= 64) {
218 count -= 64;
219 upper_mask = (count == 64) ? UINT64_MAX : (1ULL << count) - 1;
223 lower_mask = (1ULL << count) - 1;
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c212 cf_read(fileid_t *filep, caddr_t buf, size_t count) argument
222 dprintf("%lx bytes\n", count);
227 zsp->avail_out = count;
259 dprintf("cf_read: returned %lx bytes\n", count - zsp->avail_out);
260 return (count - zsp->avail_out);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c81 static int count=0; local
98 putchar(tiddles[(count++)&3]);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddisk_discovery.c148 int list_len, count; local
166 for (count = 1; count < list_len; count++) {
167 free(&list_data[count]);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c249 int status, count; local
266 count = 0;
296 count = 0;
314 if (++count > 6) {
/illumos-gate/usr/src/cmd/pools/poolbind/
H A Dpoolbind.c279 uint_t j, count; local
281 (void) pool_resource_type_list(NULL, &count);
283 if ((resource_types = malloc(count *
289 (void) pool_resource_type_list(resource_types, &count);
291 for (j = 0; j < count; j++)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c54 int len, count; local
103 count = len / sizeof (*nip);
107 count, (len != 0 ? "?" : ""), auth); local
123 count = 0;
131 count++;
135 count, (len != 0 ? "?" : "")); local
237 count = strlen(addrstr);
244 (void) snprintf(addrstr + count,
245 sizeof (addrstr) - count,
249 (void) snprintf(addrstr + count,
425 long count; local
[all...]
/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c108 unsigned int count; member in struct:__anon347
163 nchar = header.count;
179 nchar = header.count;
/illumos-gate/usr/src/cmd/devfsadm/
H A Dsgen_link.c144 int lun, *lunp, count; local
150 for (count = 0, tstr = buf; count < 8; count++, tstr += 2)
151 (void) sprintf(tstr, "%02X", wwnstr[count]);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_messages.c297 * FUNCTION: print_layout_submirrors_failed_msg(char *type, int count,
300 * PURPOSE: Prints a generic status message indicating that only count
307 int count,
310 if (count == 0) {
319 count, nsubs, type);
305 print_layout_submirrors_failed_msg( char *type, int count, int nsubs) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c84 uint32_t count; local
136 /* Get the device instance count */
177 if (log.count == 0) {
183 last = log.count - 1;
186 if (log.count >= log.size) {
187 first = log.count - log.size;
196 count = last - first + 1;
201 for (i = 0; i < count; i++) {
204 mdb_warn("Cannot read log entry. index=%d count=%d\n",
205 idx, count);
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c371 int32_t count = 0; local
374 while ((&data[i] < data_end) && (count < nelem)) {
376 count++;
381 if (count != nelem) {
/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c667 int i, count; local
683 count = read(sfd, srcbuf, COPY_BSIZE);
684 count > 0;
685 count = read(sfd, srcbuf, COPY_BSIZE)) {
688 if (read(dfd, dstbuf, COPY_BSIZE) != count) {
694 for (i = 0; i < count; i++) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.c99 uint_t i, count; local
102 count = ids->ids_count;
103 ida = idp = fmd_alloc(sizeof (id_t) * count, FMD_SLEEP);
110 ASSERT(idp == ida + count);
113 for (i = 0; i < count; i++)
116 fmd_free(ida, sizeof (id_t) * count);
307 * called. For simplicity, we now use a single global reference count for all
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dipath.c226 int count; local
238 count = 0;
242 count++;
246 ASSERT(count > 0);
249 ret = MALLOC(sizeof (*ret) * (count + 1));
250 ret[count].s = NULL;
256 ASSERT(i < count);
272 stats_counter_add(Nbytes, (count + 1) * sizeof (struct ipath));
294 /* count up length of class string */
298 /* count u
[all...]
/illumos-gate/usr/src/cmd/format/
H A Ddefect.c135 size = deflist_size(cur_blksz, list->header.count);
214 for (i = 0; i < (list->header.count *
281 return (list->header.count);
285 for (ptr = list->list; ptr - list->list < list->header.count; ptr++) {
355 size = deflist_size(cur_blksz, list->header.count);
440 int count, i; local
446 count = list->header.count;
447 if (deflist_size(cur_blksz, count + 1) > deflist_size(cur_blksz, count))
[all...]
H A Dmenu_defect.c95 deflist_size(cur_blksz, work_list.header.count) *
97 for (i = 0; i < work_list.header.count; i++)
108 work_list.header.count);
160 work_list.header.count);
234 work_list.header.count);
244 work_list.header.count);
351 work_list.header.count = 0;
378 int i, count, num; local
387 count = work_list.header.count;
614 int i, items, status = 0, count, cksum; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c37 addarc(nltype *parentp, nltype *childp, actype count) argument
44 count, parentp->name, childp->name);
50 * a hit: just increment the count.
56 arcp->arc_count, count);
61 arcp->arc_count, count);
67 arcp->arc_count += count;
69 arcp->arc_count -= count;
78 arcp->arc_count = count;
327 * count calls from outside the cycle
583 * count sel
[all...]
/illumos-gate/usr/src/cmd/avs/errgen/
H A Derrgen.c64 static int count = 1; variable
137 modname, count-1);
143 modname, count-1);
176 " at line: %d pos: %d\n", count,
205 /* bump the item count and set the bytestream flag */
217 c.f.code = count;
325 if (count == 0)
338 count);
344 "message label too long at line: %d\n", count);
350 "leading blank at line: %d\n", count);
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dpk0.c257 int is,cc,xfr,count; local
262 count = 0;
291 count += cc;
312 return(count);
325 int cc, fc, count; local
332 count = icount;
368 return(count);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslogtab.c214 int remcnt = 0; /* remove count */
300 int count = 0; local
312 count++;
343 if (count == 0) {
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h67 uint32_t count; member in struct:htab
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c239 * On success a count of the number of selected bundles is returned.
241 * empty, and a count of 0 will be returned. In the case of failure, -1
257 int count; local
276 count = tsdp->tsd_count;
280 count = -1;
286 return (count);

Completed in 97 milliseconds

1234567891011>>