Home
last modified time | relevance | path

Searched +full:os +full:- +full:initiated (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-src/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Liam Girdwood <lgirdwood@gmail.com>
11 - Mark Brown <broonie@kernel.org>
14 regulator-name:
18 regulator-min-microvolt:
21 regulator-max-microvolt:
24 regulator-microvolt-offset:
28 regulator-min-microamp:
[all …]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_concurrent.ksh1 #!/bin/ksh -p
10 # or http://www.opensolaris.org/os/licensing.
38 # 4. Force-fault 2 vdevs and verify distributed spare is kicked in.
46 typeset -ir devs=10
47 typeset -ir nparity=1
48 typeset -ir ndata=8
49 typeset -ir dspare=1
56 log_must rm -f "$BASEDIR/vdev$i"
60 if [[ -d $dir ]]; then
61 log_must rm -rf $dir
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
15 processors") can be used by Linux to initiate various CPU-centric power
25 r0 => 32-bit Function ID / return value
26 {r1 - r3} => Parameters
40 - description:
44 - description:
46 Function IDs are not required and should be ignored by an OS with
[all …]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h9 * or https://opensource.org/licenses/CDDL-1.0.
148 uint32_t vq_cqueued; /* Classes with queued I/Os. */
150 uint32_t vq_active; /* Number of active I/Os. */
151 uint32_t vq_ia_active; /* Active interactive I/Os. */
152 uint32_t vq_nia_credit; /* Non-interactive I/Os credit. */
153 list_t vq_active_list; /* List of active I/Os. */
169 * On-disk indirect vdev state.
181 * removal is initiated.
193 * is allocated when a vdev removal is initiated
[all...]
/freebsd-src/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy.kshlib10 # or http://www.opensolaris.org/os/licensing.
32 poolexists $TESTPOOL && $ZPOOL status -v $TESTPOOL
36 if [[ -d $dir ]]; then
37 log_must $RM -rf $dir
54 [[ -z $pool ]] && log_fail "No specified pool."
55 [[ -f $recordfile ]] && log_must $RM -f $recordfile
59 log_must eval "$DU -a $mntpnt > $recordfile 2>&1"
64 $FIND $mntpnt -type f -exec $CKSUM {} + >> $recordfile 2>&1
78 typeset -i vdev_cnt=$3
81 typeset -i i=0
[all …]
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsatproto.h2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
160 * - \e tiSuccess: I/O request successfully initiated.
161 * - \e tiBusy: No resources available, try again later.
162 * - \e tiIONoDevice: Invalid device handle.
163 * - \e tiError: Other errors.
194 * - \e tiSuccess: I/O request successfully initiated.
195 * - \e tiBusy: No resources available, try again later.
196 * - \e tiIONoDevice: Invalid device handle.
197 * - \e tiError: Other errors.
230 * - \e tiSuccess: I/O request successfully initiated.
[all …]
H A Dsat.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
95 * \e tiSuccess: I/O request successfully initiated.
121 pSense = satIOContext->pSense; in satIOStart()
122 pSatDevData = satIOContext->pSatDevData; in satIOStart()
123 scsiCmnd = &tiScsiRequest->scsiCmnd; in satIOStart()
124 pLun = &scsiCmnd->lun; in satIOStart()
129 if ( ((pLun->lun[0] | pLun->lun[1] | pLun->lun[2] | pLun->lun[3] | in satIOStart()
130 pLun->lun[4] | pLun->lun[5] | pLun->lun[6] | pLun->lun[7] ) != 0) && in satIOStart()
131 (scsiCmnd->cdb[0] != SCSIOPC_INQUIRY) in satIOStart()
135 scsiCmnd->cdb[0], tiIORequest, tiDeviceHandle)); in satIOStart()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h1 //===- llvm/Analysis/LoopNestAnalysis.h -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
94 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop()
121 assert(Depth >= Loops.front()->getLoopDepth() && in getLoopsAtDepth()
122 Depth <= Loops.back()->getLoopDepth() && "Invalid depth"); in getLoopsAtDepth()
126 if (L->getLoopDepth() == Depth) in getLoopsAtDepth()
128 else if (L->getLoopDepth() > Depth) in getLoopsAtDepth()
157 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A DREADME-P2P1 wpa_supplicant and Wi-Fi P2P
4 This document describes how the Wi-Fi P2P implementation in
10 Introduction to Wi-Fi P2P
11 -------------------------
15 More information about Wi-Fi P2P is available from Wi-Fi Alliance:
16 http://www.wi-fi.org/Wi-Fi_Direct.php
20 -----------------------------
26 ----------------------------
28 Wi-Fi P2P is an optional component that needs to be enabled in the
30 configuration that includes Wi-Fi P2P support and Linux nl80211
[all …]
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
82 * \param tiRoot: Pointer to the OS Specific module allocated tiRoot_t
88 * tiSuccess Discovery initiated.
89 * tiBusy Discovery could not be initiated at this time.
101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIDiscoverTargets()
102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIDiscoverTargets()
108 dmRoot_t *dmRoot = &(tdsaAllShared->dmRoot); in tiINIDiscoverTargets()
125 if (TDLIST_EMPTY(&(tdsaAllShared->MainPortContextList))) in tiINIDiscoverTargets()
137 PortContextList = tdsaAllShared->MainPortContextList.flink; in tiINIDiscoverTargets()
143 while (PortContextList != &(tdsaAllShared->MainPortContextList)) in tiINIDiscoverTargets()
[all …]
H A Ditdio.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
84 * \param tiScsiRequest: Pointer to the SCSI-3 I/O request and SGL list.
85 * \param tiRequestBody: Pointer to the OS Specific module allocated storage
91 * tiSuccess: I/O request successfully initiated.
108 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOStart()
109 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOStart()
110 itdsaIni_t *Initiator = (itdsaIni_t *)tdsaAllShared->itdsaIni; in tiINIIOStart()
133 smRoot_t *smRoot = &(tdsaAllShared->smRoot); in tiINIIOStart()
143 oneDeviceData = (tdsaDeviceData_t *)tiDeviceHandle->tdData; in tiINIIOStart()
155 if (oneDeviceData->valid != agTRUE || oneDeviceData->registered != agTRUE || in tiINIIOStart()
[all …]
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdio.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
26 * Copyright 2006 PMC-Sierra, Inc.
142 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ttdsaSSPReqReceived()
143 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ttdsaSSPReqReceived()
158 in ini, agDevHandle->osData = tdsaDeviceData_t in ttdsaSSPReqReceived()
162 oneDeviceData->tiDeviceHandle.tdData has been initialized in ttdsaSSPReqReceived()
164 oneDeviceData = (tdsaDeviceData_t *)agDevHandle->osData; in ttdsaSSPReqReceived()
183 if (ttdsaXchg->IORequestBody.tiIORequest == agNULL) in ttdsaSSPReqReceived()
190 oneDeviceData->agDevHandle = agDevHandle; in ttdsaSSPReqReceived()
191 oneDeviceData->agRoot = agRoot; in ttdsaSSPReqReceived()
[all …]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vfsops.c9 * or https://opensource.org/licenses/CDDL-1.0.
116 if (vfsp->vfs_mntpoint != NULL) in zfsvfs_vfs_free()
117 kmem_strfree(vfsp->vfs_mntpoint); in zfsvfs_vfs_free()
118 mutex_destroy(&vfsp->vfs_mntpt_lock); in zfsvfs_vfs_free()
128 vfsp->vfs_readonly = B_TRUE; in zfsvfs_parse_option()
129 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option()
132 vfsp->vfs_readonly = B_FALSE; in zfsvfs_parse_option()
133 vfsp->vfs_do_readonly = B_TRUE; in zfsvfs_parse_option()
136 vfsp->vfs_setuid = B_TRUE; in zfsvfs_parse_option()
137 vfsp->vfs_do_setui in zfsvfs_parse_option()
455 objset_t *os = NULL; zfs_register_callbacks() local
555 objset_t *os; zfs_get_temporary_prop() local
624 zfsvfs_init(zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_init() argument
774 objset_t *os; zfsvfs_create() local
798 zfsvfs_create_impl(zfsvfs_t ** zfvp,zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_create_impl() argument
977 objset_t *os = zfsvfs->z_os; zfs_unregister_callbacks() local
1440 objset_t *os = zfsvfs->z_os; zfsvfs_teardown() local
1643 objset_t *os; zfs_umount() local
1858 objset_t *os; zfs_resume_fs() local
1953 objset_t *os; zfs_end_fs() local
1998 objset_t *os = zfsvfs->z_os; zfs_set_version() local
2067 zfs_get_vfs_flag_unmounted(objset_t * os) zfs_get_vfs_flag_unmounted() argument
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-zones.yaml1 # SPDX-License-Identifier: (GPL-2.0)
4 ---
5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml#
6 $schema: http://devicetree.org/meta-schemas/base.yaml#
11 - Daniel Lezcano <daniel.lezcano@linaro.org>
20 - therma
[all...]
/freebsd-src/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod7 SSL_get_secure_renegotiation_support - manipulate SSL options
26 SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>.
29 SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>.
32 SSL_CTX_clear_options() clears the options set via bit-mask in B<options>
35 SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>.
48 The options are coded as bit-masks and can be combined by a bitwise B<or>
67 Add server-hello extension from the early version of cryptopro draft
80 Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.
81 OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers.
105 Client-initiated renegotiation is disabled by default. Use
[all …]
/freebsd-src/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in21 import os
37 from os.path import exists
67 raise OSError(errno_, os.strerror(errno_))
68 return t.tv_sec + t.tv_nsec * 1e-9
89 m, s = divmod(monotonic_time() - self.starttime, 60)
141 buf = os.read(fd, 4096)
145 os.write(sys.stderr.fileno(), buf)
167 The timeout for tests is measured in wall-clock time
194 signal = '-TERM'
207 If this is not a user-initiate
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h1 //=-- lsan_common.h -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
35 // Exclude leak-detection on arm32 for Android because `__aeabi_read_tp`
83 //// --------------------------------------------------------------------------
85 //// --------------------------------------------------------------------------
90 //// --------------------------------------------------------------------------
92 //// --------------------------------------------------------------------------
102 // where leak checking is initiated from a non-main thread).
[all …]
/freebsd-src/sys/contrib/openzfs/man/man7/
H A Dzpoolprops.79 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
33 .Os
41 Some properties are read-only statistics while others are configurable and
50 The following are read-only properties:
51 .Bl -tag -width "unsupported@guid"
79 .Xr zpool-prefetch 8 .
81 Total on-disk size of the deduplication table.
85 On whole-dis
[all...]
H A Dzpoolconcepts.79 .\" or https://opensource.org/licenses/CDDL-1.0.
27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
42 .Bl -tag -width "special"
68 .Em N No disks of size Em X No can hold Em X No bytes and can withstand Em N-1
71 A distributed-parity layout, similar to RAID-5/6, with improved distribution of
72 parity, and which does not suffer from the RAID-5/6
83 vdev type specifies a single-parity raidz group; the
85 vdev type specifies a double-parity raidz group; and the
87 vdev type specifies a triple-parity raidz group.
95 .Em (N-P)*X No bytes and can withstand Em P No devices failing without losing data .
[all …]
/freebsd-src/sys/dev/mfi/
H A Dmfi_tbolt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
8 * Copyright 1994-2009 The FreeBSD Project.
145 * mfi_tbolt_adp_reset - For controller reset
168 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, " in mfi_tbolt_adp_reset()
175 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: HostDiag=%#x\n", HostDiag); in mfi_tbolt_adp_reset()
187 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%d, " in mfi_tbolt_adp_reset()
203 sc->reply_size = MEGASAS_THUNDERBOLT_REPLY_SIZE; in mfi_tbolt_init_globals()
204 sc->raid_io_msg_size = MEGASAS_THUNDERBOLT_NEW_MSG_SIZE; in mfi_tbolt_init_globals()
208 * (size of the Message - Raid SCSI IO message size(except SGE)) in mfi_tbolt_init_globals()
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-nfc.py4 # Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi>
5 # Copyright (c) 2019-2020, The Linux Foundation
12 import os
24 scriptsdir = os.path.dirname(os.path.realpath(sys.modules[__name__].__file__))
25 sys.path.append(os.path.join(scriptsdir, '..', '..', 'wpaspy'))
68 if os.path.isdir(wpas_ctrl):
70 ifaces = [os.path.join(wpas_ctrl, i) for i in os.listdir(wpas_ctrl)]
82 if os
[all...]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c9 * or https://opensource.org/licenses/CDDL-1.0.
45 int txgoff = tx->tx_txg & TXG_MASK; in dnode_increase_indirection()
46 int nblkptr = dn->dn_phys->dn_nblkptr; in dnode_increase_indirection()
47 int old_toplvl = dn->dn_phys->dn_nlevels - 1; in dnode_increase_indirection()
48 int new_level = dn->dn_next_nlevels[txgoff]; in dnode_increase_indirection()
51 rw_enter(&dn->dn_struct_rwlock, RW_WRITER); in dnode_increase_indirection()
54 ASSERT(dn->dn_phy in dnode_increase_indirection()
642 objset_t *os = dn->dn_objset; dnode_sync() local
[all...]
H A Ddmu.c9 * or https://opensource.org/licenses/CDDL-1.0.
181 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread_by_dnode()
184 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread_by_dnode()
191 *dbp = &db->db; in dmu_buf_hold_noread()
196 dmu_buf_hold_noread(objset_t *os, uint64_t object, uint64_t offset, in dmu_buf_hold_noread()
204 err = dnode_hold(os, object, FTAG, &dn); in dmu_buf_hold_noread()
207 rw_enter(&dn->dn_struct_rwlock, RW_READER); in dmu_buf_hold_noread()
210 rw_exit(&dn->dn_struct_rwlock); in dmu_buf_hold_noread()
218 *dbp = &db->db; in dmu_buf_hold_by_dnode()
248 dmu_buf_hold(objset_t *os, uint64_ in dmu_buf_hold()
190 dmu_buf_hold_noread(objset_t * os,uint64_t object,uint64_t offset,const void * tag,dmu_buf_t ** dbp) dmu_buf_hold_noread() argument
242 dmu_buf_hold(objset_t * os,uint64_t object,uint64_t offset,const void * tag,dmu_buf_t ** dbp,int flags) dmu_buf_hold() argument
334 dmu_rm_spill(objset_t * os,uint64_t object,dmu_tx_t * tx) dmu_rm_spill() argument
402 dmu_bonus_hold(objset_t * os,uint64_t object,const void * tag,dmu_buf_t ** dbp) dmu_bonus_hold() argument
646 dmu_buf_hold_array(objset_t * os,uint64_t object,uint64_t offset,uint64_t length,int read,const void * tag,int * numbufsp,dmu_buf_t *** dbpp) dmu_buf_hold_array() argument
714 dmu_prefetch(objset_t * os,uint64_t object,int64_t level,uint64_t offset,uint64_t len,zio_priority_t pri) dmu_prefetch() argument
784 dmu_prefetch_dnode(objset_t * os,uint64_t object,zio_priority_t pri) dmu_prefetch_dnode() argument
873 dmu_objset_zfs_unmounting(objset_t * os) dmu_objset_zfs_unmounting() argument
885 dmu_free_long_range_impl(objset_t * os,dnode_t * dn,uint64_t offset,uint64_t length) dmu_free_long_range_impl() argument
989 dmu_free_long_range(objset_t * os,uint64_t object,uint64_t offset,uint64_t length) dmu_free_long_range() argument
1014 dmu_free_long_object(objset_t * os,uint64_t object) dmu_free_long_object() argument
1039 dmu_free_range(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,dmu_tx_t * tx) dmu_free_range() argument
1107 dmu_read(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,void * buf,uint32_t flags) dmu_read() argument
1164 dmu_write(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,const void * buf,dmu_tx_t * tx) dmu_write() argument
1199 dmu_prealloc(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,dmu_tx_t * tx) dmu_prealloc() argument
1220 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) dmu_write_embedded() argument
1239 dmu_redact(objset_t * os,uint64_t object,uint64_t offset,uint64_t size,dmu_tx_t * tx) dmu_redact() argument
1324 dmu_read_uio(objset_t * os,uint64_t object,zfs_uio_t * uio,uint64_t size) dmu_read_uio() argument
1426 dmu_write_uio(objset_t * os,uint64_t object,zfs_uio_t * uio,uint64_t size,dmu_tx_t * tx) dmu_write_uio() argument
1504 objset_t *os = dn->dn_objset; dmu_assign_arcbuf_by_dnode() local
1679 dmu_sync_late_arrival(zio_t * pio,objset_t * os,dmu_sync_cb_t * done,zgd_t * zgd,zio_prop_t * zp,zbookmark_phys_t * zb) dmu_sync_late_arrival() argument
1779 objset_t *os = db->db_objset; dmu_sync() local
1917 dmu_object_set_nlevels(objset_t * os,uint64_t object,int nlevels,dmu_tx_t * tx) dmu_object_set_nlevels() argument
1931 dmu_object_set_blocksize(objset_t * os,uint64_t object,uint64_t size,int ibs,dmu_tx_t * tx) dmu_object_set_blocksize() argument
1946 dmu_object_set_maxblkid(objset_t * os,uint64_t object,uint64_t maxblkid,dmu_tx_t * tx) dmu_object_set_maxblkid() argument
1963 dmu_object_set_checksum(objset_t * os,uint64_t object,uint8_t checksum,dmu_tx_t * tx) dmu_object_set_checksum() argument
1983 dmu_object_set_compress(objset_t * os,uint64_t object,uint8_t compress,dmu_tx_t * tx) dmu_object_set_compress() argument
2008 dmu_write_policy(objset_t * os,dnode_t * dn,int level,int wp,zio_prop_t * zp) dmu_write_policy() argument
2170 dmu_offset_next(objset_t * os,uint64_t object,boolean_t hole,uint64_t * off) dmu_offset_next() argument
2218 dmu_read_l0_bps(objset_t * os,uint64_t object,uint64_t offset,uint64_t length,blkptr_t * bps,size_t * nbpsp) dmu_read_l0_bps() argument
2313 dmu_brt_clone(objset_t * os,uint64_t object,uint64_t offset,uint64_t length,dmu_tx_t * tx,const blkptr_t * bps,size_t nbps) dmu_brt_clone() argument
2438 dmu_object_info(objset_t * os,uint64_t object,dmu_object_info_t * doi) dmu_object_info() argument
[all...]
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
87 * tiSuccess: I/O request successfully initiated.
101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOAbort()
102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOAbort()
129 agRoot = &(tdsaAllShared->agRootNonInt); in tiINIIOAbort()
130 tdIORequestBody = (tdIORequestBody_t *)taskTag->tdData; in tiINIIOAbort()
131 agIORequest = &(tdIORequestBody->agIORequest); in tiINIIOAbort()
132 oneDeviceData = tdIORequestBody->tiDevHandle->tdData; in tiINIIOAbort()
140 agDevHandle = oneDeviceData->agDevHandle; in tiINIIOAbort()
142 TI_DBG2(("tiINIIOAbort: did %d\n", oneDeviceData->id)); in tiINIIOAbort()
[all …]
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c9 * or https://opensource.org/licenses/CDDL-1.0.
159 * from being unloaded after a umount -f
170 objset_t *os;
173 error = dmu_objset_from_ds(ds, &os); in zfs_get_temporary_prop()
177 error = getzfsvfs_impl(os, &zfvp); in zfs_get_temporary_prop() local
182 vfsp = zfvp->z_vfs; in zfs_get_temporary_prop()
215 if (zfvp->z_flags & ZSB_XATTR) in zfs_get_temporary_prop()
216 tmp = zfvp->z_xattr; in zfs_get_temporary_prop()
248 quotaobj = isgroup ? zfsvfs->z_groupquota_obj : zfsvfs->z_userquota_ob in zfs_getquota()
630 objset_t *os = NULL; zfs_register_callbacks() local
796 zfsvfs_init(zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_init() argument
968 objset_t *os; zfsvfs_create() local
1000 zfsvfs_create_impl(zfsvfs_t ** zfvp,zfsvfs_t * zfsvfs,objset_t * os) zfsvfs_create_impl() argument
1272 objset_t *os = zfsvfs->z_os; zfs_unregister_callbacks() local
1668 objset_t *os; zfs_umount() local
1974 objset_t *os; zfs_resume_fs() local
2161 objset_t *os; zfs_end_fs() local
2186 objset_t *os = zfsvfs->z_os; zfs_set_version() local
2255 zfs_get_vfs_flag_unmounted(objset_t * os) zfs_get_vfs_flag_unmounted() argument
[all...]

123