Searched refs:check_addr (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | gethostent6.c | 62 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) function 76 res = _nss_files_XY_all(be, argp, 1, 0, check_addr);
|
H A D | getprotoent.c | 48 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) function 77 return (_nss_files_XY_all(be, argp, 1, 0, check_addr));
|
H A D | getnetent.c | 52 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) function 95 return (_nss_files_XY_all(be, argp, 1, 0, check_addr));
|
H A D | netmasks.c | 52 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) function 103 res = _nss_files_XY_all(be, argp, 1, argp->key.name, check_addr);
|
H A D | tsol_getrhent.c | 38 check_addr(nss_XbyY_args_t *args, const char *line, int linelen) function 120 argp->key.hostaddr.addr, check_addr);
|
H A D | gethostent.c | 206 check_addr(nss_XbyY_args_t *argp, const char *line, int linelen) function 219 res = _nss_files_XY_all(be, argp, 1, 0, check_addr);
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 340 static int check_addr(short, short *, short *, short); 2853 tcount = check_addr(eof_flag, &end, &eof, 0); 3651 tcount = check_addr(eof_flag, &end, &eof, 0); 3710 tcount = check_addr(eof_flag, &end, &eof, 0); 3766 tcount = check_addr(eof_flag, &end, &eof, 0); 4276 * valid_addr - call check_addr to validate the current address. 4300 (void) check_addr(1, &end, &eof, (filesize < blocksize)); 4329 * check_addr - check if the address crosses the end of block or 4333 check_addr(short eof_flag, short *end, short *eof, short keep_on) function
|
Completed in 255 milliseconds