Searched refs:SMB_LGRP_PGRP_DEFRID (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c120 #define SMB_LGRP_PGRP_DEFRID 99 /* max reserved id */ macro
2657 * In cases where the MAXUSED GID is less than SMB_LGRP_PGRP_DEFRID,
2658 * SMB_LGRP_PGRP_DEFRID + 1 is returned as GID.
2689 if (gid < SMB_LGRP_PGRP_DEFRID)
2690 gid = SMB_LGRP_PGRP_DEFRID + 1;

Completed in 334 milliseconds