Searched refs:front (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.h52 void hotplug_event_enqueue (HotplugEvent *event, int front);
H A Dhotplug.c166 hotplug_event_enqueue (HotplugEvent *hotplug_event, int front) argument
171 if (front) {
H A Ddevinfo.h66 void devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front);
H A Ddevinfo.c175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front) argument
187 hotplug_event_enqueue (hotplug_event, front);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c94 static struct address_cache *front; variable in typeref:struct:address_cache
165 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
186 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
197 front = cptr->ac_next;
240 ad_cache->ac_next = front;
241 front = ad_cache;
245 cptr = front;
265 ad_cache->ac_next = front;
266 front = ad_cache;
268 front
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm149 NOTE: This class is now a front-end to the IO::* classes.
163 it is just a front end for the built-in C<open> function. With two
198 supported C<FileHandle> methods, which are just front ends for the
H A Dlib_pm.PL95 # Put a corresponding archlib directory in front of $path if it
197 architecture specific directory and is added to @INC in front of $dir.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dwritemain.SH23 : by putting a backslash in front. You may delete these comments.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH30 : by putting a backslash in front. You may delete these comments.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm108 variables named with a preceding C<st_> in front their method names.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm80 The getproto() function is a simple front-end that forwards a numeric
H A Dservent.pm82 The getserv() function is a simple front-end that forwards a numeric
H A Dhostent.pm94 The gethost() function is a simple front-end that forwards a numeric
H A Dnetent.pm97 The getnet() function is a simple front-end that forwards a numeric
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm71 named with a preceding C<tm_> in front their method names. Thus,
H A Dlocaltime.pm66 variables named with a preceding C<tm_> in front their method names.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm79 The getpw() function is a simple front-end that forwards
H A Dpwent.pm229 as variables named with a preceding C<pw_> in front their method
233 The getpw() function is a simple front-end that forwards
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm77 it is just a front end for the built-in C<open> function. With two or three
H A DSeekable.pm39 supported C<IO::Seekable> methods, which are just front ends for the
H A DSocket.pm351 supported C<IO::Socket> methods, which are just front ends for the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm92 functions with a "Class::ISA::" on the front.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL120 B<pod2text> is a front-end for Pod::Text and its subclasses. It uses them
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm21 This package is just a front end to some other packages. At the moment
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c496 " Index to front disk elements 0x%x\n"
537 * Need to get a valid location, front/rear & slot.
865 * Either front or rear drive
1184 pwr_up_down(char *path_phys, L_state *l_state, int front, int slot, argument
1251 if (front || slot == -1) {
1260 if (!front || slot == -1) {
1269 if (front || slot == -1) {
1276 if (!front || slot == -1) {
1790 * path_struct->f_flag is set to 1 if in the front of an A5k
1915 * front o
[all...]

Completed in 127 milliseconds

12