Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab46 The inittab API is designed to reduce the confusion, both for the
55 The inittab file contains information regarding the syntax and (to
61 The inittab file consists of inittab records, each being one line long
118 Comments in the inittab file begin with `#', and end with a newline.
122 The inittab file becomes the authoritative source for all DHCP options
127 inittab file do not generally affect their inner workings.
129 o A program can specify which entries it wants from the inittab.
136 o In general, changing provided information in a released inittab
140 o The inittab C API also provides functions which allow programs
141 to verify that a given entry in the inittab file is correct
[all …]
/illumos-gate/usr/src/cmd/who/
H A Dwho.c120 static char *inittab; /* ptr to inittab contents */ variable
434 if ((inittab = malloc(stbufp->st_size + 1)) == NULL) { in main()
442 if (read(fildes, inittab, stbufp->st_size) in main()
451 inittab[stbufp->st_size] = '\0'; in main()
452 iinit = inittab; in main()
641 iinit = inittab; in dump()
666 iinit = inittab; /* Reset pointer */ in dump()
/illumos-gate/usr/src/cmd/initpkg/
H A Dinittab22 # The /etc/inittab file controls the configuration of init(8); for more
23 # information refer to init(8) and inittab(5). It is no longer
24 # necessary to edit inittab(5) directly; administrators should use the
H A DMakefile41 ETCTABS= vfstab inittab nscd.conf security/crypt.conf
57 $(ROOTETC)/inittab := FILEMODE = 0644
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A DMakefile27 DHCPFILES= inittab inittab6
/illumos-gate/usr/src/man/man5/
H A DMakefile94 inittab.5 \
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc60 file path=usr/share/man/man5/inittab.5
H A DSUNWcs.p5m93 file path=etc/dhcp/inittab group=sys preserve=true
133 file path=etc/inittab group=sys preserve=true
/illumos-gate/usr/src/cmd/svc/milestone/
H A DREADME.share112 If the inittab(5) line to invoke svc.startd(8) is missing or incorrect,
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Ddhcpagent.dfl171 # /etc/dhcp/inittab are also accepted.