Home
last modified time | relevance | path

Searched refs:asf (Results 1 – 11 of 11) sorted by relevance

/src/contrib/file/magic/Magdir/
H A Dasf3 # $File: asf,v 1.5 2024/09/04 19:06:12 christos Exp $
4 # asf: file(1) magic for Microsoft Advanced Systems Format (ASF) files
7 0 name asf-name
11 #>>(16.q) use asf-object
52 >>40 use asf-name
118 0 name asf-object
119 >0 use asf-name
122 >>>(16.q) use asf-object
127 !:mime video/x-ms-asf
131 >>30 use asf-object
[all …]
H A Dintel300 # 16 for asf!.aml, 67 fo rsdp.aml
/src/tools/debugscripts/
H A Ddot.gdbinit68 # script to call kldstat and pass the info on to asf(8). This won't
84 shell asf -f -k MODPATH
85 source .asf
97 shell asf -f MODPATH
98 source .asf
/src/sys/sys/
H A Ddvdio.h63 u_int8_t asf :1; member
/src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources15 ASF=$(TOP)\asf
/src/contrib/file/magic/
H A DMakefile.am34 $(MAGIC_FRAGMENT_DIR)/asf \
H A DMakefile.in312 $(MAGIC_FRAGMENT_DIR)/asf \
/src/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c3553 struct archive_string asf; in xml_writer_write_attributef() local
3560 archive_string_init(&asf); in xml_writer_write_attributef()
3567 archive_string_vsprintf(&asf, format, ap); in xml_writer_write_attributef()
3568 if (archive_wstring_append_from_mbs(&asv, asf.s, asf.length)) { in xml_writer_write_attributef()
3577 archive_string_free(&asf); in xml_writer_write_attributef()
/src/sys/compat/linux/
H A Dlinux_ioctl.c1258 l_uint asf:1; member
1473 lp->lsasf.asf = bp->asf; in bsd_to_linux_dvd_authinfo()
/src/usr.sbin/services_mkdb/
H A Dservices1131 asf-rmcp 623/tcp #ASF Remote Management and Control Protocol
1132 asf-rmcp 623/udp #ASF Remote Management and Control Protocol
1211 asf-secure-rmcp 664/tcp #ASF Secure Remote Management and Control Protocol
1212 asf-secure-rmcp 664/udp #ASF Secure Remote Management and Control Protocol
/src/sys/cam/scsi/
H A Dscsi_cd.c3614 authinfo->asf = asf_data->success & RKD_ASF_SUCCESS; in cdreportkey()