Home
last modified time | relevance | path

Searched refs:inittab (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/lib/libdhcputil/
H A DREADME.inittab47 The inittab API is designed to reduce the confusion, both for the
56 The inittab file contains information regarding the syntax and (to
62 The inittab file consists of inittab records, each being one line long
119 Comments in the inittab file begin with `#', and end with a newline.
123 The inittab file becomes the authoritative source for all DHCP options
128 inittab file do not generally affect their inner workings.
130 o A program can specify which entries it wants from the inittab.
137 o In general, changing provided information in a released inittab
141 o The inittab C API also provides functions which allow programs
142 to verify that a given entry in the inittab file is correct
[all …]
/titanic_50/usr/src/cmd/who/
H A Dwho.c116 static char *inittab; /* ptr to inittab contents */ variable
430 if ((inittab = malloc(stbufp->st_size + 1)) == NULL) { in main()
438 if (read(fildes, inittab, stbufp->st_size) in main()
447 inittab[stbufp->st_size] = '\0'; in main()
448 iinit = inittab; in main()
637 iinit = inittab; in dump()
662 iinit = inittab; /* Reset pointer */ in dump()
/titanic_50/usr/src/cmd/initpkg/
H A Dinittab22 # The /etc/inittab file controls the configuration of init(1M); for more
23 # information refer to init(1M) and inittab(4). It is no longer
24 # necessary to edit inittab(4) directly; administrators should use the
H A DMakefile41 ETCTABS= vfstab inittab nscd.conf security/crypt.conf
57 $(ROOTETC)/inittab := FILEMODE = 0644
/titanic_50/usr/src/cmd/cmd-inet/etc/dhcp/
H A DMakefile27 DHCPFILES= inittab inittab6
/titanic_50/usr/src/man/man4/
H A DMakefile94 inittab.4 \
/titanic_50/usr/src/pkg/manifests/
H A DSUNWcs.man4.inc55 file path=usr/share/man/man4/inittab.4
H A DSUNWcs.mf355 file path=etc/dhcp/inittab group=sys preserve=true
375 file path=etc/inittab group=sys preserve=true
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl113 # /etc/dhcp/inittab are also accepted.
/titanic_50/usr/src/cmd/svc/milestone/
H A DREADME.share112 If the inittab(4) line to invoke svc.startd(1M) is missing or incorrect,