Searched refs:cs (Results 26 - 50 of 77) sorted by relevance

1234

/osnet-11/usr/src/lib/libc/i386/threads/
H A Dasm_subr.s126 push %cs
127 / args: cs, ss, gs, ..., eip, env, savemask
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1224 cfga_stat_t cs; local
1228 cs = CFGA_STAT_EMPTY;
1231 cs = CFGA_STAT_DISCONNECTED;
1234 cs = CFGA_STAT_CONNECTED;
1237 cs = CFGA_STAT_NONE;
1241 return (cs);
1247 cfga_stat_t cs; local
1251 cs = CFGA_STAT_UNCONFIGURED;
1254 cs = CFGA_STAT_CONFIGURED;
1257 cs
1364 mema_cvt(ac_stat_t *ac, mema_bank_t *bkp, cfga_stat_data_t *cs) argument
1379 cfga_stat( const char *ap_id, struct cfga_stat_data *cs, const char *options, char **errstring) argument
[all...]
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_client.c138 enum clnt_stat cs; local
157 cs = directory_get_common_1(sl_ids, types, sl_attrs, &dr, d->client);
158 if (cs != RPC_SUCCESS) {
160 (void) sprintf(errbuf, "%d", cs);
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dlnxboot.S125 movw %cs:(reg_edx - start), %dx
126 movl %cs:(code32_start - start), %ebp
136 movw %cs, %ax
157 movw %cs, %ax
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dreboot.c50 state.cs = segment;
H A Drelocator.c209 grub_relocator16_cs = state.cs;
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Drelocator.h41 grub_uint16_t cs; member in struct:grub_relocator16_state
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dvmstat-p.d68 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
152 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat-p.d68 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
152 sy = 0; in = 0; cs = 0; maj = 0; cow = 0; pro = 0;
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c677 ipmi_sdr_compact_sensor_t *cs = NULL; local
759 if ((cs = ipmi_find_sdr(mod, hdl, entity_refs, nelems,
778 sr_out.iss_id = cs->is_cs_number;
874 ipmi_sdr_compact_sensor_t *cs = NULL; local
973 if ((cs = ipmi_find_sdr(mod, hdl, entity_refs, nelems,
984 pem.ipem_sensor_num = cs->is_cs_number;
1003 if ((cs = ipmi_find_sdr(mod, hdl, entity_refs, nelems,
1022 sr_out.iss_id = cs->is_cs_number;
1100 ipmi_sdr_compact_sensor_t *cs = NULL; local
1122 if ((cs
1934 tnode_t *chip, *chan, *cs; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_mac.c53 bcopy(auth->cs, &(sign_ctx->ssc_mackey[SMBAUTH_SESSION_KEY_SZ]),
H A Dsmb_auth.c452 srv_challenge_key, srv_challenge_len, auth->cs);
483 srv_challenge_len, blob_buf, blob_len, auth->cs);
527 rc = SMBAUTH_HMACT64((unsigned char *)auth->cs,
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dfreedos.c50 .cs = GRUB_FREEDOS_SEGMENT,
H A Dntldr.c49 .cs = GRUB_NTLDR_SEGMENT,
H A Dchainloader.c67 .cs = 0,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm162 XS code added by Greg Bacon E<lt>F<gbacon@cs.uah.edu>E<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm534 sub cpu_p { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $pu+$ps ; }
535 sub cpu_c { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $cu+$cs ; }
536 sub cpu_a { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $pu+$ps+$cu+$cs ; }
537 sub real { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $r ; }
585 my($r, $pu, $ps, $cu, $cs, $n) = @t;
595 $r,$pu,$ps,$cu,$cs,$tt) if $style eq 'all';
599 $r,$cu,$cs,$ct) if $style eq 'nop';
600 $s .= sprintf(" @ %$f/s (n=$n)", $n / ( $style eq 'nop' ? $cu + $cs
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c425 int cs, tmp, off = 0, len; local
474 cs = off;
481 tmp = off - cs;
482 msg_hdr.imh_csum = ipmi_csum(msg + cs, tmp);
483 cs = off;
498 tmp = off - cs;
499 msg[off++] = ipmi_csum(msg + cs, tmp);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c132 int chan, cs; local
206 "range create for cs failed\n");
210 for (cs = 0; cs <= MAX_CSNUM; cs++) {
213 if (mkrsrc(mod, chnode, CS_NODE_NAME, cs, auth,
216 "mkrsrc for cs failed\n");
221 cs, fmri)) == NULL) {
224 "bind for cs failed\n");
274 CS_NODE_NAME, cs,
[all...]
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s91 mov %cs, EH_LOCALS_GREG(CS)(%ebp)
/osnet-11/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.s142 movw %cs, %ax
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c320 indirect(const char* cs, char** e, void* handle) argument
322 register char* s = (char*)cs;
340 s = (char*)cs;
348 s = (char*)cs;
356 s = (char*)cs;
364 s = (char*)cs;
/osnet-11/usr/src/lib/libparted/
H A DMakefile.com37 LIBPCSDIR= libparted/cs
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dconfig.charset153 for l in cs cs_CZ hr hr_HR hu hu_HU pl pl_PL ro ro_RO sk sk_SK sl \
611 echo "cs CP852"
/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s93 movw %cs, %cx

Completed in 129 milliseconds

1234