Home
last modified time | relevance | path

Searched refs:dev_new (Results 1 – 25 of 29) sorted by relevance

12

/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/features/
H A Datdev.c42 char dev_new[256]; in main() local
66 snprintf(dev_new, sizeof(dev_new), "%s/new", dev); in main()
89 r = lchown(dev_new, -1, -1) >= 0; in main()
100 if (r = link(dev_old, dev_new) >= 0) in main()
101 unlink(dev_new); in main()
111 if (r = mknod(dev_new, S_IFREG, 0) >= 0) in main()
123 if (r = mknod(dev_new, S_IFIFO, 0) >= 0) in main()
139 r = readlink(dev_new, tst, sizeof(tst)) > 0; in main()
148 if (r = rename(dev_old, dev_new) >= 0) in main()
149 unlink(dev_new); in main()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzdevice2.c254 gx_device *dev_new; in restore_page_device() local
267 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
268 if (dev_old != dev_new) { in restore_page_device()
269 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzdevice2.c256 gx_device *dev_new; in restore_page_device() local
269 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
270 if (dev_old != dev_new) { in restore_page_device()
271 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzdevice2.c256 gx_device *dev_new; in restore_page_device() local
269 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
270 if (dev_old != dev_new) { in restore_page_device()
271 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzdevice2.c254 gx_device *dev_new; in restore_page_device() local
267 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
268 if (dev_old != dev_new) { in restore_page_device()
269 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/audio/gtk-mixer/gtk-mixer-1.0.0/src/
H A Dgtk-mixer-devs_combo.c37 gmp_dev_p dev_new = NULL; in gtk_mixer_devs_combo_changed() local
45 GM_CMB_DEVS_COLUMN_CARD, &dev_new, -1); in gtk_mixer_devs_combo_changed()
49 gmp_dev_init(dev_new); in gtk_mixer_devs_combo_changed()
51 "__gtk_mixer_devs_combo_current", dev_new); in gtk_mixer_devs_combo_changed()
H A Dplugin_api.c218 gmp_dev_t gdd, *dev_new; in gmp_dev_list_add() local
231 dev_new = reallocarray(dev_list->devs, in gmp_dev_list_add()
234 if (NULL == dev_new) in gmp_dev_list_add()
236 dev_list->devs = dev_new; in gmp_dev_list_add()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzdevice2.c256 gx_device *dev_new; in restore_page_device() local
269 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
270 if (dev_old != dev_new) { in restore_page_device()
271 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzdevice2.c256 gx_device *dev_new; in restore_page_device() local
269 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
270 if (dev_old != dev_new) { in restore_page_device()
271 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzdevice2.c258 gx_device *dev_new; in restore_page_device() local
272 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
273 if (dev_old != dev_new) { in restore_page_device()
274 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzdevice2.c258 gx_device *dev_new; in restore_page_device() local
272 dev_new = gs_currentdevice(pgs_new); in restore_page_device()
273 if (dev_old != dev_new) { in restore_page_device()
274 if ((dev_t2 = (*dev_proc(dev_new, get_page_device)) (dev_new)) == 0) in restore_page_device()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/efs/
H A Defs_dinode.h96 uint32_t dev_new; member
104 #define di_ndev di_u.dev.dev_new
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/ccp/
H A Dsp-pci.c112 struct device *dev_cur, *dev_new; in sp_pci_is_master() local
115 dev_new = sp->dev; in sp_pci_is_master()
118 pdev_new = to_pci_dev(dev_new); in sp_pci_is_master()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/ccp/
H A Dsp-pci.c112 struct device *dev_cur, *dev_new; in sp_pci_is_master() local
115 dev_new = sp->dev; in sp_pci_is_master()
118 pdev_new = to_pci_dev(dev_new); in sp_pci_is_master()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/ccp/
H A Dsp-pci.c112 struct device *dev_cur, *dev_new; in sp_pci_is_master() local
115 dev_new = sp->dev; in sp_pci_is_master()
118 pdev_new = to_pci_dev(dev_new); in sp_pci_is_master()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1503 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga1_odev_proc_write() local
1507 res = odev_update(buffer, count, &dev_new); in viafb_iga1_odev_proc_write()
1510 dev_off = dev_old & ~dev_new; in viafb_iga1_odev_proc_write()
1511 dev_on = dev_new & ~dev_old; in viafb_iga1_odev_proc_write()
1512 viaparinfo->shared->iga1_devices = dev_new; in viafb_iga1_odev_proc_write()
1515 via_set_source(dev_new, IGA1); in viafb_iga1_odev_proc_write()
1542 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga2_odev_proc_write() local
1546 res = odev_update(buffer, count, &dev_new); in viafb_iga2_odev_proc_write()
1549 dev_off = dev_old & ~dev_new; in viafb_iga2_odev_proc_write()
1550 dev_on = dev_new & ~dev_old; in viafb_iga2_odev_proc_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1503 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga1_odev_proc_write() local
1507 res = odev_update(buffer, count, &dev_new); in viafb_iga1_odev_proc_write()
1510 dev_off = dev_old & ~dev_new; in viafb_iga1_odev_proc_write()
1511 dev_on = dev_new & ~dev_old; in viafb_iga1_odev_proc_write()
1512 viaparinfo->shared->iga1_devices = dev_new; in viafb_iga1_odev_proc_write()
1515 via_set_source(dev_new, IGA1); in viafb_iga1_odev_proc_write()
1542 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga2_odev_proc_write() local
1546 res = odev_update(buffer, count, &dev_new); in viafb_iga2_odev_proc_write()
1549 dev_off = dev_old & ~dev_new; in viafb_iga2_odev_proc_write()
1550 dev_on = dev_new & ~dev_old; in viafb_iga2_odev_proc_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/via/
H A Dviafbdev.c1503 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga1_odev_proc_write() local
1507 res = odev_update(buffer, count, &dev_new); in viafb_iga1_odev_proc_write()
1510 dev_off = dev_old & ~dev_new; in viafb_iga1_odev_proc_write()
1511 dev_on = dev_new & ~dev_old; in viafb_iga1_odev_proc_write()
1512 viaparinfo->shared->iga1_devices = dev_new; in viafb_iga1_odev_proc_write()
1515 via_set_source(dev_new, IGA1); in viafb_iga1_odev_proc_write()
1542 u32 dev_on, dev_off, dev_old, dev_new; in viafb_iga2_odev_proc_write() local
1546 res = odev_update(buffer, count, &dev_new); in viafb_iga2_odev_proc_write()
1549 dev_off = dev_old & ~dev_new; in viafb_iga2_odev_proc_write()
1550 dev_on = dev_new & ~dev_old; in viafb_iga2_odev_proc_write()
[all …]
/dports/audio/sndio/sndio-1.8.1/sndiod/
H A Ddev.h288 struct dev *dev_new(char *, struct aparams *, unsigned int, unsigned int,
H A Dsndiod.c329 d = dev_new(path, par, mode, bufsz, round, rate, hold, autovol); in mkdev()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Draw_gadget.c179 static struct raw_dev *dev_new(void) in dev_new() function
373 dev = dev_new(); in raw_open()
H A Dinode.c164 static struct dev_data *dev_new (void) in dev_new() function
2025 dev = dev_new (); in gadgetfs_fill_super()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Draw_gadget.c179 static struct raw_dev *dev_new(void) in dev_new() function
373 dev = dev_new(); in raw_open()
H A Dinode.c164 static struct dev_data *dev_new (void) in dev_new() function
2025 dev = dev_new (); in gadgetfs_fill_super()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Draw_gadget.c179 static struct raw_dev *dev_new(void) in dev_new() function
373 dev = dev_new(); in raw_open()

12