Searched refs:metadata (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dmetadata.h6 #include <x86/metadata.h>
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dmetadata.h6 #include <x86/metadata.h>
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-job.c80 add_lpd_control_line(char **metadata, char code, char *value) argument
85 if ((metadata == NULL) || (value == NULL))
88 if (*metadata != NULL)
89 size = strlen(*metadata);
92 if (*metadata == NULL) {
93 *metadata = (char *)calloc(1, size);
98 strlcpy(tmp, *metadata, size);
99 free(*metadata);
100 *metadata = (char *)tmp;
106 strlcat(*metadata, lin
112 add_svr4_control_line(char **metadata, char code, char *value) argument
126 add_hpux_control_line(char **metadata, char *value) argument
140 add_int_control_line(char **metadata, char code, int value, int flag) argument
153 lpd_add_rfc1179_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
349 lpd_add_svr4_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
440 lpd_add_hpux_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
455 lpd_job_add_attributes(service_t *svc, papi_attribute_t **attributes, char **metadata, papi_attribute_t ***used) argument
482 lpd_job_add_files(service_t *svc, papi_attribute_t **attributes, char **files, char **metadata, papi_attribute_t ***used) argument
565 lpd_submit_job(service_t *svc, char *metadata, papi_attribute_t ***attributes, int *ofd) argument
[all...]
H A Dpapi_impl.h57 char *metadata; /* the converted metadata */ member in struct:stream
91 extern papi_status_t lpd_submit_job(service_t *svc, char *metadata,
95 char **metadata,
99 char **metadata,
H A Djob.c52 char *metadata = NULL; local
79 (void) lpd_job_add_attributes(svc, attributes, &metadata,
82 if ((status = lpd_job_add_files(svc, attributes, files, &metadata,
88 status = lpd_submit_job(svc, metadata, &j->attributes, NULL);
89 free(metadata);
112 char *metadata = NULL; local
136 lpd_job_add_attributes(svc, attributes, &metadata, &s->job->attributes);
143 lpd_job_add_files(svc, attributes, files, &metadata,
145 status = lpd_submit_job(svc, metadata, &(s->job->attributes),
162 s->metadata
[all...]
H A Dlpd-port.c501 char *metadata = NULL; local
524 if ((metadata = calloc(1, st.st_size + 1)) == NULL) {
532 if (read(fd, metadata, st.st_size) != st.st_size) {
535 free(metadata);
541 if (massage_control_data(metadata, job_id) < 0) {
545 free(metadata);
559 if (send_control_file(sock, metadata, job_id) < 0) {
567 for (ptr = strtok_r(metadata, "\n", &iter); ptr != NULL;
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbiossmap.c35 #include <machine/metadata.h>
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu.h47 #define DMU_OT(byteswap, metadata) \
49 ((metadata) ? DMU_OT_METADATA : 0) | \
/illumos-gate/usr/src/pkg/
H A DMakefile119 # direct build targets and subdirectories for package metadata extracted
262 # manifest-embedded metadata. Because we make that determination on
352 # repository metadata (catalogs and search indices)
377 # and the metadata symlinks.
401 if [ "$$(print $$p.metadata.*)" = \
402 "$$(print $$p.metadata.noincorp.*)" ]; \
416 install: $(ALL_TARGETS) repository-metadata
418 repository-metadata: publish_pkgs
429 # derive the target repository as a component of the metadata-derived
455 # also the incidental ones (the metadata
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dexec.c35 #include <machine/metadata.h>
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Delf_freebsd.c33 #include <machine/metadata.h>
H A Dppc64_elf_freebsd.c35 #include <machine/metadata.h>
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Delf_freebsd.c39 #include <machine/metadata.h>
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c659 char *cp, *metadata = NULL; local
740 metadata = realloc(metadata,
742 if (metadata == NULL) {
744 gettext("Cannot malloc metadata\n"));
747 (void) fread(metadata, 1, node.metasize, smf);
748 metaproc(cp, metadata, node.metasize);
773 if (metadata != NULL)
774 (void) free(metadata);
896 char *metadata; local
[all...]
H A Dtape.c664 if (gettingfile) { /* i.e. will we lose metadata? */
906 metaset(rname); /* skipfile() got the metadata, if any */
1049 metaset(NULL); /* flush old metadata */
1058 metacheck(&spcl); /* check for metadata in header */
1177 static char *metadata = NULL; variable
1185 if ((metadata = malloc(metasize = (size_t)sizeof (head->c_shadow)))
1188 gettext("Cannot malloc for metadata\n"));
1191 bcopy(&(head->c_shadow), metadata, metasize);
1197 if ((metadata == NULL) && ((spcl.c_dinode.di_mode & IFMT) != IFSHAD))
1199 if ((metadata
[all...]
/illumos-gate/usr/src/boot/sys/boot/sparc64/loader/
H A DMakefile12 SRCS= locore.S main.c metadata.c vers.c
H A Dmetadata.c38 #include <machine/metadata.h>
198 * MOD_METADATA (variable) type-specific metadata
276 * - Module metadata are formatted and placed in kernel space.
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c87 int metadata = flags & (I_DIR|I_IBLK|I_SHAD|I_QUOTA); local
92 (!(flags & metadata) ||
95 if (metadata)
98 logmap_cancel(ul, mof, nb, metadata);
107 * check if this delta has been canceled (metadata -> userdata)
497 * push dirty metadata thru the log
H A Dlufs_map.c971 * betwen those metadata, and so its not safe to read, modify
1637 logmap_cancel_delta(ml_unit_t *ul, offset_t mof, int32_t nb, int metadata) argument
1666 * Write delta to log if this delta is for metadata. If this is not
1667 * metadata it is user data and we are just putting a cancel
1675 if (metadata) {
1699 if (metadata) {
1706 if (!(metadata)) {
1721 logmap_cancel(ml_unit_t *ul, offset_t mof, off_t nb, int metadata) argument
1737 * Find overlapping metadata entries. Don't search through
1739 * possible to have overlapping map entries for metadata,
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiossmap.c38 #include <machine/metadata.h>
H A Dbootinfo64.c35 #include <machine/metadata.h>
56 * MOD_METADATA (variable) type-specific metadata
176 * - Module metadata are formatted and placed in kernel space.
224 /* place the metadata before anything */
258 /* copy module list and metadata */
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c194 result->metadata = v->metadata;
378 char *name, papi_metadata_t metadata)
382 v.metadata = metadata;
623 *vptr = value->metadata;
377 papiAttributeListAddMetadata(papi_attribute_t ***list, int flags, char *name, papi_metadata_t metadata) argument
H A Dpapi.h113 papi_metadata_t metadata; /* PAPI_METADATA value */ member in union:__anon4313
282 papi_metadata_t metadata);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h111 * in the object is metadata (boolean) and how to byteswap the data
114 #define DMU_OT(byteswap, metadata) \
116 ((metadata) ? DMU_OT_METADATA : 0) | \
209 * use the DMU_OTN_* type with the correct byteswap and metadata
255 * operation, including metadata.
781 uint64_t doi_physical_blocks_512; /* data + metadata, 512b blks */
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c39 #include <machine/metadata.h>
167 * MOD_METADATA (variable) type-specific metadata
246 * - Module metadata are formatted and placed in kernel space.
269 * These metadata addreses must be converted for kernel after
338 /* Figure out the size and location of the metadata */
350 /* Do relocation fixup on metadata of each module. */
362 /* Only now copy actual modules and metadata */

Completed in 126 milliseconds

12