Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 25 of 47) sorted by path

12

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c1285 add_method_ids(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd) in add_method_ids() argument
1288 (void) add_remove_contract(ins, B_TRUE, cid); in add_method_ids()
1291 if (add_rep_val(ins->start_pids, (int64_t)pid) == 0) { in add_method_ids()
1292 (void) store_rep_vals(ins->start_pids, ins->fmri, in add_method_ids()
1296 if (add_rep_val(ins->non_start_pid, (int64_t)pid) == 0) { in add_method_ids()
1297 (void) store_rep_vals(ins->non_start_pid, ins->fmri, in add_method_ids()
H A Dwait.c183 register_method(instance_t *ins, pid_t pid, ctid_t cid, instance_method_t mthd, in register_method() argument
216 me->inst = (instance_t *)ins; in register_method()
232 method_info_t *mi = ins->config->methods[mthd]; in register_method()
235 assert(ins->timer_id == -1); in register_method()
236 ins->timer_id = iu_schedule_timer(timer_queue, in register_method()
238 if (ins->timer_id == -1) { in register_method()
255 cancel_inst_timer(ins); in register_method()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c228 uint8_t ins[SAVEARGS_INSN_SEQ_LEN]; in mdb_amd64_kvm_stack_iter() local
336 if (mdb_tgt_aread(t, MDB_TGT_AS_VIRT_I, ins, insnsize, in mdb_amd64_kvm_stack_iter()
341 ((args_style = saveargs_has_args(ins, insnsize, argc, in mdb_amd64_kvm_stack_iter()
H A Dmdb_ia32util.c167 uint8_t ins[6]; in kvm_argcount() local
176 if (mdb_tgt_aread(t, MDB_TGT_AS_VIRT_I, ins, sizeof (ins), eip) != in kvm_argcount()
177 sizeof (ins)) in kvm_argcount()
180 if (ins[1] != M_MODRM_ESP) in kvm_argcount()
183 switch (ins[0]) { in kvm_argcount()
185 n = ins[2] + (ins[3] << 8) + (ins[4] << 16) + (ins[5] << 24); in kvm_argcount()
189 n = ins[2]; in kvm_argcount()
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c112 *ins = NULL, in main() local
155 ins = optarg; in main()
186 ins = normalize_ns_name(ins); in main()
188 if (ins == NULL) in main()
189 ins = ons; in main()
248 if ((printer_obj = ns_printer_get_name(printer, ins)) == NULL) { in main()
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c172 item->l_next = *ins; in ins_link()
173 *ins = item; in ins_link()
184 struct link **ins = list; in find_link() local
187 while ((l = *ins) != NULL) { in find_link()
192 ins = &l->l_next; in find_link()
195 *insertpt = ins; in find_link()
547 struct link **ins; in main() local
592 ins_link(ins, &vc->v_link); in main()
679 ins_link(ins, &chip->p_link); in main()
694 ins_link(ins, &core->c_link); in main()
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/tests/
H A Dtest-sparc-regs34 print $ins
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S369 mov %i0, %o0 ! copy ins to outs
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S766 mov %i0, %o0 ! copy ins to outs
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk1231 --install=$(PACKAGEGEN)/$(name).ins \
1321 --install=$(PACKAGEGEN)/$(name).ins \
1514 --install=$(PACKAGEGEN)/$(name)-run.ins \
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk1231 --install=$(PACKAGEGEN)/$(name).ins \
1321 --install=$(PACKAGEGEN)/$(name).ins \
1514 --install=$(PACKAGEGEN)/$(name)-run.ins \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY28 5. The output format for some built-ins has changed. In particular
52 10. Built-ins in ksh-88 were always executed before looking for
62 with respect to its built-ins. For example, typeset -8i
H A DDESIGN11 The man pages for built-ins are in builtins.c rather
57 that are associated with some of the built-ins.
H A DPROMO.mm70 commands to be added as built-ins at run time
H A DREADME12 are in the edit sub-directory. The code for shell built-ins is
138 pair library that is needed for writing built-ins that need to
H A DRELEASE891 executed by pfksh instead of being treated as built-ins.
2359 built-ins have been fixed.
2487 when subshells ran built-ins in the background has been fixed.
3000 that affect built-ins that use disciplines. The
H A DRELEASE88201 3. The output of values from built-ins that contain special
221 1. Special built-ins (those with a dagger in front of them) are
224 3. Other built-ins that do not require an executable version
327 p. true and false are built-ins, not aliases to built-ins.
H A DRELEASE93424 a. A couple of minor changes to make adding built-ins easier.
428 that affect built-ins that use disciplines. The
H A Dbuiltins.mm41 built-ins that make heavy use of the shell variable namespace.
42 These built-ins are added at run time and
64 Built-ins that have side effects in the current shell
84 for functions that you can call from built-ins. The \f5lib\fP
92 utilities that can be made run time built-ins.
94 that implement other \f5ksh\fP built-ins.
102 containing one or more built-ins that you wish to add.
139 The \f5dbm_t\fP and \f5dss\fP shell built-ins use this method.
141 No matter which way you add built-ins you should add the line
195 If you have several built-ins, it is desirable
[all …]
H A Dsh.memo251 .IR built-ins ,
2441 that are created as part of user defined built-ins.
2566 Except for special built-ins,
2669 and more built-ins
2677 the language but are \fIspecial\fP built-ins.
2678 Special built-ins are built-ins that are considered a
2699 Built-ins such as \f5cd\fP and \f5read\fP
2700 are examples of such built-ins.
2732 Special built-ins.
2801 It reports on reserved words, aliases, built-ins, and
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab1550 |name match *.ins Internet Communication Settings application/x-internet-signup
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Ddefault234 # 0xff9e,0x70; Keypad ins
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids22138 1006 APCI1564 SP controller (32 digi ins, 32 digi outs)
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src647 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
2110 # vt132 - like vt100 but slower and has ins/del line and such.
9022 # Seems upward compatible with vt100, plus ins/del line/char.
15997 # line, (3) standout is broken, (4) ins/del line is broken, (5)
H A Dterminfo.src680 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
2378 # vt132 - like vt100 but slower and has ins/del line and such.
10126 # Seems upward compatible with vt100, plus ins/del line/char.
17988 # line, (3) standout is broken, (4) ins/del line is broken, (5)

12