Searched refs:ver_major (Results 1 – 6 of 6) sorted by relevance
/external/curl/tests/ |
D | secureserver.pl | 54 my $ver_major; 198 $ver_major = $1; 207 last if($ver_major); 209 if((!$ver_major) || (!$ver_minor)) { 218 $stunnel_version = (100*$ver_major) + $ver_minor; 224 print "$ssltext Unsupported stunnel version $ver_major.$ver_minor\n"; 251 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n"; 302 print uc($proto) ." server (stunnel $ver_major.$ver_minor)\n";
|
/external/vboot_reference/scripts/ |
D | getversion.sh | 15 ver_major="${vernum[0]}" 19 ver_major="v0" 28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
|
/external/libmtp/src/ |
D | playlist-spl.c | 73 …ks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t … 205 uint32_t ver_major; in playlist_t_to_spl() local 208 if(FLAG_PLAYLIST_SPL_V2(ptp_usb)) ver_major = 2; in playlist_t_to_spl() 209 else ver_major = 1; // FLAG_PLAYLIST_SPL_V1() in playlist_t_to_spl() 212 IF_DEBUG() printf(".spl version %d.%02d\n", ver_major, ver_minor); in playlist_t_to_spl() 215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files); in playlist_t_to_spl() 594 const uint32_t ver_major, in spl_text_t_from_tracks() argument 607 sprintf(vs,"VERSION %d.%02d",ver_major,ver_minor); in spl_text_t_from_tracks() 630 if(ver_major == 2) { in spl_text_t_from_tracks()
|
/external/kernel-headers/original/uapi/linux/ |
D | auto_dev-ioctl.h | 89 __u32 ver_major; member 117 in->ver_major = AUTOFS_DEV_IOCTL_VERSION_MAJOR; in init_autofs_dev_ioctl()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | bnx2.c | 1455 fw.ver_major = bnx2_RXP_b06FwReleaseMajor; in bnx2_init_cpus() 1501 fw.ver_major = bnx2_TXP_b06FwReleaseMajor; in bnx2_init_cpus() 1547 fw.ver_major = bnx2_TPAT_b06FwReleaseMajor; in bnx2_init_cpus() 1593 fw.ver_major = bnx2_COM_b06FwReleaseMajor; in bnx2_init_cpus()
|
D | bnx2.h | 4233 u32 ver_major; member
|