Home
last modified time | relevance | path

Searched +refs:set +refs:stat +refs:memory (Results 201 – 225 of 16157) sorted by relevance

12345678910>>...647

/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/filesystems/
H A Dproc.rst31 1.8 Miscellaneous kernel statistics in /proc/stat
152 stat Process status
223 memory usage. Its seven fields are explained in Table 1-3. The stat file
353 rss resident set memory size
415 is a set of permissions::
716 stat Overall statistics
1464 > cat /proc/stat
1652 being exhausted, the allowed memory represents the set of mems assigned to that
1654 memory represents the set of mempolicy nodes. If it is due to a memory
1810 of memory types. If a bit of the bitmask is set, memory segments of the
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/filesystems/
H A Dproc.rst31 1.8 Miscellaneous kernel statistics in /proc/stat
152 stat Process status
223 memory usage. Its seven fields are explained in Table 1-3. The stat file
353 rss resident set memory size
415 is a set of permissions::
716 stat Overall statistics
1464 > cat /proc/stat
1652 being exhausted, the allowed memory represents the set of mems assigned to that
1654 memory represents the set of mempolicy nodes. If it is due to a memory
1810 of memory types. If a bit of the bitmask is set, memory segments of the
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/doc/wiki/
H A DManPageArchiveWrite3.wiki14 object, set any desired options, initialize the archive, append entries, then
59 object, or a block of memory from which to write the archive data.
71 At a minimum, you should set the pathname of the
73 ''struct'' stat
99 #include <sys/stat.h>
139 struct stat st;
146 * If it fails, set default format. Platform depended function.
154 stat(*filename, &st);
/dports/archivers/libarchive/libarchive-3.5.2/doc/text/
H A Darchive_write.3.txt15 set any desired options, initialize the archive, append entries, then
45 memory from which to write the archive data.
52 new entry. At a minimum, you should set the pathname of the entry and
53 provide a struct stat with a valid st_mode field, which specifies the
71 #include <sys/stat.h>
119 struct stat st;
127 * If it fails, set default format. Platform depended function.
135 stat(*filename, &st);
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst27 #include <sys/stat.h>
113 buf.memory = V4L2_MEMORY_MMAP;
142 buf.memory = V4L2_MEMORY_USERPTR;
249 buf.memory = V4L2_MEMORY_MMAP;
266 buf.memory = V4L2_MEMORY_USERPTR;
331 req.memory = V4L2_MEMORY_MMAP;
336 "memory mappingn", dev_name);
389 req.memory = V4L2_MEMORY_USERPTR;
503 /* Preserve original settings as set by v4l2-ctl for example */
541 struct stat st;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst27 #include <sys/stat.h>
113 buf.memory = V4L2_MEMORY_MMAP;
142 buf.memory = V4L2_MEMORY_USERPTR;
249 buf.memory = V4L2_MEMORY_MMAP;
266 buf.memory = V4L2_MEMORY_USERPTR;
331 req.memory = V4L2_MEMORY_MMAP;
336 "memory mappingn", dev_name);
389 req.memory = V4L2_MEMORY_USERPTR;
503 /* Preserve original settings as set by v4l2-ctl for example */
541 struct stat st;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst27 #include <sys/stat.h>
113 buf.memory = V4L2_MEMORY_MMAP;
142 buf.memory = V4L2_MEMORY_USERPTR;
249 buf.memory = V4L2_MEMORY_MMAP;
266 buf.memory = V4L2_MEMORY_USERPTR;
331 req.memory = V4L2_MEMORY_MMAP;
336 "memory mappingn", dev_name);
389 req.memory = V4L2_MEMORY_USERPTR;
503 /* Preserve original settings as set by v4l2-ctl for example */
541 struct stat st;
[all …]
/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/
H A Dmeson.build22 '-Wno-unused-but-set-variable',
39 cdata.set('ALIGN@0@'.format(alignment), 'LIBDV_ALIGN@0@'.format(alignment))
42 cdata.set('__inline__', 'inline') # it being 2020 and all
68 'memory.h',
74 'sys/stat.h',
95 cdata.set('HAVE_ATTRIBUTE_DESTRUCTOR', cc.has_function_attribute('destructor'))
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/
H A DChangeLog.old11 * rec_v5->engine_id not set properly in ftdecode.c
14 * --enable-lfs set flags for large file support - alexbrennen@gmail.com
43 * flow-fanout: did not set address family for receive fd - noted by
218 set - noted by nik.hinson@assurance-dynamics.com
284 reduce memory and CPU footprint if *ps calculations are not selected.
430 * ftlib: ftfil.c - fix memory leak with ftd->name and ftfil->name
495 * ftlib,flow-capture: fix memory leak - noted by Christian.Bauer@NEFkom.de
560 * flow-export: V1005 mask not set for version 1005
640 set SO_REUSEADDR on multicast socket
780 * flow-send,flow-fanout can set local IP address when sending
[all …]
/dports/net/fspclient/fspclient-0.93.1/
H A DChangeLog26 set default to readme once
35 fixed statistics printing in stat command
74 do not allow to set buffer size to <= 0
79 working shared memory was incorrectly detected by configure
82 added shared memory + semop locking type
117 do not try to stat null file in since command
118 added stat command - prints server packet statistics
129 do not segfault when some env var FSP_* are set
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmemorytree.py23 import stat
33 from .transport.memory import MemoryTransport
70 st_mode = self._file_transport.stat(f).st_mode
71 if stat.S_ISREG(st_mode):
73 elif stat.S_ISLNK(st_mode):
75 elif stat.S_ISDIR(st_mode):
282 file_ids = set()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/fr/developers/
H A DpluginAPI.tex92 #include <sys/stat.h>
215 The pInfo structure must be defined in static memory because Bacula does not
299 (malloc the memory) and store a pointer to
328 ending), and the plugin should release all memory it may
461 struct stat statp; /* System stat() packet for file */
474 a {\bf stat} system call on the file.
588 struct stat statp; /* decoded stat packet */
620 stat() system call.
645 directory, you will want to do an stat() on the directory.
813 This call permits you to obtain memory from Bacula's memory allocator.
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/developers/base/
H A DpluginAPI.tex92 #include <sys/stat.h>
215 The pInfo structure must be defined in static memory because Bacula does not
299 (malloc the memory) and store a pointer to
328 ending), and the plugin should release all memory it may
461 struct stat statp; /* System stat() packet for file */
474 a {\bf stat} system call on the file.
588 struct stat statp; /* decoded stat packet */
620 stat() system call.
645 directory, you will want to do an stat() on the directory.
813 This call permits you to obtain memory from Bacula's memory allocator.
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/de/developers/
H A DpluginAPI.tex92 #include <sys/stat.h>
215 The pInfo structure must be defined in static memory because Bacula does not
299 (malloc the memory) and store a pointer to
328 ending), and the plugin should release all memory it may
461 struct stat statp; /* System stat() packet for file */
474 a {\bf stat} system call on the file.
588 struct stat statp; /* decoded stat packet */
620 stat() system call.
645 directory, you will want to do an stat() on the directory.
813 This call permits you to obtain memory from Bacula's memory allocator.
[all …]
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/developers/
H A DpluginAPI-en.tex92 #include <sys/stat.h>
215 The pInfo structure must be defined in static memory because Bacula does not
299 (malloc the memory) and store a pointer to
328 ending), and the plugin should release all memory it may
461 struct stat statp; /* System stat() packet for file */
474 a {\bf stat} system call on the file.
588 struct stat statp; /* decoded stat packet */
620 stat() system call.
645 directory, you will want to do an stat() on the directory.
813 This call permits you to obtain memory from Bacula's memory allocator.
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/docs/manuals/source/DeveloperGuide/
H A DpluginAPI.rst123 #include <sys/stat.h>
537 struct stat statp; /* System stat() packet for file */
553 generally, the statp structure can be filled in by doing a **stat**
568 malloc() and return the pointer to it. In order to not have memory
569 leaks, you should store a pointer to all memory allocated in your
626 memory you used to pass back filenames.
674 struct stat statp; /* decoded stat packet */
705 using the stat() system call.
730 directory, you will want to do an stat() on the directory.
912 This call permits you to obtain memory from Bareos’s memory allocator.
[all …]

12345678910>>...647