Searched refs:aug_get_machine (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | generic.h | 39 extern int aug_get_machine(const char *, uint32_t *, uint32_t *);
|
H A D | audit_mountd.c | 89 (void) aug_get_machine(clname, buf, &type); 116 (void) aug_get_machine(clname, buf, &type);
|
H A D | audit_rexecd.c | 109 rc = aug_get_machine(mach, addr, &type); 180 rc = aug_get_machine(hostname, addr, &type); 291 rc = aug_get_machine(hostname, addr, &type);
|
H A D | generic.c | 158 * aug_get_machine: 164 aug_get_machine(const char *hostname, uint32_t *buf, uint32_t *type) function
|
Completed in 73 milliseconds