Searched refs:follow (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c192 "\t-f follow growth of log file by waiting for additional data\n "
954 pipeline_process(struct fmdump_pipeline *pl, char *logpath, boolean_t follow) argument
998 if (follow) {
1003 } while (follow);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c747 static enum symfollow follow = NO_FOLLOW; local
765 err = lookupnameat(dirname, seg, follow, NULL, vpp, dvp);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2390 ** follow -- follow the q_next chain.
2427 printaddr(fp, a, follow)
2430 bool follow;
2585 if (!follow)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c490 proxy_info->follow_referral = follow;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h713 enum symfollow { NO_FOLLOW, FOLLOW }; /* follow symlinks (or not) */
1256 int vn_linkat(vnode_t *fstartvp, char *from, enum symfollow follow,
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h718 enum symfollow { NO_FOLLOW, FOLLOW }; /* follow symlinks (or not) */
1267 int vn_linkat(vnode_t *fstartvp, char *from, enum symfollow follow,
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c555 cardbus_phdl_t *follow = NULL; local
559 for (entry = cardbus_phdl_list; entry != NULL; follow = entry,
565 follow->next = entry->next;
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1662 pcicfg_phdl_t *follow = NULL; local
1665 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1671 follow->next = entry->next;
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1758 pcicfg_phdl_t *follow = NULL; local
1761 for (entry = pcicfg_phdl_list; entry != NULL; follow = entry,
1767 follow->next = entry->next;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh60 to stop the server. Then, using directoryserver, follow the
64 to stop the server. Then, using dsadm, follow the
367 HELP - This parameter indicates whether the client should follow
1930 # get_followref(): Whether or not to follow referrals.
1934 get_confirm "Do you want the clients to follow referrals (y/n/h)?" "n" "referrals_help"
3175 # to be the same string formatted as follow:
4179 attributetypes: ( 1.3.6.1.4.1.11.1.3.1.1.5 NAME 'followReferrals' DESC 'Tells DUA if it should follow referrals returned by a DSA search result' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh369 HELP - Determines if the ypserv should follow referrals or not.
1886 get_confirm "Should the ypserv follow LDAP referrals (y/n/h):" \
2227 # Should the ypserv follow LDAP referrals ?
4136 echo '# Must follow passwd
4141 # Must follow hosts
5374 # passwd.adjunct Must follow passwd
5431 # passwd.adjunct Must follow passwd
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c168 ** Configurations also contain a follow-set which is a list of terminal
169 ** symbols which are allowed to immediately follow the end of the rule.
660 ** are added to between some states so that the LR(1) follow sets
737 /* A state with the same basis already exists! Copy all the follow-set
835 ** links are used in the follow-set computation. */
1396 /* Initialize the size for all follow and first sets */
1406 /* Compute all LR(0) states. Also record follow-set propagation
1407 ** links so that the follow-set can be computed later */
1415 /* Compute the follow set of every reducible configuration */
1936 to follow th
[all...]

Completed in 124 milliseconds

12