Searched defs:match_mask (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c100 static int srch_dir(const entry_t path, int match_mask, int depth,
103 static char *ispts(struct stat64 *fsb, int match_mask);
104 static char *ispty(struct stat64 *fsb, int match_mask);
107 uint_t match_mask);
201 _ttyname_common(struct stat64 *fsp, char *buffer, uint_t match_mask) argument
232 if (match_mask == MATCH_MM) {
266 if ((retval = ispty(fsp, match_mask)) != NULL)
289 if ((pt = ispts(fsp, match_mask)) != NULL) {
294 found = srch_dir(srch_dirs[dirno], match_mask,
305 found = srch_dir(dev_dir, match_mask,
358 ispts(struct stat64 *fsb, int match_mask) argument
385 ispty(struct stat64 *fsb, int match_mask) argument
477 srch_dir(const entry_t path, int match_mask, int depth, const entry_t skip_dirs[], struct stat64 *fsb) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ftable.c666 ipaddr_t match_mask; local
681 match_mask = margs->ift_mask;
683 match_mask = ire->ire_mask;
685 if (ire_match_args(ire, margs->ift_addr, match_mask,

Completed in 62 milliseconds