Searched refs:matchname (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_impl.h | 201 boolean_t zap_match(zap_name_t *zn, const char *matchname);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 3008 if_report(mib_item_t *item, char *matchname, in if_report() argument 3061 if (matchname != NULL && in if_report() 3062 strcmp(matchname, ifname) != 0 && in if_report() 3063 strcmp(matchname, logintname) != 0) in if_report() 3158 if (matchname) { in if_report() 3159 if (strcmp(matchname, in if_report() 3168 if (matchname == NULL) { in if_report() 3169 matchname = ifname; in if_report() 3173 "interface.", matchname); in if_report() 3179 matchname); in if_report() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_sec.c | 213 matchname(char *line, char *name, seconfig_t *secp) in matchname() function 717 if (matchname(line, name, entryp)) { in get_seconfig()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_micro.c | 152 zap_match(zap_name_t *zn, const char *matchname) in zap_match() argument 159 if (zap_normalize(zn->zn_zap, matchname, norm, in zap_match() 165 return (strcmp(zn->zn_key_orig, matchname) == 0); in zap_match()
|