Searched refs:data (Results 1 - 25 of 2808) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c108 /* CPU mapping data */
1838 * Manage OS data attachment to ACPI nodes
1882 acpica_devinfo_handler(ACPI_HANDLE obj, void *data) argument
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h188 mblk_t *vmxnet3_tx(void *data, mblk_t *mps);
H A Dvmxnet3_defs.h186 uint8_t data[VMXNET3_HDR_COPY_SIZE]; member in struct:Vmxnet3_TxDataDesc
241 uint32_t len:14; /* data length */
385 uint64_t ddPA; /* driver data PA */
387 uint32_t ddLen; /* driver data len */
402 uint64_t ddPA; /* driver data */
405 uint32_t dataRingSize; /* # of data desc */
407 uint32_t ddLen; /* size of driver data */
417 uint64_t ddPA; /* driver data */
421 uint32_t ddLen; /* size of driver data */
H A Dvmxnet3_main.c37 * - Tx data ring
101 vmxnet3_getstat(void *data, uint_t stat, uint64_t *val) argument
103 vmxnet3_softc_t *dp = data;
204 * Allocate and initialize the shared data structures of a vmxnet3 device.
269 * Destroy the shared data structures of a vmxnet3 device.
497 * Start a vmxnet3 device: allocate and initialize the shared data
504 vmxnet3_start(void *data) argument
506 vmxnet3_softc_t *dp = data;
516 * Allocate vmxnet3's shared data and advertise its PA
624 * de-allocate the shared data structure
627 vmxnet3_stop(void *data) argument
657 vmxnet3_setpromisc(void *data, boolean_t promisc) argument
681 vmxnet3_multicst(void *data, boolean_t add, const uint8_t *macaddr) argument
785 vmxnet3_unicst(void *data, const uint8_t *macaddr) argument
847 vmxnet3_get_prop(void *data, const char *prop_name, mac_prop_id_t prop_id, uint_t prop_val_size, void *prop_val) argument
868 vmxnet3_set_prop(void *data, const char *prop_name, mac_prop_id_t prop_id, uint_t prop_val_size, const void *prop_val) argument
893 vmxnet3_prop_info(void *data, const char *prop_name, mac_prop_id_t prop_id, mac_prop_info_handle_t prop_handle) argument
927 int data; local
1028 vmxnet3_getcapab(void *data, mac_capab_t capab, void *arg) argument
1064 vmxnet3_reset(void *data) argument
[all...]
H A Dvmxnet3_tx.c322 vmxnet3_tx(void *data, mblk_t *mps) argument
324 vmxnet3_softc_t *dp = data;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/
H A Dcli_common.kshlib54 for data in $@; do
55 if [[ ! -e $data ]]; then
56 bad_data_list="$bad_data_list $data"
61 target_sum=$(get_cksum $data)
63 bad_data_list="$bad_data_list $data"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_promote/
H A Dzfs_promote_001_pos.ksh56 typeset data
57 for data in $file0 $file1; do
58 [[ -e $data ]] && rm -f $data
89 log_fail "There exists data file losing after zfs promote."
H A Dzfs_promote_002_pos.ksh54 typeset data
H A Dzfs_promote_003_pos.ksh55 typeset data
60 for data in ${file[*]}; do
61 [[ -e $data ]] && rm -f $data
79 # The data will inject into the origin filesystem
83 # The data which will exist in the snapshot after creation of snapshot
87 # The data which will exist in the snapshot of clone filesystem after promote
112 for data in ${csnapfile[*]} $TESTDIR/$TESTFILE3 /$clone/$CLONEFILE; do
113 [[ ! -e $data ]] && \
114 log_fail "The data fil
[all...]
H A Dzfs_promote_004_pos.ksh54 typeset data
59 for data in ${file[*]}; do
60 [[ -e $data ]] && rm -f $data
79 # The data will inject into the origin filesystem
83 # The data will inject into the first clone
86 # The data which will exist in the snapshot of the second clone filesystem after promote
124 for data in ${c1snapfile[*]}; do
125 [[ ! -e $data ]] && \
126 log_fail "The data fil
[all...]
H A Dzfs_promote_007_neg.ksh53 typeset data
54 for data in $TESTDIR/$TESTFILE0 $TESTDIR/$TESTFILE1; do
55 [[ -e $data ]] && rm -f $data
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_002_pos.ksh77 data=$(snapshot_mountpoint ${dataset[i]})/$TESTFILE0
80 data=$VOLDATA
82 data=$(get_prop mountpoint ${dataset[i]})/$TESTFILE0
85 if ! cmp_data $DATA $data; then
86 log_fail "$data gets corrupted after $iters times rename operations."
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c1997 /* free any residual audit data */
2632 long data; /* struct strbuf * */ member in struct:a
2670 long data; /* struct strbuf * */ member in struct:a
2712 long data; /* struct strbuf * */ member in struct:a
2753 long data; /* struct strbuf * */ member in struct:a
3455 long data; /* int * */ member in struct:__anon180
3466 uintptr_t data = (uintptr_t)((modconfiga_t *)a)->data; local
3473 if (copyin((caddr_t)data, (caddr_t)STRUCT_BUF(mc),
4176 /* free any residual audit data */
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1218 * Compare s1 to s2 using safe memory accesses. The s1 data is assumed to be
1219 * unsafe memory specified by the DIF program. The s2 data is assumed to be
1771 * the by-reference data, we perform "One-at-a-time" iterating (safely)
2019 * size of any auxiliary key data (rounded up to 8-byte alignment) plus
2020 * the size of any referred-to data (dsize). We then round the final
2155 * tuple array and copy any referenced key data into the data space
2157 * in the final tuple to point to the key data address in the chunk.
2356 dtrace_aggregate_avg(uint64_t *data, uint64_t nval, uint64_t arg) argument
2358 data[
2364 dtrace_aggregate_stddev(uint64_t *data, uint64_t nval, uint64_t arg) argument
2418 caddr_t tomax, data, kdata; local
[all...]
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c359 * Put data model that we're exec-ing to into the args passed to
1020 int dfirst = 1; /* first data segment */
1042 * save the address of the first data segment
1532 * Copy the section data from one vnode to the section of another vnode.
1574 * all the section data.
1583 void *data = NULL; local
1672 if (data != NULL)
1673 kmem_free(data, datasz);
1676 data = kmem_alloc(datasz,
1701 doffsetp, data, datas
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c245 * Purge all of the various NFS `data' caches. If "asyncpg" is TRUE, the
427 * data and metadata caches are valid, cache the new attributes, and
530 * then there's a chance that the client's cached data for
569 * Write thread after writing data to file on remote server,
607 * thread to pick this new file size and read in zeroed data.
802 * Update the size of the file if there is no cached data or if
803 * the cached data is clean and there is no data being written
2286 * file before r_size is correct, we will lose the data written past
2342 * The number of bytes of data i
2877 nfs4_mi_shutdown(zoneid_t zoneid, void *data) argument
2986 nfs4_mi_destroy(zoneid_t zoneid, void *data) argument
[all...]
H A Dnfs4_vnops.c2225 * if there is no cached data, we can avoid
2687 * Copy data.
3398 * Read from a file. Reads data in largest chunks our interface can handle.
3812 * determine the size of the file and the cached data
4142 * any local cached data which is no longer part
4605 * treat symlink names as data
6768 * possibly truncate valid data in the file if not caught
6776 * Client writes data to the file.
6813 call_nfs4_create_req(vnode_t *dvp, char *nm, void *data, struct vattr *va, argument
6933 * symlink, treat name as data
[all...]
H A Dnfs_export.c121 xor_hash(uint8_t *data, int len) argument
126 h ^= *data++;
192 * Allocate and copy a secinfo data from "from" to "to".
291 int ccnt, c; /* sec count in current data - curdata */
323 /* move current secinfo list data to the new list */
327 /* Add the flavor that's not in the current data */
364 * Remove the security data of the unexported node from its ancestors.
380 int ccnt, c; /* sec count in current data - cursec */
381 int r; /* sec count in removal data - remsec */
490 int ccnt, c; /* sec count in current data
[all...]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1497 size_t piol_size; /* total size (header + data) */
1518 * MAPSIZE if the amount of data to be buffered is known to be
1835 * Return the size of the /proc page data file.
1898 * Read page data information.
3853 void *data; member in union:__anon193
3856 s.data = seg->s_data;
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_client.c121 * Purge all of the various data caches.
146 * those cached. If they do, the various `data' caches are
147 * considered to be good. Otherwise, purge the cached data.
164 * purge cached data.
579 smbfs_zone_shutdown(zoneid_t zoneid, void *data) argument
581 smi_globals_t *smg = data;
628 smbfs_zone_destroy(zoneid_t zoneid, void *data) argument
630 smi_globals_t *smg = data;
H A Dsmbfs_vfsops.c339 char *data = uap->dataptr; local
368 if (copyin(data, STRUCT_BUF(args), MIN(uap->datalen,
857 * Copy the statvfs data to caller's buf.
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c51 * implement a "cache throttle" that slows the flow of new data
124 * that is in this state cannot access the data directly.
128 * the arc_buf_hdr_t that will point to the data block in memory. A block can
130 * caches data in two ways -- in a list of ARC buffers (arc_buf_t) and
131 * also in the arc_buf_hdr_t's private physical data block pointer (b_pdata).
133 * The L1ARC's data pointer may or may not be uncompressed. The ARC has the
134 * ability to store the physical data (b_pdata) associated with the DVA of the
139 * uncompressed version of the on-disk data.
144 * consumer. The ARC will provide references to this data and will keep it
146 * data bloc
2562 l2arc_free_data_on_write(void *data, size_t size, arc_buf_contents_t type) argument
4348 arc_free_data_buf(arc_buf_hdr_t *hdr, void *data, uint64_t size, void *tag) argument
[all...]
H A Ddbuf.c53 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx);
63 * Global data structures and functions for the dbuf cache.
319 /* Only data blocks support the attachment of user data. */
322 /* Clients must resolve a dbuf before attaching user data. */
542 * We use thread specific data to track when a thread has
723 * make sure we only have one copy of the data.
763 * If the blkptr isn't set but they have nonzero data,
765 * data when we evict this buffer.
866 * Calculate which level n block references the data a
1961 dmu_buf_write_embedded(dmu_buf_t *dbuf, void *data, bp_embedded_type_t etype, enum zio_compress comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
3506 dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx) argument
[all...]
H A Ddmu.c581 * the data starting at offset, and continuing to offset + len.
644 * Get the next "chunk" of file data to free. We traverse the file from
647 * data by simply searching the allocated level 1 indirects.
657 /* bytes of data covered by a level-1 indirect block */
842 * Deal with odd block sizes, where there can't be data past the first
953 void *data, uint8_t etype, uint8_t comp, int uncompressed_size,
964 data, (bp_embedded_type_t)etype, (enum zio_compress)comp,
1585 * data isn't changing while dmu_sync() is writing it.
1679 * Assume the on-disk data is X, the current syncing data (i
952 dmu_write_embedded(objset_t *os, uint64_t object, uint64_t offset, void *data, uint8_t etype, uint8_t comp, int uncompressed_size, int compressed_size, int byteorder, dmu_tx_t *tx) argument
[all...]
H A Ddmu_objset.c1370 * Returns a pointer to data to find uid/gid from
1380 void *data; local
1390 data = NULL;
1399 data = dr->dt.dl.dr_data->b_data;
1401 data = dr->dt.dl.dr_data;
1406 return (data);
1413 void *data = NULL; local
1429 data = DN_BONUS(dn->dn_phys);
1434 data = dmu_objset_userquota_find_data(db, tx);
1436 data
[all...]

Completed in 2047 milliseconds

1234567891011>>