Searched refs:tag (Results 676 - 700 of 949) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/contrib/openpam/lib/libpam/
H A DMakefile.in150 libpam_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
171 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
180 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/file/src/
H A DMakefile.in148 libmagic_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/sys/dev/siis/
H A Dsiis.c75 static int siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag);
957 /* Tagged command while we have no supported tag free. */
980 int tag, tags; local
988 tag = fls((~ch->oslots) & (0x7fffffff >> (31 - tags))) - 1;
990 slot = &ch->slot[tag];
1686 siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag) argument
1723 fis[12] = tag << 3;
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_znode.c1962 dmu_buf_t **db, void *tag)
1967 if ((error = sa_buf_hold(osp, obj, tag, db)) != 0)
1975 sa_buf_rele(*db, tag);
1981 sa_buf_rele(*db, tag);
1989 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, void *tag) argument
1992 sa_buf_rele(db, tag);
1961 zfs_grab_sa_handle(objset_t *osp, uint64_t obj, sa_handle_t **hdlp, dmu_buf_t **db, void *tag) argument
H A Dsa.c1425 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db) argument
1427 return (dmu_bonus_hold(objset, obj_num, tag, db));
1431 sa_buf_rele(dmu_buf_t *db, void *tag) argument
1433 dmu_buf_rele(db, tag);
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A De_aes.c99 int tag_set; /* Set if tag is valid */
765 /* If decrypting correct for tag too */
771 /* Extra padding: tag appended to record */
862 * followed by the payload and finally the tag. On encrypt generate IV,
863 * encrypt payload and write the tag. On verify retrieve IV, decrypt payload
864 * and verify tag.
902 /* Finally write tag */
915 /* Retrieve tag */
917 /* If tag mismatch wipe buffer */
1261 unsigned char tag[1 local
[all...]
/freebsd-10.2-release/contrib/gdb/
H A Dltconfig331 --add-tag=TAG append an alternate configuration
377 --add-tag) prev=tagname ;;
378 --add-tag=*) tagname="$optarg" ;;
430 echo "$progname: invalid tag name: $tagname" 1>&2
436 echo "$progname: tag name $tagname already exists" 1>&2
631 # Source the script associated with the $tagname tag configuration.
2211 echo "appending configuration tag \"$tagname\" to $ofile"
2762 # Append the new tag name to the list of available tags.
H A Dltmain.sh129 tag)
135 echo "$progname: invalid tag name: $tagname" 1>&2
142 # Don't test for the "default" C tag, as we know, it's there, but
152 echo "$progname: ignoring unknown tag $tagname" 1>&2
220 --tag) prevopt="--tag" prev=tag ;;
221 --tag=*)
222 set tag "$optarg" ${1+"$@"}
224 prev=tag
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1214 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag) argument
1229 ztest_record_enospc(tag);
2244 ztest_od_init(ztest_od_t *od, uint64_t id, char *tag, uint64_t index, argument
2259 tag, (int64_t)id, index);
4654 char tag[100]; local
4666 (void) snprintf(tag, sizeof (tag), "tag_%llu", id);
4674 error = user_release_one(fullname, tag);
4732 fnvlist_add_string(holds, fullname, tag);
4741 fullname, tag, erro
[all...]
/freebsd-10.2-release/contrib/openbsm/bin/audit/
H A DMakefile.in79 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/bin/auditd/
H A DMakefile.in84 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/bin/auditfilterd/
H A DMakefile.in77 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/bin/auditreduce/
H A DMakefile.in76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/bin/praudit/
H A DMakefile.in76 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
80 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/libauditd/
H A DMakefile.in102 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
106 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openbsm/libbsm/
H A DMakefile.in115 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
119 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/ntp/include/
H A Dntpd.h101 extern const char * get_ext_sys_var(const char *tag);
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlog.c240 const svn_ra_serf__dav_props_t *tag,
234 log_opened(svn_ra_serf__xml_estate_t *xes, void *baton, int entered_state, const svn_ra_serf__dav_props_t *tag, apr_pool_t *scratch_pool) argument
/freebsd-10.2-release/crypto/heimdal/include/
H A DMakefile.in110 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
114 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in122 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/bin/pamtest/
H A DMakefile.in122 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/openpam/bin/su/
H A DMakefile.in122 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/contrib/file/tests/
H A DMakefile.in128 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
137 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c163 f->tag, f->count, f->size, f->count*f->size));
181 f->tag, f->count, f->size, f->count*f->size, order));
218 KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
235 KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
1189 &vbus_ext->io_dmat /* tag */))
/freebsd-10.2-release/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c160 f->tag, f->count, f->size, f->count*f->size));
178 f->tag, f->count, f->size, f->count*f->size, order));
215 KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
232 KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
1380 &vbus_ext->io_dmat /* tag */))

Completed in 519 milliseconds

<<21222324252627282930>>