Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 25 of 48) sorted by relevance

12

/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DLogDRM.java64 public void connect(int requested, String url) throws Exception in connect() argument
66 if (requested > version) { in connect()
68 "Requested protocol version (" + requested + in connect()
/titanic_44/usr/src/lib/print/libpapi-dynamic/common/
H A Dprinter.c156 contained(char **requested, papi_attribute_t **list) in contained() argument
160 if (requested == NULL) /* we want every possible attribute */ in contained()
163 for (i = 0; requested[i] != NULL; i++) in contained()
164 if (papiAttributeListFind(list, requested[i]) == NULL) in contained()
/titanic_44/usr/src/lib/libc/i386/gen/
H A Dalloca.s35 subl %eax,%esp / leave requested space on stack
/titanic_44/usr/src/cmd/ndmpadm/
H A Dndmpadm_main.c162 usage(boolean_t requested, ndmp_command_t *current_command) in usage() argument
166 FILE *fp = requested ? stdout : stderr; in usage()
205 exit(requested ? 0 : 2); in usage()
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dalloca.s37 ! we want to bump %sp by the requested size
/titanic_44/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s42 ! we want to bump %sp by the requested size
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s36 ! we want to bump %sp by the requested size
/titanic_44/usr/src/cmd/truss/
H A Dproto.h53 extern int requested(private_t *, int, int);
H A Dactions.c118 requested(private_t *pri, int flag, int dotrace) in requested() function
242 flag = requested(pri, JOBSTOP, dotrace); in signalled()
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample60 # server authentication should be requested during SSL connection
66 # client authentication should be requested during SSL connection
/titanic_44/usr/src/cmd/lp/filter/postscript/download/
H A DREADME24 and prepends requested host resident font files to the input. The downloaded
/titanic_44/usr/src/cmd/fm/dicts/
H A DZFS.po58 …pool online'.\n see: http://illumos.org/msg/ZFS-8000-2Q\n scrub: none requested\nconfig:\n\n …
74 …pool online'.\n see: http://illumos.org/msg/ZFS-8000-3C\n scrub: none requested\nconfig:\n\n …
90 …ool replace'.\n see: http://illumos.org/msg/ZFS-8000-4J\n scrub: none requested\nconfig:\n\n …
106 …ackup source.\n see: http://illumos.org/msg/ZFS-8000-5E\n scrub: none requested\nconfig:\n\n …
138 … recommended following a successful recovery.\n\n\nRecovery actions are requested with the -F opti…
154requested\nconfig:\n\n NAME STATE READ WRITE CKSUM\n test …
170 …ool replace'.\n see: http://illumos.org/msg/ZFS-8000-9P\n scrub: none requested\nconfig:\n\n …
186 … on this system.\naction: Destroy and re-create the pool.\n scrub: none requested\nconfig:\n\n …
/titanic_44/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c288 smbadm_usage(boolean_t requested) in smbadm_usage() argument
290 FILE *fp = requested ? stdout : stderr; in smbadm_usage()
308 exit(requested ? 0 : 2); in smbadm_usage()
332 exit(requested ? 0 : 2); in smbadm_usage()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss68 ; target requested repeat, set atn in case it's an extended msg
110 ; target requested repeat
176 SET ATN ; target requested repeat
/titanic_44/usr/src/lib/libpool/common/
H A Dpool_internal.c929 uchar_t requested; in cpu_is_requested() local
935 if (pool_value_get_bool(&val, &requested) != PO_SUCCESS) { in cpu_is_requested()
938 return ((int)requested); in cpu_is_requested()
/titanic_44/usr/src/lib/libc/port/gen/
H A Derrlist141 126 Cannot assign requested address
/titanic_44/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err148 ADDRNOTAVAIL = Can't assign requested address operational errors
/titanic_44/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt2223 comment=Op&colon; <requested information>:
2230 comment=Op&colon; <requested information>:
2238 comment=Service&colon; <requested service name>
2244 comment=Service&colon; <requested service name>
2250 comment=Service&colon; <requested service name>
2256 comment=Service&colon; <requested service name>
2313 comment="Remote execution requested by&colon;" hostname:
2324 comment="Remote execution requested by&colon;" hostname:
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3481 This error is returned if a file name is requested which doesn't
485 This error is returned if a file requested is not a regular file,
520 10 : Unsupported Multiboot features requested
531 12 : Invalid device requested
556 This error is returned if the partition requested exists, but the
581 This error is returned if a partition is requested in the device
/titanic_44/usr/src/cmd/zfs/
H A Dzfs_main.c430 usage(boolean_t requested) in usage() argument
434 FILE *fp = requested ? stdout : stderr; in usage()
514 exit(requested ? 0 : 2); in usage()
4694 allow_usage(boolean_t un, boolean_t requested, const char *msg) in allow_usage() argument
4713 FILE *fp = requested ? stdout : stderr; in allow_usage()
4758 exit(requested ? 0 : 2); in allow_usage()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod366 returns the requested version. If C<LGRP_VER_NONE> is returned, the
367 implementation cannot support the requested version.
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c2048 findlogstartcg(struct fs *fs, daddr_t requested, daddr_t minblk) in findlogstartcg() argument
2060 target = requested; in findlogstartcg()
/titanic_44/usr/src/cmd/zpool/
H A Dzpool_main.c300 usage(boolean_t requested) in usage() argument
302 FILE *fp = requested ? stdout : stderr; in usage()
353 exit(requested ? 0 : 2); in usage()
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties216 st_cant_sign_as = Can not sign DAAdvert or SAAdvert with requested SPI ``{0}''
/titanic_44/usr/src/cmd/lp/model/
H A Dtsol_netstandard_foomatic317 number-up=* | orientation-requested=* | media=* )

12