/titanic_50/usr/src/man/man7d/ |
H A D | Makefile | 21 MANSECT= 7d 23 _MANFILES= aac.7d \ 24 afe.7d \ 25 audio.7d \ 26 audio1575.7d \ 27 audioens.7d \ 28 audiols.7d \ 29 audiop16x.7d \ 30 audiopci.7d \ 31 audiots.7d \ [all …]
|
/titanic_50/usr/src/cmd/dtrace/demo/ |
H A D | Makefile | 28 iprb.d 31 applicat.d \ 32 badopen.d \ 33 begin.d \ 34 callout.d \ 35 clause.d \ 36 clear.d \ 37 countdown.d \ 38 counter.d \ 39 dateprof.d \ [all …]
|
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf.c | 145 static int bpf_ifname(struct bpf_d *d, char *, int); 241 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) in bpf_attachd() argument 254 ASSERT(d->bd_bif == NULL); in bpf_attachd() 255 ASSERT(d->bd_mcip == NULL); in bpf_attachd() 256 zone = d->bd_zone; in bpf_attachd() 314 d->bd_mac = *bpr; in bpf_attachd() 315 d->bd_mcip = mcip; in bpf_attachd() 316 d->bd_bif = mh; in bpf_attachd() 317 d->bd_dlt = nicdlt; in bpf_attachd() 319 d->bd_hdrlen = BPF_WORDALIGN(hdrlen + SIZEOF_BPF_HDR) - hdrlen; in bpf_attachd() [all …]
|
/titanic_50/usr/src/lib/fm/topo/maps/i86pc/ |
H A D | fan-hc-topology.xmlgen | 52 label => "FT %d", 59 label => "FT %d FM %d", 60 entity_ref => "ft%d.fm%d.led", 62 fm_service_indctr => "ft%d.fm%d.led", 80 label => "FT %d", 83 entity_ref => "FT%d/PRSNT,ft%d.prsnt", 85 fm_service_indctr => "FT%d/SVC,ft%d.service.led", 86 fm_ok2rm_indctr => "FT%d/OK,ft%d.ok2rm.led", 91 entity_ref => "FT%d/FAN%d/TACH,ft%d.f%d.speed", 116 label => "FANBD%d", [all …]
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/tracemem/ |
H A D | tst.dynsize.d.out | 2 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 13 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 24 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 35 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 46 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 57 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 68 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 79 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 90 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 101 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef [all …]
|
/titanic_50/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo_storage.c | 75 static void devinfo_volume_preprobing_done(HalDevice *d, gpointer userdata1, gpointer userdata2); 76 static void devinfo_volume_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *h… 77 static void devinfo_storage_hotplug_begin_add (HalDevice *d, HalDevice *parent, DevinfoDevHandler *… 78 static void devinfo_storage_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char *… 79 const gchar *devinfo_volume_get_prober (HalDevice *d, int *timeout); 80 const gchar *devinfo_storage_get_prober (HalDevice *d, int *timeout); 87 static void devinfo_storage_set_nicknames (HalDevice *d); 168 HalDevice *d; in devinfo_ide_host_add() local 170 d = hal_device_new (); in devinfo_ide_host_add() 172 devinfo_set_default_properties (d, parent, node, devfs_path); in devinfo_ide_host_add() [all …]
|
H A D | devinfo_misc.c | 34 const gchar *devinfo_keyboard_get_prober(HalDevice *d, int *timeout); 75 HalDevice *d, *local_d; in devinfo_computer_add() local 82 d = hal_device_new (); in devinfo_computer_add() 84 hal_device_property_set_string (d, "info.subsystem", "unknown"); in devinfo_computer_add() 85 hal_device_property_set_string (d, "info.product", "Computer"); in devinfo_computer_add() 86 hal_device_property_set_string (d, "info.udi", "/org/freedesktop/Hal/devices/computer"); in devinfo_computer_add() 87 hal_device_set_udi (d, "/org/freedesktop/Hal/devices/computer"); in devinfo_computer_add() 88 hal_device_property_set_string (d, "solaris.devfs_path", devfs_path); in devinfo_computer_add() 91 hal_device_property_set_string (d, "system.kernel.name", un.sysname); in devinfo_computer_add() 92 hal_device_property_set_string (d, "system.kernel.version", un.release); in devinfo_computer_add() [all …]
|
H A D | devinfo.c | 66 HalDevice *d; in devinfo_add_subtree() local 73 d = devinfo_add_node (parent, node); in devinfo_add_subtree() 75 if ((d != NULL) && in devinfo_add_subtree() 77 devinfo_add_subtree (d, child_node, FALSE); in devinfo_add_subtree() 86 devinfo_set_default_properties (HalDevice *d, HalDevice *parent, di_node_t node, char *devfs_path) in devinfo_set_default_properties() argument 93 hal_device_property_set_string (d, "info.parent", hal_device_get_udi (parent)); in devinfo_set_default_properties() 95 hal_device_property_set_string (d, "info.parent", "/org/freedesktop/Hal/devices/local"); in devinfo_set_default_properties() 102 hal_device_set_udi (d, udi); in devinfo_set_default_properties() 103 hal_device_property_set_string (d, "info.udi", udi); in devinfo_set_default_properties() 106 hal_device_property_set_string (d, "info.product", s); in devinfo_set_default_properties() [all …]
|
H A D | devinfo_usb.c | 37 static HalDevice *devinfo_usb_if_add(HalDevice *d, di_node_t node, gchar *devfs_path, 39 static HalDevice *devinfo_usb_scsa2usb_add(HalDevice *d, di_node_t node); 43 const gchar *devinfo_printer_prnio_get_prober(HalDevice *d, int *timeout); 44 const gchar *devinfo_keyboard_get_prober(HalDevice *d, int *timeout); 45 static void set_usb_properties(HalDevice *d, di_node_t node, gchar *devfs_path, char *driver_name); 126 HalDevice *d, *nd = NULL; in devinfo_usb_add() local 143 d = hal_device_new (); in devinfo_usb_add() 145 devinfo_set_default_properties (d, parent, node, devfs_path); in devinfo_usb_add() 146 hal_device_property_set_string (d, "info.subsystem", "usb_device"); in devinfo_usb_add() 147 PROP_STR(d, node, s, "usb-product-name", "info.product"); in devinfo_usb_add() [all …]
|
H A D | devinfo_acpi.c | 40 static void devinfo_battery_rescan_probing_done(HalDevice *d, guint32 exit_type, 65 HalDevice *d, *computer; in devinfo_acpi_add() local 79 d = hal_device_new(); in devinfo_acpi_add() 90 devinfo_set_default_properties(d, parent, node, devfs_path); in devinfo_acpi_add() 91 devinfo_add_enqueue(d, devfs_path, &devinfo_acpi_handler); in devinfo_acpi_add() 95 return (d); in devinfo_acpi_add() 109 devinfo_acpi_add_minor(d, node, minor_path, dev); in devinfo_acpi_add() 116 return (d); in devinfo_acpi_add() 123 HalDevice *d; in devinfo_acpi_add_minor() local 125 d = hal_device_new(); in devinfo_acpi_add_minor() [all …]
|
/titanic_50/usr/src/lib/libsum/common/ |
H A D | sum-sha1.c | 100 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 102 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 104 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 106 uint32_t *d, uint32_t *e, CHAR64LONG16 *); 115 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, in do_R01() argument 118 nR0(a,b,c,d,e, 0); nR0(e,a,b,c,d, 1); nR0(d,e,a,b,c, 2); in do_R01() 119 nR0(c,d,e,a,b, 3); nR0(b,c,d,e,a, 4); nR0(a,b,c,d,e, 5); in do_R01() 120 nR0(e,a,b,c,d, 6); nR0(d,e,a,b,c, 7); nR0(c,d,e,a,b, 8); in do_R01() 121 nR0(b,c,d,e,a, 9); nR0(a,b,c,d,e,10); nR0(e,a,b,c,d,11); in do_R01() 122 nR0(d,e,a,b,c,12); nR0(c,d,e,a,b,13); nR0(b,c,d,e,a,14); in do_R01() [all …]
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H A D | acmacros.h | 90 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument 91 (( UINT8 *)(void *)(d))[1] = ((UINT8 *)(void *)(s))[0];} 93 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument 94 ((UINT8 *)(void *)(d))[2] = ((UINT8 *)(void *)(s))[1];\ 95 ((UINT8 *)(void *)(d))[3] = ((UINT8 *)(void *)(s))[0];} 97 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument 98 ((UINT8 *)(void *)(d))[6] = ((UINT8 *)(void *)(s))[1];\ 99 ((UINT8 *)(void *)(d))[7] = ((UINT8 *)(void *)(s))[0];} 103 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument 105 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\ argument [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 75 krb5_rc_io_creat(krb5_context context, krb5_rc_iostuff *d, char **fn) in krb5_rc_io_creat() argument 89 d->fn = strdup(*fn); in krb5_rc_io_creat() 90 if (d->fn == NULL) in krb5_rc_io_creat() 93 if (!(d->fn = malloc(strlen(*fn) + dirlen + 1))) in krb5_rc_io_creat() 95 (void) strcpy(d->fn, dir); in krb5_rc_io_creat() 96 (void) strcat(d->fn, PATH_SEPARATOR); in krb5_rc_io_creat() 97 (void) strcat(d->fn, *fn); in krb5_rc_io_creat() 99 d->fd = THREEPARAMOPEN(d->fn, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL | in krb5_rc_io_creat() 106 if (!(d->fn = malloc(30 + dirlen))) in krb5_rc_io_creat() 110 FREE_RC(d->fn); in krb5_rc_io_creat() [all …]
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | realpath.c | 52 *d; local 73 d = canon; 76 if (getwd(d) == NULL) { 80 d += strlen(d); 82 if (d < limit) 83 *d++ = '/'; 84 modcanon = d; 87 while (d < limit && *s) 88 *d++ = *s++; 92 while (d < limit && (*d++ = *s++)) [all …]
|
/titanic_50/usr/src/lib/libast/common/cdt/ |
H A D | dtview.c | 39 Dt_t *d, *p; local 50 { for(d = dt; d; d = d->view) 51 if((o = (*(d->meth->searchf))(d,obj,type)) ) 53 dt->walk = d; 62 for(d = dt; d; d = d->view) 63 { if(!(o = (*d->meth->searchf)(d, obj, type)) ) 65 _DTDSC(d->disc,ky,sz,lk,cmpf); 69 { cmp = _DTCMP(d,ok,nk,d->disc,cmpf,sz); 75 { a_dj: p = d; 90 { for(d = dt; d; d = d->view) [all …]
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_engine.c | 56 audio_dev_t *d; in audio_dev_alloc() local 76 if ((d = kmem_zalloc(sizeof (*d), KM_NOSLEEP)) == NULL) { in audio_dev_alloc() 80 d->d_dip = dip; in audio_dev_alloc() 81 d->d_number = -1; in audio_dev_alloc() 82 d->d_major = ddi_driver_major(dip); in audio_dev_alloc() 83 d->d_instance = instance; in audio_dev_alloc() 84 d->d_pcmvol = 100; in audio_dev_alloc() 85 mutex_init(&d->d_lock, NULL, MUTEX_DRIVER, NULL); in audio_dev_alloc() 86 cv_init(&d->d_cv, NULL, CV_DRIVER, NULL); in audio_dev_alloc() 87 mutex_init(&d->d_ctrl_lock, NULL, MUTEX_DRIVER, NULL); in audio_dev_alloc() [all …]
|
/titanic_50/usr/src/common/crypto/edonr/ |
H A D | edonr_byteorder.h | 127 #define ld_swap32(s, d) aix_ld_swap32(s, d) argument 128 #define st_swap32(s, d) aix_st_swap32(s, d) argument 129 #define ld_swap64(s, d) aix_ld_swap64(s, d) argument 130 #define st_swap64(s, d) aix_st_swap64(s, d) argument 144 #define st_swap64(s, d) sparc_st_swap64(s, d) argument 165 #define ld_swap32(s, d) sparc_ld_swap32(s, d) argument 166 #define st_swap32(s, d) sparc_st_swap32(s, d) argument 167 #define ld_swap64(s, d) sparc_ld_swap64(s, d) argument 168 #define st_swap64(s, d) sparc_st_swap64(s, d) argument 174 #define ld_swap32(s, d) (d = __builtin_bswap32(*(s))) argument [all …]
|
/titanic_50/usr/src/lib/libc/sparc/fp/ |
H A D | _D_cplx_div_ix.c | 65 double d; member 86 double d; in testinf() member 89 xx.d = x; in testinf() 100 double d; in _D_cplx_div_ix() member 102 double c, d, sc, sd, r; in _D_cplx_div_ix() local 111 d = ((double *)&w)[1]; in _D_cplx_div_ix() 114 bb.d = b; in _D_cplx_div_ix() 117 cc.d = c; in _D_cplx_div_ix() 118 dd.d = d; in _D_cplx_div_ix() 126 j = testinf(d); in _D_cplx_div_ix() [all …]
|
H A D | _D_cplx_div_rx.c | 65 double d; member 86 double d; in testinf() member 89 xx.d = x; in testinf() 100 double d; in _D_cplx_div_rx() member 102 double c, d, sc, sd, r; in _D_cplx_div_rx() local 111 d = ((double *)&w)[1]; in _D_cplx_div_rx() 114 aa.d = a; in _D_cplx_div_rx() 117 cc.d = c; in _D_cplx_div_rx() 118 dd.d = d; in _D_cplx_div_rx() 126 j = testinf(d); in _D_cplx_div_rx() [all …]
|
H A D | _D_cplx_div.c | 63 double d; member 76 double d; in testinf() member 79 xx.d = x; in testinf() 90 double d; in _D_cplx_div() member 92 double a, b, c, d, r; in _D_cplx_div() local 104 d = ((double *)&w)[1]; in _D_cplx_div() 107 aa.d = a; in _D_cplx_div() 108 bb.d = b; in _D_cplx_div() 113 cc.d = c; in _D_cplx_div() 114 dd.d = d; in _D_cplx_div() [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 80 #define FF(a, b, c, d, x, s, ac) \ argument 81 {(a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \ 85 #define GG(a, b, c, d, x, s, ac) \ argument 86 {(a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \ 90 #define HH(a, b, c, d, x, s, ac) \ argument 91 {(a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \ 95 #define II(a, b, c, d, x, s, ac) \ argument 96 {(a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \ 203 UINT4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local 210 FF (a, b, c, d, in[ 0], S11, 3614090360U); /* 1 */ in Transform() [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man7d.inc | 17 file path=usr/share/man/man7d/bscv.7d 18 file path=usr/share/man/man7d/console.7d 19 file path=usr/share/man/man7d/cpuid.7d 20 file path=usr/share/man/man7d/devinfo.7d 21 file path=usr/share/man/man7d/gld.7d 22 file path=usr/share/man/man7d/ipnet.7d 23 file path=usr/share/man/man7d/kmdb.7d 24 file path=usr/share/man/man7d/llc1.7d 25 file path=usr/share/man/man7d/lofi.7d 26 file path=usr/share/man/man7d/log.7d [all …]
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 1 /stdio.h",.*always ignored: fclose/d 2 /stdio.h",.*always ignored: fprintf/d 3 /stdio.h",.*always ignored: printf/d 4 /stdio.h",.*always ignored: snprintf/d 5 /time.h",.*sometimes ignored: time/d 6 /string.h",.*sometimes ignored: memcpy/d 7 /signal.h",.*always ignored: sighold/d 8 /signal.h",.*always ignored: sigrelse/d 9 /unistd.h",.*always ignored: close/d 10 /unistd.h",.*always ignored: execl/d [all …]
|
/titanic_50/usr/src/lib/libpcidb/common/ |
H A D | pcidb.c | 156 insert_device(pcidb_vendor_t *v, pcidb_device_t *d) in insert_device() argument 158 d->pd_vend = v; in insert_device() 160 v->pv_dstart = d; in insert_device() 161 v->pv_dend = d; in insert_device() 162 d->pd_next = NULL; in insert_device() 163 d->pd_prev = NULL; in insert_device() 165 d->pd_prev = v->pv_dend; in insert_device() 166 d->pd_next = NULL; in insert_device() 167 v->pv_dend->pd_next = d; in insert_device() 168 v->pv_dend = d; in insert_device() [all …]
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/ |
H A D | md4.c | 71 #define FF(a, b, c, d, x, s) \ argument 72 {(a) += F ((b), (c), (d)) + (x); \ 75 #define GG(a, b, c, d, x, s) \ argument 76 {(a) += G ((b), (c), (d)) + (x) + 013240474631UL; \ 79 #define HH(a, b, c, d, x, s) \ argument 80 {(a) += H ((b), (c), (d)) + (x) + 015666365641UL; \ 174 register krb5_ui_4 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local 178 #define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; } in Transform() 181 FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE; in Transform() 188 GG (a, b, c, d, in[round2indices[i]], round2consts[i%4]); ROTATE; in Transform() [all …]
|