Searched refs:tracked (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/acctadm/ |
H A D | aconf.c | 75 char *tracked; in aconf_init() local 99 tracked = buf2str(buf, AC_BUFSIZE, AC_ON, type); in aconf_init() 101 (void) strlcpy(acp->tracked, tracked, sizeof (acp->tracked)); in aconf_init() 103 free(tracked); in aconf_init() 123 char tracked[MAXRESLEN]; in aconf_setup() local 155 if (aconf_get_string(AC_PGNAME, AC_PROP_TRACKED, tracked, in aconf_setup() 156 sizeof (tracked)) == -1) { in aconf_setup() 187 str2buf(buf, tracked, AC_ON, type); in aconf_setup() 222 strncmp(tracked, "basic", strlen("basic")) == 0 ? in aconf_setup() 261 acp->tracked); in aconf_print_type() [all …]
|
H A D | main.c | 345 char *tracked, *untracked; in main() local 388 tracked = buf2str(buf, AC_BUFSIZE, AC_ON, type); in main() 390 if (aconf_set_string(AC_PROP_TRACKED, tracked) == -1) in main() 396 free(tracked); in main() 544 strcmp(ac.tracked, AC_STR_NONE) != 0) { in main()
|
H A D | aconf.h | 44 char tracked[MAXRESLEN]; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpathd.dfl | 36 # are tracked. Turn off this option to track all network interfaces
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | OBSOLETE | 124 is used to set and list tracked aliases.
|
H A D | COMPATIBILITY | 77 16. The list of tracked aliases is not displayed with alias unless
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 43 ! tracked since it bounds our maximum copy size. However,
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 44 ! tracked since it bounds our maximum copy size. However,
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | README | 180 those which are not being tracked c) Supplying zero for the rest 181 the error stats which are not being tracked.
|
/titanic_41/usr/src/uts/common/io/e1000g/ |
H A D | README | 180 those which are not being tracked c) Supplying zero for the rest 181 the error stats which are not being tracked.
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 15412 # tracked under rdar://problem/7365108 and rdar://problem/7365134
|
H A D | terminfo.src | 17357 # tracked under rdar://problem/7365108 and rdar://problem/7365134
|