Home
last modified time | relevance | path

Searched refs:v_magic (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/head/
H A Darchives.h160 char v_magic[VMAGLEN], member
/titanic_41/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1239 V_labl.v_magic[0] = '\0'; /* scribble on old data */ in tapeck()
1251 old_style = strncmp(V_labl.v_magic, "Volcopy", 7) == 0; in tapeck()
1252 new_style = strncmp(V_labl.v_magic, "VOLCOPY", 7) == 0; in tapeck()
1264 strncpy(V_labl.v_magic, "Volcopy", 7); in tapeck()
1444 (void) strcpy(V_labl.v_magic, "Volcopy"); in mklabel()
1446 (void) strcpy(V_labl.v_magic, "VOLCOPY"); in mklabel()