Searched defs:new_label (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dlabel.c279 char *new_label; local
318 new_label = zalloc(cur_blksz);
377 free(new_label);
406 free(new_label);
452 + solaris_offset), 1, new_label, F_NORMAL, NULL)) {
457 if (bcmp((char *)&label, new_label,
474 free(new_label);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c854 boolean_t new_label = B_TRUE; local
867 if (new_label) {
870 new_label = B_FALSE;
878 new_label = B_TRUE;
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1054 boolean_t new_label = B_TRUE; local
1080 if (new_label) {
1083 new_label = B_FALSE;
1091 new_label = B_TRUE;

Completed in 52 milliseconds