Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/users/
H A Dusers.c109 struct reqgrp { struct
111 struct reqgrp *next; argument
642 struct reqgrp *reqgrphead; /* Head of the req'd group list */ in main()
643 struct reqgrp *pgrp; /* Current item in the req'd group list */ in main()
644 struct reqgrp *qgrp; /* Prev item in the req'd group list */ in main()
645 struct reqgrp *rgrp; /* Running ptr for scanning group list */ in main()
720 pgrp = (struct reqgrp *) in main()
721 allocblk(sizeof (struct reqgrp)); in main()
744 pgrp = (struct reqgrp *) in main()
745 allocblk(sizeof (struct reqgrp)); in main()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c107 struct reqgrp { struct
109 struct reqgrp *next; /* Next item in the list */ argument
1246 struct reqgrp *reqgrphead; /* Head of the req'd group list */ in main()
1247 struct reqgrp *pgrp; /* Current item in req'd group list */ in main()
1248 struct reqgrp *qgrp; /* Prev item in the req'd group list */ in main()
1512 pgrp = malloc(sizeof (struct reqgrp)); in main()
1519 pgrp = malloc(sizeof (struct reqgrp)); in main()