Home
last modified time | relevance | path

Searched refs:d (Results 2151 – 2175 of 2521) sorted by relevance

1...<<81828384858687888990>>...101

/illumos-gate/usr/src/common/ccid/
H A Datr.c181 #define PPS_PPS1_SETVAL(f, d) ((((f) & 0x0f) << 4) | ((d) & 0x0f)) argument
/illumos-gate/usr/src/cmd/csh/
H A Dsh.c108 tprintf(fmt, a, b, c, d, e, f, g, h, i, j) in tprintf() argument
112 fprintf(trace, fmt, a, b, c, d, e, f, g, h, i, j);
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dselect4.test55 do_test select4-1.1d {
286 do_test select4-5.2d {
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-hal.p5m36 dir path=etc/dbus-1/system.d variant.opensolaris.zone=global
37 file path=etc/dbus-1/system.d/hal.conf variant.opensolaris.zone=global
/illumos-gate/usr/src/data/locale/data/
H A DISO8859-11.cm151 <d> \x64
H A Dnn_NO.UTF-8.src520 <d>;/
1499 <d>;/
2893 <d>;/
4273 <d>;/
4283 (<d>,<D>);/
4761 (<D>,<d>);/
6568 <d> <X2F00>;<X05>;<X05>;<d>
7906 "<t><y><s><d><a><g>";/
7907 "<o><n><s><d><a><g>";/
7938 d_fmt "%d.%m.%Y"
[all …]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h497 uint8_t d[BOOTP_DHCPVEND]; /* raw array of vendor/dhcp options */ member
/illumos-gate/usr/src/cmd/loadkeys/type_6/
H A Ddvorak60 key 11 base d shift D caps D ctrl ^D altg nop
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos71 that'd be:
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config16 # RSA and DSA keys for protocol v2 are created by /etc/init.d/sshd if they
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE3.dict63 #TEST:key2code:ENOMSG:a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z
/illumos-gate/usr/src/cmd/pools/poold/libjkstat/
H A Djkstat.c278 valueObj = makeDouble(env, ksnp->value.d); in Java_com_sun_solaris_service_kstat_Kstat_getValue()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.h493 uint8_t d[BOOTP_DHCPVEND]; member
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.info1316 static void itoa (char *buf, int base, int d);
1362 printf ("mods_count = %d, mods_addr = 0x%x\n",
1441 BASE is equal to 'd', interpret that D is decimal, and if BASE is
1444 itoa (char *buf, int base, int d)
1448 unsigned long ud = d;
1451 /* If %d is specified and D is minus, put `-' in the head. */
1452 if (base == 'd' && d < 0)
1456 ud = -d;
1530 case 'd':
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c61 # define spawnveg(a,b,c,d) spawnve(a,b,c) argument
214 double d; in p_time() local
235 if(d=tm[0]) in p_time()
236 d = 100.*(((double)(tm[1]+tm[2]))/d); in p_time()
255 d = (double)tm[n]/shp->gd->lim.clk_tck; in p_time()
260 sfprintf(stkp,"%.*f",p, d); in p_time()
3298 Sfdouble_t d; in sh_mathfun() local
3318 SH_VALNOD->nvalue.ldp = &d; in sh_mathfun()
3328 return(d); in sh_mathfun()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5468 struct iwn_bt_adv1 d; in iwn_config_bt_coex_adv1() local
5470 memset(&d, 0, sizeof d); in iwn_config_bt_coex_adv1()
5471 d.prio_boost = IWN_BT_PRIO_BOOST_DEF; in iwn_config_bt_coex_adv1()
5472 d.tx_prio_boost = 0; in iwn_config_bt_coex_adv1()
5473 d.rx_prio_boost = 0; in iwn_config_bt_coex_adv1()
5474 return iwn_config_bt_coex_adv_config(sc, &d.basic, sizeof d); in iwn_config_bt_coex_adv1()
5480 struct iwn_bt_adv2 d; in iwn_config_bt_coex_adv2() local
5482 memset(&d, 0, sizeof d); in iwn_config_bt_coex_adv2()
5484 d.tx_prio_boost = 0; in iwn_config_bt_coex_adv2()
5485 d.rx_prio_boost = 0; in iwn_config_bt_coex_adv2()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c1222 int a, b, c, d; in dyndns_build_add_remove_msg() local
1267 (void) sscanf(ip_addr, "%d.%d.%d.%d", &a, &b, &c, &d); in dyndns_build_add_remove_msg()
1282 d, c, b, a); in dyndns_build_add_remove_msg()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c665 uint32_t d, intr; in ppb_intr_ops() local
694 d = PCI_REG_DEV_G(pci_rp[0].pci_phys_hi); in ppb_intr_ops()
697 hdlp->ih_vector = ((intr - 1 + (d % 4)) % 4 + 1); in ppb_intr_ops()
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh480 --entry-text a.b.c.d)
812 --entry-text a.b.c.d)
903 --entry-text a.b.c.d)
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c191 char *d; in dissect_time() local
200 d = strtok(tbuf, ","); /* Date */ in dissect_time()
204 dd = strtok(d, "/"); in dissect_time()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c943 dev_t d = ip->i_rdev; in ufs_iupdat() local
949 if (!cmpldev(&dev32, d)) { in ufs_iupdat()
962 ip->i_ordev = cmpdev(d); in ufs_iupdat()
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S1170 #define GETMSR(r, off, d) \ argument
1173 movl %eax, off(d); \
1174 movl %edx, off+4(d)
/illumos-gate/usr/src/boot/forth/
H A Dloader.4th149 [char] d addr len + c! len 1+ to len
284 \ -d to boot_drop_into_kmdb=YES
453 else dup c@ [char] d = if
/illumos-gate/usr/src/pkg/
H A DREADME.pkg152 /usr/lib/pkg.depotd -d repo.redist -p <port> &
309 to rename SUNWrmodu in build 133 you'd change the pkg.fmri
376 to remove SUNWwbsd in build 133 you'd change the pkg.fmri
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h374 #define SMB_DTOR_VALID(d) \ argument
375 ASSERT(((d) != NULL) && ((d)->dt_magic == SMB_DTOR_MAGIC))

1...<<81828384858687888990>>...101