Searched refs:portc (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sbin/mount_portal/ |
| D | puffs_portal.c | 326 struct portal_cred *portc, char **v) in provide() argument 351 error = activate_argv(portc, portn->path, v, &fd); in provide() 499 credtr(struct portal_cred *portc, const struct puffs_cred *puffc, int mode) in credtr() argument 501 memset(portc, 0, sizeof(struct portal_cred)); in credtr() 503 portc->pcr_flag = mode; in credtr() 504 puffs_cred_getuid(puffc, &portc->pcr_uid); in credtr() 505 puffs_cred_getgid(puffc, &portc->pcr_gid); in credtr() 506 puffs_cred_getgroups(puffc, portc->pcr_groups, in credtr() 507 (short *)&portc->pcr_ngroups); in credtr() 575 struct portal_cred portc; in portal_node_getattr() local [all …]
|
| /netbsd/src/sys/arch/mac68k/nubus/ |
| D | cpi_nubus.c | 574 uint8_t portb, portc; in cpi_notready() local 596 portc = bus_space_read_1(sc->sc_bst, sc->sc_bsh, CIO_PORTC); in cpi_notready() 598 printf("\tPort C has 0x0%X\n", portc); in cpi_notready() 600 is_paper_empty = CPI_PAPER_EMPTY & portc; in cpi_notready()
|
| /netbsd/src/sys/arch/x68k/x68k/ |
| D | iodevice.h | 276 char pad2; unsigned char portc; member
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ipf_y.y | 111 %type <num> portc porteq ipmask maskopts 1244 portc: port compare { $$ = $2; 1262 portc portnum { $$.pc = $1;
|