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

/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvuid.c48 register struct passwd *t_pptr; local
59 if( t_pptr = getpwuid( uid ) ) {
60 if( pptr ) *pptr = t_pptr;
H A Dvprojid.c43 struct project *t_pptr; local
51 if (t_pptr = getprojbyid(projid, pptr, buf, len))
H A Dvprojname.c46 struct project *t_pptr; local
69 if ((t_pptr = getprojbyname(project, pptr, buf, blen)) != NULL)
H A Dvlogin.c51 struct passwd *t_pptr; local
110 if ((t_pptr = getpwnam(login)) != NULL) {
111 if (pptr) *pptr = t_pptr;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c3104 struct fcp_port *t_pptr; local
3141 t_pptr = fcp_port_head;
3142 while (t_pptr) {
3143 if (t_pptr->port_instance == (uint32_t)fioctl->fp_minor) {
3146 t_pptr = t_pptr->port_next;
3149 *pptr = t_pptr;
3151 if (t_pptr == NULL) {

Completed in 90 milliseconds