Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 3085) sorted by relevance

12345678910>>...124

/titanic_44/usr/src/cmd/allocate/
H A Dallocate.c66 char *use[6]; in usage() local
68 use[0] = gettext("allocate [-s] [-w] [-U uname] [-z zonename] " in usage()
70 use[1] = gettext("deallocate [-s] [-w] [-z zonename] " in usage()
72 use[2] = gettext("deallocate [-s] [-w] [-z zonename] -I"); in usage()
73 use[3] = gettext("list_devices [-s] [-U uid] [-z zonename] " in usage()
75 use[4] = gettext("list_devices [-s] [-U uid] [-z zonename] " in usage()
77 use[5] = gettext("list_devices [-s] -d [dev-type]"); in usage()
81 (void) fprintf(stderr, "%s\n", use[0]); in usage()
85 use[1], use[2]); in usage()
89 use[3], use[4], use[5]); in usage()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c405 do_create_if(int argc, char *argv[], const char *use) in do_create_if() argument
423 die_opterr(optopt, option, use); in do_create_if()
427 die("Usage: %s", use); in do_create_if()
440 do_enable_if(int argc, char *argv[], const char *use) in do_enable_if() argument
446 process_misc_addrargs(argc, argv, use, &index, &flags); in do_enable_if()
462 do_delete_if(int argc, char *argv[], const char *use) in do_delete_if() argument
468 die("Usage: %s", use); in do_delete_if()
481 do_disable_if(int argc, char *argv[], const char *use) in do_disable_if() argument
487 process_misc_addrargs(argc, argv, use, &index, &flags); in do_disable_if()
677 do_show_ifprop(int argc, char **argv, const char *use) in do_show_ifprop() argument
[all …]
/titanic_44/usr/src/cmd/link/
H A Dlink.c42 char *use; in main() local
51 use = gettext("Usage: /usr/sbin/link from to\n"); in main()
56 (void) write(STDERR_FILENO, use, strlen(use)); in main()
60 (void) write(STDERR_FILENO, use, strlen(use)); in main()
/titanic_44/usr/src/pkg/manifests/
H A Ddeveloper-dtrace.mf6 # You may not use this file except in compliance with the License.
67 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use \
424 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Aggregate.html \
427 … path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Aggregation.html \
430 …path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AggregationRecord.h…
433 …path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AggregationValue.ht…
436 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/AvgValue.html \
439 …path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Consumer.OpenFlag.h…
442 path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/Consumer.html \
445 …path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os/dtrace/class-use/ConsumerAdapter.htm…
[all …]
/titanic_44/usr/src/cmd/refer/
H A Dtick.c46 float lap, use, sys; in tock() local
52 use = (tx.proc_user_time - user)/60.; in tock()
55 lap, use+sys, use, sys); in tock()
/titanic_44/usr/src/common/mpi/
H A DTHIRDPARTYLICENSE5 * 1.1 (the "License"); you may not use this file except in compliance with
28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
42 * 1.1 (the "License"); you may not use this file except in compliance with
66 * of those above. If you wish to allow use of your version of this file only
68 * use your version of this file under the terms of the MPL, indicate your
71 * the provisions above, a recipient may use your version of this file under
80 * 1.1 (the "License"); you may not use this file except in compliance with
103 * of those above. If you wish to allow use of your version of this file only
[all …]
/titanic_44/usr/src/common/crypto/ecc/
H A DTHIRDPARTYLICENSE5 * 1.1 (the "License"); you may not use this file except in compliance with
29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
43 * 1.1 (the "License"); you may not use this file except in compliance with
66 * of those above. If you wish to allow use of your version of this file only
68 * use your version of this file under the terms of the MPL, indicate your
71 * the provisions above, a recipient may use your version of this file under
80 * 1.1 (the "License"); you may not use this file except in compliance with
103 * of those above. If you wish to allow use of your version of this file only
[all …]
/titanic_44/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcred.c258 gss_cred_usage_t use; in __dh_gss_inquire_cred_by_mech() local
268 &lifetime, &use, NULL); in __dh_gss_inquire_cred_by_mech()
274 *init_time = (use == GSS_C_BOTH || in __dh_gss_inquire_cred_by_mech()
275 use == GSS_C_INITIATE) ? lifetime : 0; in __dh_gss_inquire_cred_by_mech()
278 *accept_time = (use == GSS_C_BOTH || in __dh_gss_inquire_cred_by_mech()
279 use == GSS_C_ACCEPT) ? lifetime : 0; in __dh_gss_inquire_cred_by_mech()
281 *usage = use; in __dh_gss_inquire_cred_by_mech()
/titanic_44/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c300 do_delete(int argc, char *argv[], const char *use) in do_delete() argument
305 err_exit("usage: %s", gettext(use)); in do_delete()
312 do_enable(int argc, char *argv[], const char *use) in do_enable() argument
317 err_exit("usage: %s", gettext(use)); in do_enable()
324 do_disable(int argc, char *argv[], const char *use) in do_disable() argument
329 err_exit("usage: %s", gettext(use)); in do_disable()
336 do_modify(int argc, char *argv[], const char *use) in do_modify() argument
384 opterr_exit(optopt, c, use); in do_modify()
389 err_exit("usage: %s", gettext(use)); in do_modify()
431 do_show(int argc, char *argv[], const char *use) in do_show() argument
[all …]
/titanic_44/usr/src/cmd/terminfo/
H A Dterminfo.src138 # search of the termcap form even if you don't use reorder). Minor sections
175 # Entries with embedded plus signs are designed to be included through use/tc
195 # capabilities for use by applications, <u0>...<u9>. In this file, we use
233 # use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
255 # of heaviest use, popularity, and interesting features.
305 gn, use=dumb,
336 # implementing some ANSI subset can use many of them.
341 cuu=\E[%p1%dA, use=ansi+local1,
345 it#8, use=ansi+tabs,
357 dl=\E[%p1%dM, il=\E[%p1%dL, use=ansi+idl1,
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms are permitted
8 * distribution and use acknowledge that the software was developed
19 * Permission to use, copy, modify, and distribute this software and its
42 * Redistribution and use in source and binary forms are permitted
46 * distribution and use acknowledge that the software was developed
57 * Redistribution and use in source and binary forms are permitted
61 * distribution and use acknowledge that the software was developed
73 * Redistribution and use in source and binary forms are permitted
77 * distribution and use acknowledge that the software was developed
91 * Redistribution and use in source and binary forms are permitted
[all …]
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c503 struct unall_space_ent *use; in ud_alloc_space_stbl() local
521 use = (struct unall_space_ent *)bp->b_un.b_addr; in ud_alloc_space_stbl()
522 sz = SWAP_32(use->use_len_ad); in ud_alloc_space_stbl()
523 adesc = SWAP_16(use->use_icb_tag.itag_flags) & 0x7; in ud_alloc_space_stbl()
527 sad = (struct short_ad *)use->use_ad; in ud_alloc_space_stbl()
584 sad = (struct short_ad *)use->use_ad; in ud_alloc_space_stbl()
593 use->use_len_ad = SWAP_32(sz); in ud_alloc_space_stbl()
601 lad = (struct long_ad *)use->use_ad; in ud_alloc_space_stbl()
658 lad = (struct long_ad *)use->use_ad; in ud_alloc_space_stbl()
667 use->use_len_ad = SWAP_32(sz); in ud_alloc_space_stbl()
[all …]
/titanic_44/usr/src/common/mapfiles/common/
H A Dmap.above4G8 # You may not use this file except in compliance with the License.
24 # The linker does not use this file automatically, so one must
25 # use the -M option to cc or ld:
36 # sparcv9 and amd64 use the same address
H A Dmap.below4G8 # You may not use this file except in compliance with the License.
24 # The linker does not use this file automatically, so one must use the -M
36 # sparcv9 and amd64 use the same address
H A Dmap.lex.yy6 # You may not use this file except in compliance with the License.
28 # lex generates a lex.yy.c for use in building applications. A number of
48 # Some applications use the -e option of lex, which generates additional lex
50 # following interfaces to satisfy -e use.
H A Dmap.noexdata8 # You may not use this file except in compliance with the License.
31 # The link-editor does not use this file automatically, so one must use the
39 # This segment may use additional memory, but also results in a
H A Dmap.noexstk8 # You may not use this file except in compliance with the License.
25 # The linker does not use this file automatically, so one must use the -M
/titanic_44/usr/src/cmd/dladm/
H A Ddladm.c1663 do_show_usage(int argc, char *argv[], const char *use) in do_show_usage() argument
1716 die_opterr(optopt, opt, use); in do_show_usage()
1783 do_create_aggr(int argc, char *argv[], const char *use) in do_create_aggr() argument
1885 die_opterr(optopt, option, use); in do_create_aggr()
2000 do_delete_aggr(int argc, char *argv[], const char *use) in do_delete_aggr() argument
2018 die_opterr(optopt, option, use); in do_delete_aggr()
2041 do_add_aggr(int argc, char *argv[], const char *use) in do_add_aggr() argument
2079 die_opterr(optopt, option, use); in do_add_aggr()
2135 do_remove_aggr(int argc, char *argv[], const char *use) in do_remove_aggr() argument
2171 die_opterr(optopt, option, use); in do_remove_aggr()
[all …]
/titanic_44/usr/src/lib/libresolv2/
H A DTHIRDPARTYLICENSE3 * Permission to use, copy, modify, and distribute this software for any
19 * permission under its copyrights to use, copy, modify, and distribute this
27 * under its patents, if any, for the use, sale or manufacture of products to
41 * Permission to use, copy, modify, and distribute this software for any
60 * Redistribution and use in source and binary forms, with or without
68 * 3. All advertising materials mentioning features or use of this software
104 BIND software. You only have the right to use it or distribute it as
109 and successors. You cannot modify the BIND software to use the
114 documented API, and you must grant RSA Data Security the right to use,
115 modify, and distribute your modifications, including the right to use
[all …]
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h146 char *use; /* and this is what we should use */ member
184 char use[3]; /* into this one */ member
/titanic_44/usr/src/uts/intel/ia32/promif/
H A DREADME6 # (the "License"). You may not use this file except in compliance
38 for kmdb to use
40 for booters (inetboot and ufsboot) to use and linked
43 for kernel to use in *.o form
/titanic_44/usr/src/cmd/netfiles/
H A Dnss.dfl10 # (the "License"). You may not use this file except in compliance
26 # NETID_AUTHORITATIVE changes the behaviour of nameservice lookups to use
28 # The default is to use the group table, setting the value of TRUE forces
29 # the initgroups() function call to use netid as the source for supplementary
/titanic_44/usr/src/lib/libbc/
H A DTHIRDPARTYLICENSE4 Redistribution and use in source and binary forms, with or without
14 3. All advertising materials mentioning features or use of this
37 * Redistribution and use in source and binary forms are permitted
47 * Redistribution and use in source and binary forms are permitted
51 * distribution and use acknowledge that the software was developed
/titanic_44/usr/src/uts/common/sys/
H A DTHIRDPARTYLICENSE.unicode24 3. Any person is hereby authorized, without fee, to view, use,
30 the use of the particular set of data files known as the "Unicode
34 of rights and restrictions of use. For the book editions, these are
52 DFARS 252.227-7014 (June 1995), as applicable. For technical data, use,
56 as applicable, use, duplication or disclosure by the Government is subject to
86 the following: loss of use, data or profits, in connection with the use,
109 representation that the materials are appropriate for use in other
111 responsible for compliance with local laws. This Agreement, all use
112 of this site and any claims and damages resulting from use of this
127 this website or use of the information herein, except for those
[all …]
/titanic_44/usr/src/lib/libpkg/
H A DTHIRDPARTYLICENSE4 * Redistribution and use in source and binary forms, with or without
16 * 3. All advertising materials mentioning features or use of this
19 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
33 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"

12345678910>>...124