Searched refs:persist (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/usr.sbin/jail/tests/
H A Dcommands.jail.conf5 persist;
H A Djail_basic_test.sh42 atf_check -s exit:0 -o ignore jail -c name=basejail persist ip4.addr=192.0.1.1
49 jail -c name=basejail persist ip4.addr=192.0.1.1
53 atf_check -s exit:0 -o ignore jail -cm name=basejail persist ip4.addr=192.0.1.1
55 atf_check -s exit:0 -o ignore jail -rc name=basejail persist ip4.addr=192.0.1.1
72 jail -c name=basejail persist ip4.addr=192.0.1.1 children.max=1
75 jail -c name=nestedjail persist ip4.addr=192.0.1.1
79 jail -c name=secondnestedjail persist ip4.addr=192.0.1.1
88 jail -c name=basejail_nochild persist ip4.addr=192.0.1.1
92 jail -c name=nestedjail persist ip4.addr=192.0.1.1
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c57 ret = pci_read_config_word(dev->persist->pdev, 0, &vendor_id);
78 if (!pci_channel_offline(dev->persist->pdev)) {
105 if (pci_channel_offline(dev->persist->pdev))
169 void mlx4_enter_error_state(struct mlx4_dev_persistent *persist) argument
177 mutex_lock(&persist->device_state_mutex);
178 if (persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR)
181 dev = persist->dev;
189 dev->persist->state |= MLX4_DEVICE_STATE_INTERNAL_ERROR;
191 mutex_unlock(&persist->device_state_mutex);
199 mutex_unlock(&persist
202 mlx4_handle_error_state(struct mlx4_dev_persistent *persist) argument
262 struct mlx4_dev_persistent *persist = local
[all...]
H A Dmlx4_reset.c79 pcie_cap = pci_pcie_cap(dev->persist->pdev);
84 if (pci_read_config_dword(dev->persist->pdev, i * 4,
92 reset = ioremap(pci_resource_start(dev->persist->pdev, 0) +
127 if (!pci_read_config_word(dev->persist->pdev, PCI_VENDOR_ID,
143 if (pcie_capability_write_word(dev->persist->pdev,
151 if (pcie_capability_write_word(dev->persist->pdev,
164 if (pci_write_config_dword(dev->persist->pdev, i * 4,
173 if (pci_write_config_dword(dev->persist->pdev, PCI_COMMAND,
H A Dmlx4_main.c368 if (dev_cap->uar_size > pci_resource_len(dev->persist->pdev, 2)) {
372 pci_resource_len(dev->persist->pdev, 2));
638 err1 = pcie_capability_read_dword(dev->persist->pdev, PCI_EXP_LNKCAP,
640 err2 = pcie_capability_read_dword(dev->persist->pdev, PCI_EXP_LNKCAP2,
686 err = pcie_get_minimum_link(dev->persist->pdev, &speed, &width);
949 pci_resource_len(dev->persist->pdev,
954 pci_resource_len(dev->persist->pdev, 2));
1303 dev->persist->num_vfs + 1);
1306 if (bitmap_weight(slaves_port_1_2, dev->persist->num_vfs + 1) > 1) {
1314 nvfs = bitmap_weight(slaves_port1.slaves, dev->persist
3811 struct mlx4_dev_persistent *persist = dev->persist; local
3822 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
3903 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
3970 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
4062 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
4081 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
4098 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
4132 struct mlx4_dev_persistent *persist = pci_get_drvdata(pdev); local
[all...]
H A Dmlx4_intf.c205 dev->persist->interface_state |= MLX4_INTERFACE_STATE_UP;
221 if (!(dev->persist->interface_state & MLX4_INTERFACE_STATE_UP))
231 dev->persist->interface_state &= ~MLX4_INTERFACE_STATE_UP;
H A Dmlx4_icm.c60 pci_unmap_sg(dev->persist->pdev, chunk->mem, chunk->npages,
73 dma_free_coherent(&dev->persist->pdev->dev,
178 ret = mlx4_alloc_icm_coherent(&dev->persist->pdev->dev,
198 chunk->nsg = pci_map_sg(dev->persist->pdev, chunk->mem,
213 chunk->nsg = pci_map_sg(dev->persist->pdev, chunk->mem,
H A Dmlx4_eq.c167 for (i = 0; i <= dev->persist->num_vfs; i++) {
228 if (slave < 0 || slave > dev->persist->num_vfs ||
273 if (dev->persist->num_vfs < slave)
292 if (dev->persist->num_vfs < slave)
347 for (i = 0; i < dev->persist->num_vfs + 1; i++)
471 if (dev->persist->interface_state &
603 for (i = 0; i < dev->persist->num_vfs + 1;
647 i < dev->persist->num_vfs + 1;
932 ioremap(pci_resource_start(dev->persist->pdev, 2) +
995 eq->page_list[i].buf = dma_alloc_coherent(&dev->persist
[all...]
H A Dmlx4_cmd.c247 mlx4_enter_error_state(dev->persist);
272 mutex_lock(&dev->persist->device_state_mutex);
274 if (dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) {
275 mutex_unlock(&dev->persist->device_state_mutex);
284 mutex_unlock(&dev->persist->device_state_mutex);
332 mlx4_enter_error_state(dev->persist);
387 if (!(dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR)) {
396 mlx4_enter_error_state(dev->persist);
410 if (dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR)
422 if (pci_channel_offline(dev->persist
[all...]
H A Dmlx4_pd.c154 offset = uar->index % ((int)pci_resource_len(dev->persist->pdev,
159 uar->pfn = (pci_resource_start(dev->persist->pdev, 2) >> PAGE_SHIFT)
H A Dmlx4_alloc.c594 buf->direct.buf = dma_alloc_coherent(&dev->persist->pdev->dev,
621 dma_alloc_coherent(&dev->persist->pdev->dev,
660 dma_free_coherent(&dev->persist->pdev->dev, size,
669 dma_free_coherent(&dev->persist->pdev->dev,
743 pgdir = mlx4_alloc_db_pgdir(&dev->persist->pdev->dev, gfp);
780 dma_free_coherent(&dev->persist->pdev->dev, PAGE_SIZE,
H A Dmlx4.h222 &(mdev)->persist->pdev->dev, format, \
227 dev_err(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
229 dev_info(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
231 dev_warn(&(mdev)->persist->pdev->dev, format, ##__VA_ARGS__)
1210 void mlx4_enter_error_state(struct mlx4_dev_persistent *persist);
H A Dmlx4_port.c1120 dev->persist->num_vfs + 1);
1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1157 dev->persist->num_vfs + 1);
1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1211 if (slave < 0 || slave > dev->persist->num_vfs)
1760 dev->persist->num_vfs + 1) - 1;
1804 dev->persist->num_vfs + 1);
1834 dev->persist->num_vfs + 1);
H A Dmlx4_mr.c711 dma_sync_single_for_cpu(&dev->persist->pdev->dev, dma_handle,
717 dma_sync_single_for_device(&dev->persist->pdev->dev, dma_handle,
1023 dma_sync_single_for_cpu(&dev->persist->pdev->dev, fmr->dma_handle,
1029 dma_sync_single_for_device(&dev->persist->pdev->dev, fmr->dma_handle,
H A Dmlx4_resource_tracker.c316 if (slave > dev->persist->num_vfs)
322 (dev->persist->num_vfs + 1) + slave] :
361 (dev->persist->num_vfs + 1) + slave] += count;
385 if (slave > dev->persist->num_vfs)
392 (dev->persist->num_vfs + 1) + slave] :
408 (dev->persist->num_vfs + 1) + slave] -= count;
427 (2 * (dev->persist->num_vfs + 1));
508 res_alloc->quota = kmalloc((dev->persist->num_vfs + 1) *
510 res_alloc->guaranteed = kmalloc((dev->persist->num_vfs + 1) *
514 (dev->persist
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A DMakefile7 SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y82 int persist;
759 if (!sym->persist) {
775 symset(const char *nam, const char *val, int persist)
784 if (sym->persist == 1)
808 sym->persist = persist;
/freebsd-11-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh189 ljid=`jail -i -c -n lef$$ host.hostname=left.example.net vnet persist`
192 mjid=`jail -i -c -n mid$$ host.hostname=center.example.net vnet persist`
195 rjid=`jail -i -c -n right$$ host.hostname=right.example.net vnet persist`
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c202 mdev->dma_device = &dev->persist->pdev->dev;
203 mdev->pdev = dev->persist->pdev;
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain269 path=${JAIL_PATH} persist
H A Dvirtual.lan188 path=${JAIL_PATH} persist
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_pd.c261 int persist = 0; local
327 persist = p2p->cfg->get_persistent_group(
332 if (persist) {
341 if (!persist && (conncap & P2PS_SETUP_GROUP_OWNER))
345 if (persist || (conncap & P2PS_SETUP_GROUP_OWNER)) {
358 if (persist ||
363 if (!persist && conncap)
368 if (persist ||
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_sysfs.c358 strlcpy(name, pci_name(dev->dev->persist->pdev), max);
778 for (i = 0; i <= device->dev->persist->num_vfs; ++i)
793 for (slave = device->dev->persist->num_vfs; slave >= 0; --slave) {
H A Dmlx4_ib_srq.c327 if (mdev->dev->persist->state & MLX4_DEVICE_STATE_INTERNAL_ERROR) {
H A Dmlx4_ib_alias_GUID.c221 if (slave_id >= dev->dev->persist->num_vfs + 1)
594 if (!entry || entry > dev->dev->persist->num_vfs ||

Completed in 162 milliseconds

12