Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/inet/ipd/
H A Dipd.c254 ins->ipdn_rand = ins->ipdn_rand * 1103515245L + 12345; in ipd_nextrand()
379 ins->ipdn_v4in->h_arg = ins; in ipd_setup_hooks()
394 ins->ipdn_v4out->h_arg = ins; in ipd_setup_hooks()
409 ins->ipdn_v6in->h_arg = ins; in ipd_setup_hooks()
424 ins->ipdn_v6out->h_arg = ins; in ipd_setup_hooks()
682 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_perturb()
683 ins = list_next(&ipd_nsl, ins)) { in ipd_ioctl_perturb()
737 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_remove()
738 ins = list_next(&ipd_nsl, ins)) { in ipd_ioctl_remove()
849 for (ins = list_head(&ipd_nsl); ins != NULL; in ipd_ioctl_list()
[all …]
/illumos-gate/usr/src/lib/libsaveargs/amd64/
H A Dsaveargs.c122 #define INSTR1(ins, off) (ins[(off)]) argument
123 #define INSTR2(ins, off) (ins[(off)] + (ins[(off) + 1] << 8)) argument
125 (ins[(off)] + (ins[(off) + 1] << 8) + (ins[(off + 2)] << 16))
127 (ins[(off)] + (ins[(off) + 1] << 8) + (ins[(off + 2)] << 16) + \
128 (ins[(off) + 3] << 24))
213 t.data = ins; in instr_size()
236 n = INSTR1(ins, i); in has_saved_fp()
245 n = INSTR3(ins, i); in has_saved_fp()
294 n = INSTR4(ins, i); in saveargs_has_args()
322 n = INSTR2(ins, i); in saveargs_has_args()
[all …]
/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/mdb/intel/mdb/
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()
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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
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()
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()
/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/lib/libsqlite/test/
H A Dversion.test100 CREATE TABLE cnt(name,ins, del);
104 UPDATE cnt SET ins=ins+1 WHERE name='t1';
110 UPDATE cnt SET ins=ins+1 WHERE name='t2';
116 CREATE VIEW v2 AS SELECT sum(ins), sum(del) FROM cnt;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c83 struct instats ins = { variable
163 ins.in_size.value.ul = (ulong_t)kmem_cache_stat(inode_cache, in ufs_inode_kstat_update()
167 ins.in_misses.value.ul = ins.in_kcalloc.value.ul; in ufs_inode_kstat_update()
236 ins.in_maxsize.value.ul = ufs_ninode; in ufs_iinit()
238 KSTAT_TYPE_NAMED, sizeof (ins) / sizeof (kstat_named_t), in ufs_iinit()
240 ufs_inode_kstat->ks_data = (void *)&ins; in ufs_iinit()
507 ins.in_hits.value.ul++; in ufs_iget_internal()
761 ins.in_qfree.value.ul++; in ufs_iinactive()
807 ins.in_frback.value.ul++; in ufs_iinactive()
811 ins.in_frfront.value.ul++; in ufs_iinactive()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c739 nvlist_t *ins; in topo_fmri_create() local
743 ins = out = NULL; in topo_fmri_create()
749 if ((*err = topo_hdl_nvalloc(thp, &ins, NV_UNIQUE_NAME)) != 0) in topo_fmri_create()
753 if (nvlist_add_string(ins, TOPO_METH_FMRI_ARG_NAME, name) != 0 || in topo_fmri_create()
754 nvlist_add_uint64(ins, TOPO_METH_FMRI_ARG_INST, inst) != 0) { in topo_fmri_create()
756 TOPO_METH_FMRI, ins)); in topo_fmri_create()
760 nvlist_add_nvlist(ins, TOPO_METH_FMRI_ARG_NVL, nvl) != 0) { in topo_fmri_create()
762 TOPO_METH_FMRI, ins)); in topo_fmri_create()
765 TOPO_METH_FMRI, TOPO_METH_FMRI_VERSION, ins, &out, err) != 0) { in topo_fmri_create()
766 return (set_nverror(thp, *err, err, TOPO_METH_FMRI, ins)); in topo_fmri_create()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
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 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 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 DDESIGN11 The man pages for built-ins are in builtins.c rather
57 that are associated with some of the built-ins.
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h150 extern void ins##s(unsigned short port, void * addr, unsigned long count); \
152 void ins##s(unsigned short port, void * addr, unsigned long count) \
/illumos-gate/usr/src/cmd/sgs/demo_rdb/tests/
H A Dtest-sparc-regs34 print $ins
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h108 #define _reserved_ins ins
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c391 uint8_t ins[SAVEARGS_INSN_SEQ_LEN]; in read_args() local
452 if (Pread(P, ins, insnsize, sym.st_value) != insnsize) in read_args()
456 ((args_style = saveargs_has_args(ins, insnsize, argc, in read_args()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1800 integer tot=$1 ins=$2 del=$3 mod=$4 unc=$5
1808 $tot $str $ins $del $mod $unc
1820 integer tot mod del ins unc err
1924 (( TINS += ins ))
1933 printCI $tot $ins $del $mod $unc
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-storage-ima.p5m32 value="org.opensolaris.category.2008:Applications/Plug-ins and Run-times"
H A Dsystem-library-storage-scsi-plugins.p5m30 value="org.opensolaris.category.2008:Applications/Plug-ins and Run-times"
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S69 save %sp, -SA(MINFRAME), %sp ! save ins and locals
489 save %sp, -SA(MINFRAME), %sp ! save ins and locals
/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 \

12