Searched refs:source (Results 1 - 25 of 248) sorted by last modified time

12345678910

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
182 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes long.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_002_pos.ksh81 typeset source=$(get_source $prop $dtst)
83 "$source" != "inherited from $inherited_dtst" ]]
H A Dzfs_set_common.kshlib253 # Get source of the dataset
259 typeset source
261 source=$(zfs get -H -o source $prop $dataset)
263 log_fail "Unable to get $prop source for dataset $dataset"
266 echo "$source"
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c2951 * exceeds the refquota on the source system.
3292 dsl_dataset_set_refquota(const char *dsname, zprop_source_t source, argument
3298 ddsqra.ddsqra_source = source;
3367 zprop_source_t source, uint64_t value, dmu_tx_t *tx)
3374 source, sizeof (value), 1, &value, tx);
3407 dsl_dataset_set_refreservation(const char *dsname, zprop_source_t source, argument
3413 ddsqra.ddsqra_source = source;
3366 dsl_dataset_set_refreservation_sync_impl(dsl_dataset_t *ds, zprop_source_t source, uint64_t value, dmu_tx_t *tx) argument
H A Ddsl_dir.c1509 dsl_dir_set_quota(const char *ddname, zprop_source_t source, uint64_t quota) argument
1514 ddsqra.ddsqra_source = source;
1630 dsl_dir_set_reservation(const char *ddname, zprop_source_t source, argument
1636 ddsqra.ddsqra_source = source;
H A Dlz4.c7 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions of source code must retain the above copyright
32 * - LZ4 source repository : http://code.google.com/p/lz4/
37 static int real_LZ4_compress(const char *source, char *dest, int isize,
39 static int real_LZ4_uncompress(const char *source, char *dest, int osize);
41 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
43 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
45 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
109 * return : the number of bytes read in the source buffer.
110 * If the source strea
517 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
712 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
893 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
933 real_LZ4_uncompress(const char *source, char *dest, int osize) argument
1048 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
H A Dzfs_ioctl.c2393 zfs_prop_set_special(const char *dsname, zprop_source_t source, argument
2421 err = dsl_dir_set_quota(dsname, source, intval);
2424 err = dsl_dataset_set_refquota(dsname, source, intval);
2442 err = dsl_dir_set_reservation(dsname, source, intval);
2445 err = dsl_dataset_set_refreservation(dsname, source, intval);
2488 zfs_set_prop_nvlist(const char *dsname, zprop_source_t source, nvlist_t *nvl, argument
2562 err = zfs_prop_set_special(dsname, source, pair);
2592 dsl_props_set(dsname, source, genericnvl) != 0) {
2613 source, strval);
2616 err = dsl_prop_set_int(dsname, propname, source,
2715 zprop_source_t source = (received ? ZPROP_SRC_RECEIVED : local
2763 zprop_source_t source = (received local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h307 int dsl_dataset_set_refquota(const char *dsname, zprop_source_t source,
309 int dsl_dataset_set_refreservation(const char *dsname, zprop_source_t source,
336 zprop_source_t source, uint64_t value, dmu_tx_t *tx);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c33 * XML. Directionally-oriented verbs are with respect to the external source,
1663 * source is the source element and it is only used for error messages.
1667 const char *pn_format, const char *source)
1692 xml_lang_attr, extra, source, service->sc_name);
1748 const char *pn_format, const char *source)
1765 source))
1666 lxml_get_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr loctext, const char *pn_format, const char *source) argument
1747 lxml_get_all_loctext(entity_t *service, pgroup_t *pg, xmlNodePtr container, const char *pn_format, const char *source) argument
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c234 "\t [-t type[,...]] [-s source[,...]]\n"
603 * are the same as the source. The newly created dataset maintains a
643 (void) fprintf(stderr, gettext("missing source dataset "
657 /* open the source dataset */
1459 * zfs get [-rHp] [-o all | field[,field]...] [-s source[,source]...]
1466 * received,source". Default is "name,property,value,source".
1486 char source[ZFS_MAX_DATASET_NAME_LEN]; local
1507 sizeof (buf), &sourcetype, source,
1541 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1552 pl->pl_user_prop, buf, sourcetype, source, NULL); local
1586 source, recvdval); local
[all...]
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1055 mount_one_dev_symlink_cb(void *arg, const char *source, const char *target) argument
1059 return (di_prof_add_symlink(prof, source, target));
1652 * source path for a lofs mount in a given zone needs
4360 * Search for loopback mounts that use this same source node (same device and
4832 * that use this same source node (same device and inode).
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1425 char* source,
1435 source == NULL ||
1449 strm.next_in = source;
1477 char* source,
1486 source == NULL ||
1497 strm.next_in = source;
1422 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1474 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1631 int port_dispatch(int port, int flags, int source, int events, uintptr_t object,
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1896 getprop_uint64(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
1901 *source = NULL;
1905 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
1910 *source = "";
1917 getprop_string(zfs_handle_t *zhp, zfs_prop_t prop, char **source) argument
1922 *source = NULL;
1926 (void) nvlist_lookup_string(nv, ZPROP_SOURCE, source);
1931 *source = "";
1964 * the source "temporary".
1968 char **source, uint64_
1967 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, char **source, uint64_t *val) argument
2156 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, char *statbuf, size_t statlen) argument
2336 char *source = NULL; local
2656 char *source; local
2680 char *source; local
[all...]
H A Dlibzfs_mount.c296 zprop_source_t *source)
318 if (source)
319 *source = sourcetype;
1029 zprop_source_t source; local
1032 &source))
1035 if (source == ZPROP_SRC_DEFAULT ||
1036 source == ZPROP_SRC_INHERITED) {
295 zfs_is_mountable(zfs_handle_t *zhp, char *buf, size_t buflen, zprop_source_t *source) argument
H A Dlibzfs_pool.c120 zprop_source_t source; local
125 source = ival;
128 source = ZPROP_SRC_DEFAULT;
134 *src = source;
144 zprop_source_t source; local
165 source = value;
168 source = ZPROP_SRC_DEFAULT;
173 *src = source;
1551 "Destroy and re-create the pool from\n\ta backup source.\n"));
2816 * Find a mirror vdev in the source nvlis
[all...]
H A Dlibzfs_sendrecv.c701 char *source; local
708 * May have no source before SPA_VERSION_RECVD_PROPS,
712 ZPROP_SOURCE, &source) == 0) {
713 if ((strcmp(source, zhp->zfs_name) != 0) &&
714 (strcmp(source,
719 char *source; local
721 ZPROP_SOURCE, &source) != 0)
723 if ((strcmp(source, zhp->zfs_name) != 0) &&
724 (strcmp(source, ZPROP_SOURCE_VAL_RECVD) != 0))
968 "incremental source (
[all...]
H A Dlibzfs_util.c872 * 'source' column, we kludge it up by taking the worst-case scenario of
968 const char *source, const char *recvd_value)
975 * Ignore those source types that the user has chosen to ignore.
1017 "inherited from %s", source);
966 zprop_print_one_property(const char *name, zprop_get_cbdata_t *cbp, const char *propname, const char *value, zprop_source_t sourcetype, const char *source, const char *recvd_value) argument
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c121 nvlist_t *source, nvlist_t **resultp)
132 packed = fnvlist_pack(source, &size);
120 lzc_ioctl(zfs_ioc_t ioc, const char *name, nvlist_t *source, nvlist_t **resultp) argument
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3242 do_archive_copy(char *source, char *dest) argument
3248 if (rename(source, dest) != 0) {
3249 (void) unlink(source);
/illumos-gate/usr/src/common/ficl/
H A Dprimitives.c22 * Redistribution and use in source and binary forms, with or without
25 * 1. Redistributions of source code must retain the above copyright
374 char *source; local
380 source = format;
414 source = (char *)
433 source = scratch;
438 source = format;
457 memcpy(buffer, source, actualLength);
1696 * the user input device the input source, and enter interpretation state.
1699 * Accept a line from the input source int
[all...]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c7 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions of source code must retain the above copyright
32 * - LZ4 source repository : http://code.google.com/p/lz4/
43 static int real_LZ4_compress(const char *source, char *dest, int isize,
45 static int LZ4_uncompress_unknownOutputSize(const char *source, char *dest,
47 static int LZ4_compressCtx(void *ctx, const char *source, char *dest,
49 static int LZ4_compress64kCtx(void *ctx, const char *source, char *dest,
117 * (necessarily <= maxOutputSize). If the source stream is
494 LZ4_compressCtx(void *ctx, const char *source, char *dest, int isize, argument
504 const BYTE *ip = (BYTE *) source;
689 LZ4_compress64kCtx(void *ctx, const char *source, char *dest, int isize, int osize) argument
870 real_LZ4_compress(const char *source, char *dest, int isize, int osize) argument
909 LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, int maxOutputSize) argument
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dvmem.c93 * an imported span become free, we return the span to its source.
103 * *vmem source* for kmem_va_arena. vmem_create() allows you to
104 * specify any existing vmem arena as the source for your new arena.
105 * Topologically, since every arena is a child of at most one source,
791 * in which case we must return it to the source.
1238 * If the entire span is free, return it to the source.
1439 * by invoking afunc() on source, and may return those spans by invoking
1440 * ffunc() on source. To make small allocations fast and scalable,
1448 vmem_t *source, size_t qcache_max, int vmflag)
1466 ASSERT(source
1445 vmem_create_common(const char *name, void *base, size_t size, size_t quantum, void *(*afunc)(vmem_t *, size_t, int), void (*ffunc)(vmem_t *, void *, size_t), vmem_t *source, size_t qcache_max, int vmflag) argument
1572 vmem_xcreate(const char *name, void *base, size_t size, size_t quantum, vmem_ximport_t *afunc, vmem_free_t *ffunc, vmem_t *source, size_t qcache_max, int vmflag) argument
1585 vmem_create(const char *name, void *base, size_t size, size_t quantum, vmem_alloc_t *afunc, vmem_free_t *ffunc, vmem_t *source, size_t qcache_max, int vmflag) argument
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dcompress.c12 Compresses the source buffer into the destination buffer. The level
14 length of the source buffer. Upon entry, destLen is the total size of the
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
25 const Bytef *source;
32 stream.next_in = (z_const Bytef *)source;
35 /* Check for source > 64K on 16-bit machine: */
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
65 const Bytef *source;
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
H A Ddeflate.c1010 * Copy the source state to the destination state.
1011 * To simplify the source, this is not supported for 16-bit MSDOS (which
1014 int ZEXPORT deflateCopy (dest, source)
1016 z_streamp source;
1026 if (source == Z_NULL || dest == Z_NULL || source->state == Z_NULL) {
1030 ss = source->state;
1032 zmemcpy((voidpf)dest, (voidpf)source, sizeof(z_stream));

Completed in 225 milliseconds

12345678910