Searched refs:volname (Results 1 - 8 of 8) sorted by last modified time

/macosx-10.10.1/kext_tools-384.1.4/
H A Dbootcaches.c2937 char *volname = (char*)&attrs.nameref + attrs.nameref.attr_dataoffset; local
2938 (void)strlcpy(vol_name, volname, NAME_MAX);
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dctx.c2850 CFStringRef volname; local
2873 volname = ctx->mountPath;
2875 volname = (CFStringRef)CFArrayGetValueAtIndex(pathArray, indexCnt -1);
2877 volname = ctx->mountPath;
2879 CFStringGetCString(volname, mdata.volume_name, MAXPATHLEN, kCFStringEncodingUTF8);
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c3615 char *user_buf, *cursor, *bufend, *fndrinfo, *cp, *volname; local
3622 volname = NULL;
3822 volname = cursor;
3831 volname += ar.attr_dataoffset;
3832 if ((volname + ar.attr_length) > bufend) {
3838 volname[ar.attr_length - 1] = 0;
3924 if (volname != NULL)
3930 vs.f_vol_name = volname; /* References the setattrlist buffer directly */
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_jnl.c347 DoMakeJournaled(char *volname, int jsize) { argument
359 if (statfs(volname, &sfs) != 0) {
360 fprintf(stderr, "Can't stat volume %s (%s).\n", volname, strerror(errno));
369 fprintf (stderr, "%s is a device node. Journal enable only works on a mounted HFS+ volume.\n", volname);
372 snprintf(tmpname, sizeof(tmpname), "%s/is_vol_hfs_plus", volname);
376 volname);
382 fprintf(stderr, "Volume %s is already journaled.\n", volname);
402 if (chdir(volname) != 0) {
404 volname, strerror(errno));
409 embedded_offset = get_embedded_offset(volname);
601 DoUnJournal(char *volname) argument
842 DoGetJournalInfo(char *volname) argument
[all...]
/macosx-10.10.1/bootp-298/bootplib/
H A Dmacnc_options.c193 const char * volname, uint32_t dirID,
201 l = (int)strlen(volname) + (int)strlen(pathname);
225 l = (int)strlen(volname); /* VolName */
229 bcopy(volname, (u_char *)buf_p, l);
192 macNCopt_encodeAFPPath(struct in_addr iaddr, uint16_t port, const char * volname, uint32_t dirID, uint8_t pathtype, const char * pathname, char separator, void * buf, int * len_p, dhcpo_err_str_t * err) argument
H A Dmacnc_options.h87 const char * volname, uint32_t dirID,
/macosx-10.10.1/sudo-73/src/
H A Dpp7133 hdiutil create -fs HFS+ -srcfolder $pkgdir -volname $name ${name}-${version}.dmg
/macosx-10.10.1/Heimdal-398.1.2/packages/mac/
H A Dmac.sh46 /usr/bin/hdiutil create -volname "Heimdal-${version}" -srcfolder ${imgdir} "heimdal-${version}.dmg" || exit 1

Completed in 167 milliseconds