Searched refs:given (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-unmount.c157 char *given = given_options[i]; local
159 if (strcmp (given, "lazy") == 0) {
161 } else if (strcmp (given, "force") == 0) {
164 invalid_unmount_option (given, invoked_by_uid);
H A Dhal-storage-closetray.c149 char *given = given_options[i]; local
153 invalid_closetray_option (given, invoked_by_uid);
H A Dhal-storage-eject.c151 char *given = given_options[i]; local
155 invalid_eject_option (given, invoked_by_uid);
H A Dhal-storage-mount.c339 * if it is, then check if it's the same device_file as the given one...
629 /* figure out mount point if no mount point is given... */
731 char *given = given_options[i]; local
737 if (strcmp (given, allow) == 0) {
742 (strncmp (given, allow, allow_len) == 0) &&
743 (int) strlen (given) > allow_len) {
746 * given == "umask=foobar" and allowed == "umask="
752 uid = (uid_t) strtol (given + allow_len, &endp, 10);
754 printf ("'%s' is not a number?\n", given);
771 invalid_mount_option (given, invoked_by_ui
[all...]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c58 int given; local
129 given = seensemi = 0;
144 given++;
156 given = 2;
450 if (given < 2 && (addr1 == addr2) && (addr2 != dol))
454 if (given < 2 && addr2 != dol)
622 * were given, and in that case we need to
H A Dex_voper.c769 * given.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs259 # For the given rctl name, returns the list
327 # Returns 0 a pool with the given name exists on the current system.
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c54 * to finger -- if no list is given, all the people currently logged in
74 * The other options can all be given after one '-', or each can have its
186 int matchcmp(char *gname, char *login, char *given);
249 * optind == argc means no names given
1066 * Compare the given argument, which is taken to be a username, with
1070 matchcmp(char *gname, char *login, char *given) argument
1078 if (*gname == '\0' && *given == '\0')
1124 if (namecmp(gp, given) > 0) {
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh176 The time of backup is given in YYYYMMDD_HHMMSS format.
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh99 However, even if you continue, you would be given the option to
109 However, even if you continue, you would be given the option to
173 However, even if you continue, you would be given the option
191 However, even if you continue, you would be given the option to
500 which any given password should be changed. (In traditional
510 a given NIS map. If this attribute is not present then the
520 HELP - If selected, for a given map, it will allow you to specify
524 given the option to specify different comment character
542 Or else by selecting NO, you would be given the option to
564 Or else by selecting NO, you would be given th
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Didn_asm.s366 ! intr_vec structs for the given cpu and that code
/illumos-gate/usr/src/cmd/logadm/
H A Dtester36 # to run just a few tests, given their names:
105 # spew usage message, plus any given message, and exit
280 # are given. Options given on the logadm command line override
1178 # are given. Options given on the logadm command line override
1747 # are given. Options given on the logadm command line override
1918 (processes all entries in /etc/logadm.conf or conffile given by -f)
1920 (processes the given logname
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk159 # * We *don't* sort the file list within a given suffix, since we
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex36 % The texinfo.tex in any given distribution could well be out
833 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
1886 \unhbox0 % third arg given, show only that
1891 \unhbox0 % PDF: 2nd arg given, show only it
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
1896 \code{#1}% only url given, so show it
2485 % If we were given no argument, pretend we were given `1'.
2492 % This is a good thing, since \splitoff doesn't work given nothing at
2522 % given i
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s1741 ! from the interrupt vector table for a given interrupt number and
1750 ! Verify the first intr_vec_t pointer for a given inum and it should
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s2054 ! given the cpus index
H A Dus3_common_asm.s2764 * to enqueue an intr_vec for the given inum.
3073 ! given the cpus index
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh260 serviceSearchDescriptors (SSD). You will be given the option to set up
279 order given in this list. Note that this is a space separated list of
302 at the base DN for the given service, or "sub", which would specify
304 for the given service.
331 HELP - The authentication methods to be used by a given service. Currently
418 becomes unavailable. The smallest timeout value for a given
427 default configuration for a given service. The SSD can be
1666 or create a new one and be given the chance to enable
3418 # 1 - suffix given by user cann't be created
4734 # get_objectclass(): Determine the objectclass for the given attribut
[all...]

Completed in 123 milliseconds