Searched defs:ret (Results 351 - 375 of 903) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c1172 int len, ret = 0; local
1195 ret = 1;
1199 return ret;
H A Dlogging.c316 int ret; local
324 ret = ntfs_log.handler(function, file, line, level, data, format, args);
328 return ret;
355 int ret = 0, olderr = errno; local
362 if (ret < sizeof(buffer) && ntfs_log.flags & NTFS_LOG_FLAG_PREFIX)
363 ret += snprintf(buffer + ret, sizeof(buffer) - ret, "%s",
367 if (ret < sizeof(buffer) && ntfs_log.flags & NTFS_LOG_FLAG_FILENAME)
368 ret
423 int ret = 0; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.c283 int ret; local
290 ret = bh->data[offset>>3] & _bitmap[offset&7];
293 return ret;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc.c560 HfsCPrivateCache* ret; local
565 ret = hfsc_new_cache(block_number, file_number);
566 if (!ret) return NULL;
568 if (!hfs_cache_from_mdb(ret, fs, timer) ||
569 !hfs_cache_from_catalog(ret, fs, timer) ||
570 !hfs_cache_from_extent(ret, fs, timer)) {
575 hfsc_delete_cache(ret);
579 return ret;
598 int ret; local
642 if (!(ret
[all...]
H A Dreloc_plus.c329 int ret = 1; local
340 ret = hfsplus_file_write(priv_data->allocation_file,
342 i, j-i) && ret;
348 return ret;
829 HfsCPrivateCache* ret; local
834 ret = hfsc_new_cache(block_number, file_number);
835 if (!ret) return NULL;
837 if (!hfsplus_cache_from_vh(ret, fs, timer) ||
838 !hfsplus_cache_from_catalog(ret, fs, timer) ||
839 !hfsplus_cache_from_extent(ret, f
868 int ret; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ntfs/
H A Dntfs.c269 int ret = 0; local
295 ret = 1; /* return success to the upper layer */
303 return ret;
382 int ret = 0; /* this tells the upper layer NOT to resize partition */ local
448 ret = 1; /* this tells upper layer to resize the partition */
458 return ret;
/osnet-11/usr/src/lib/libpkg/common/
H A Dvfpops.c411 int ret; local
478 ret = 0;
480 ret = fclose(vfp->_vfpFile);
490 if (ret != 0) {
/osnet-11/usr/src/lib/libcmd/common/
H A Dcmp.c160 int ret = 0; local
168 return ret;
177 ret = 1;
185 return ret;
254 ret = 1;
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c288 char *ret; local
310 ret = *buf;
313 wrote = snprintf(ret, size, "%s ",
316 wrote = snprintf(ret, size, "%lld ",
319 ret = ret + wrote;
340 int ret = 0; local
358 if ((ret = add_value_to_list(list, begin,
362 return (ret);
/osnet-11/usr/src/lib/libcpc/common/
H A Dobsoleted.c83 int ret; local
123 ret = cpc_bind_curlwp(__cpc, set, flags);
127 return (ret);
231 int ret; local
266 ret = ioctl(fd, CPCIO_BIND, &cpc_args);
271 return (ret);
298 int ret; local
326 ret = cpc_bind_pctx(__cpc, pctx, lwpid, set, 0);
330 return (ret);
/osnet-11/usr/src/lib/libdevid/
H A Ddeviceid.c231 int ret = -1; local
336 ret = 0;
346 if ((ret == 0) &&
352 if (ret && *retlist)
354 if (ret && err != 0)
356 return (ret);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c404 int ret; local
422 ret = add_mbr_sig(fd, attrs);
423 if (ret != 0) {
424 return (ret);
H A Dpartition.c559 int j, ret; local
635 if ((ret = libfdisk_init(&epp, device, &iparts[i],
638 switch (ret) {
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_local.c112 int ret; local
115 ret = size + CFG_BLOCK_SIZE - (size % CFG_BLOCK_SIZE);
117 ret = size;
118 return (ret);
/osnet-11/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c153 * [rep] ret
157 * [rep] ret
172 dt_dprintf("leave/ret at %lx\n", i + 1);
177 dt_dprintf("leave/rep ret at %lx\n", i + 1);
183 dt_dprintf("movl/popl/ret at %lx\n", i + 3);
190 dt_dprintf("movl/popl/rep ret at %lx\n", i + 3);
204 /* ordinary ret */
208 /* two-byte ret */
213 /* ret <imm16> */
217 /* two-byte ret <imm1
431 int ret = *dis->instr; local
[all...]
/osnet-11/usr/src/lib/libecp/common/
H A Decp_impl.c195 int ret; local
203 ret = recv(my_ecp_instp->ecp_sockfd, buf, sizeof (buf), 0);
204 if (ret <= 0) {
210 ecp_parse_rx_packet(buf, ret, my_ecp_instp);
291 int ret; local
331 ret = send(ecp_instp->ecp_sockfd, (void *)ecp_hdrp, len, 0);
332 if (ret != len) {
333 ret = errno;
336 return (ret);
353 boolean_t ret local
[all...]
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_data.c184 int ret = E_REQUEST_DENIED; local
205 if (y < Ymax(f) - 1 && (ret =
214 return (ret); /* no room for wrap */
230 int ret = E_REQUEST_DENIED; local
251 if (x && (ret = insert_str(f, Y(f)+1, (int)(v - Buf(c)), n)) ==
262 if (ret == E_SYSTEM_ERROR)
580 int ret; local
603 if ((ret = wrap_ok(f)) != E_OK)
604 return (ret);
H A Dform.c337 int ret = FALSE; local
359 ret = (TRUE);
374 ret = TRUE;
384 return (ret);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dsmf_params.c393 int ret = -1; local
425 ret = scf_transaction_commit(tran);
427 fprintf(stderr, "set_pg_value: commit returned %d\n", ret);
429 if (ret == -1)
432 if (ret == 0) {
438 } while (ret == 0);
440 if (ret == 1)
441 ret = 0;
447 return (ret);
639 uint8_t *ret; local
723 int ret = -1; local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc76 size_t dataLength, int bitOffset, uint64_t *ret)
90 *ret = rc;
75 readBits(size_t bitLength, uint8_t *data, size_t dataLength, int bitOffset, uint64_t *ret) argument
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c315 int ret; local
319 ret = fru_get_segment_name(segment, &name);
320 if (ret != FRU_SUCCESS) {
321 return (ret);
325 ret = nvlist_alloc(&nv_segment, NV_UNIQUE_NAME, 0);
326 if (ret) {
332 ret = fru_for_each_packet(segment, convert_packet, nv_segment);
333 if (ret != FRU_SUCCESS) {
336 return (ret);
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_step.c165 int ret; local
172 ret = _advance(p1, p2);
174 return (ret);
218 int ret; local
223 ret = _advance(lp, ++ep);
225 return (ret);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c388 int ret = -1; local
494 ret = topo_mod_seterrno(mod,
506 ret = 0;
512 return (ret);
H A Dzfs.c289 zfs_get_state(topo_mod_t *mod, nvlist_t *fmri, int *ret) argument
297 *ret = FMD_SERVICE_STATE_OK;
307 *ret = FMD_SERVICE_STATE_UNUSABLE;
309 *ret = FMD_SERVICE_STATE_DEGRADED;
311 *ret = FMD_SERVICE_STATE_OK;
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c457 boolean_t ret = B_FALSE; local
501 ret = B_TRUE;
510 ret = B_TRUE;
513 return (ret);
571 int ret; local
581 ret = TOPO_WALK_NEXT;
589 ret = TOPO_WALK_NEXT;
595 ret = TOPO_WALK_NEXT;
603 ret = TOPO_WALK_NEXT;
626 return (ret);
[all...]

Completed in 330 milliseconds

<<11121314151617181920>>