Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 878) sorted by path

12345678910>>...36

/illumos-gate/usr/src/
H A DMakefile.master.6478 # ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
H A DOPENSOLARIS.LICENSE168 The Modifications that You create or to which You contribute are
218 You may create a Larger Work by combining Covered Software with
251 When You are an Initial Developer and You want to create a new
252 license for Your Original Software, You may create and use a
H A DREADME.license-files48 create multiple "THIRDPARTYLICENSE.foo" files, where "foo"
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th41 create readval readmax allot \ input obtained (up to readmax characters)
H A Dmenu.4th123 create init_text1 64 allot
124 create init_text2 64 allot
125 create init_text3 64 allot
126 create init_text4 64 allot
127 create init_text5 64 allot
128 create init_text6 64 allot
129 create init_text7 64 allot
335 : menu-create ( -- )
872 menu-create
961 menu-create
[all …]
H A Dmenusets.4th34 create menuset_affixbuf 255 allot
35 create menuset_x 1 allot
36 create menuset_y 1 allot
470 2swap unsetenv \ don't want later menu-create to re-call this
H A Dsupport.4th95 create here 0 , ['] drop , 0
96 does> create here swap dup @ allot cell+ @ execute
98 : member: create dup , over , + does> cell+ @ + ;
169 create module_options sizeof module.next allot 0 module_options !
170 create last_module_option sizeof module.next allot 0 last_module_option !
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt53 create one using the "generic ACPI table support" included in the
55 generic compile. It is often best to create the table from scratch,
77 Create an example of the new ACPI table. This example should create
81 Compile the example file with the -sc option. This will create a C
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt2175 title=at: at-create crontab
/illumos-gate/usr/src/cmd/bart/
H A DMakefile28 SRCS= rules.c create.c compare.c main.c lutbl.c
29 OBJS= rules.o create.o compare.o main.o lutbl.o
H A Drules.c413 read_rules(FILE *file, char *reloc_root, uint_t in_flags, int create) in read_rules() argument
432 } else if (!create) { in read_rules()
460 new_rule = add_subtree_rule(s, reloc_root, create, in read_rules()
611 add_subtree_rule(char *rule, char *reloc_root, int create, int *err_code) in add_subtree_rule() argument
633 if (create == 0) in add_subtree_rule()
/illumos-gate/usr/src/cmd/bhyve/
H A Dconfig.c52 _lookup_config_node(nvlist_t *parent, const char *path, bool create) in _lookup_config_node() argument
89 } else if (create) { in _lookup_config_node()
/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c272 static int create, destroy, get_memmap, get_memseg; variable
1334 { "create", NO_ARG, &create, 1 }, in setup_options()
1925 if (!error && create) in main()
/illumos-gate/usr/src/cmd/bnu/
H A DREADME100 It will also make the needed directories, create some files in
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c430 goto create; in cvt_kernel_line()
480 create: in cvt_kernel_line()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A DMakefile34 create.o \
/illumos-gate/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl38 # for sending/receiving traffic to/from a 6to4 Relay Router can create a
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dcreate_loc_auto25 create loc Automatic
H A Dcreate_loc_nonet25 create loc NoNet
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v663 to create a new, separate daemon process for this, or to integrate
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c261 boolean_t create) in ilbd_scf_retrieve_pg() argument
278 (scf_error() == SCF_ERROR_NOT_FOUND && (!create))) { in ilbd_scf_retrieve_pg()
289 if (!create) { in ilbd_scf_retrieve_pg()
298 if (create) { in ilbd_scf_retrieve_pg()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c194 int ret, create = 0; in modify_prop() local
236 create = 1; in modify_prop()
254 if (create) in modify_prop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetconv/
H A Dinetconv.c1112 int ret = 0, create = 0; in modify_sprop() local
1142 create = 1; in modify_sprop()
1158 if (create) in modify_sprop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l77 <INITIAL>create {

12345678910>>...36