Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/titanic_51/usr/src/common/crypto/edonr/
H A Dedonr_byteorder.h127 #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 ld_swap32(s,d) global() argument
166 st_swap32(s,d) global() argument
167 ld_swap64(s,d) global() argument
168 st_swap64(s,d) global() argument
174 ld_swap32(s,d) global() argument
175 st_swap32(s,d) global() argument
178 ld_swap64(s,d) global() argument
179 st_swap64(s,d) global() argument
184 ld_swap32(s,d) global() argument
187 st_swap32(s,d) global() argument
192 ld_swap64(s,d) global() argument
197 st_swap64(s,d) global() argument
211 ld_swap32(s,d) global() argument
212 st_swap32(s,d) global() argument
215 ld_swap64(s,d) global() argument
216 st_swap64(s,d) global() argument
[all...]
/titanic_51/usr/src/lib/libast/common/include/
H A Dast_dir.h50 #define D_FILENO(d) ((d)->d_fileno) argument
54 #define D_NAMLEN(d) ((d)->d_namlen) argument
56 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
60 #define D_RECLEN(d) ((d)->d_reclen) argument
62 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
65 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
74 #define D_TYPE(d) ((d)->d_type) argument
H A Dcdt.h285 #define dtvnext(d) (_DT(d)->view) argument
286 #define dtvcount(d) (_DT(d)->nview) argument
287 #define dtvhere(d) (_DT(d)->walk) argument
289 #define dtlink(d,e) (((Dtlink_t*)(e))->right) argument
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link) argument
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0)) argument
293 #define dtfirst(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
296 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST) argument
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_dir.h50 #define D_FILENO(d) ((d)->d_fileno) argument
54 #define D_NAMLEN(d) ((d)->d_namlen) argument
56 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
60 #define D_RECLEN(d) ((d)->d_reclen) argument
62 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLE argument
65 D_RECSIZ(d,n) global() argument
74 D_TYPE(d) global() argument
[all...]
H A Dcdt.h321 #define dtvnext(d) (_DT(d)->view) argument
322 #define dtvcount(d) (_DT(d)->nview) argument
323 #define dtvhere(d) (_DT(d)->walk) argument
325 #define dtlink(d,e) (((Dtlink_t*)(e))->rh.__rght) argument
326 #define dtobj(d,e) _DTOBJ(_DT(d)->disc, (e)) argument
328 #define dtfirst(d) (*(_D argument
329 dtnext(d,o) global() argument
330 dtatleast(d,o) global() argument
331 dtlast(d) global() argument
332 dtprev(d,o) global() argument
333 dtatmost(d,o) global() argument
334 dtsearch(d,o) global() argument
335 dtmatch(d,o) global() argument
336 dtinsert(d,o) global() argument
337 dtappend(d,o) global() argument
338 dtdelete(d,o) global() argument
339 dtremove(d,o) global() argument
340 dtattach(d,o) global() argument
341 dtdetach(d,o) global() argument
342 dtclear(d) global() argument
344 dtflatten(d) global() argument
345 dtextract(d) global() argument
346 dtrestore(d,l) global() argument
348 dtstat(d,s) global() argument
349 dtsize(d) global() argument
[all...]
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast_dir.h59 #define D_FILENO(d) ((d)->d_fileno) argument
63 #define D_NAMLEN(d) ((d)->d_namlen) argument
65 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
69 #define D_RECLEN(d) ((d)->d_reclen) argument
71 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
74 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
83 #define D_TYPE(d) ((d)->d_type) argument
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast_dir.h59 #define D_FILENO(d) ((d)->d_fileno) argument
63 #define D_NAMLEN(d) ((d)->d_namlen) argument
65 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
69 #define D_RECLEN(d) ((d)->d_reclen) argument
71 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
74 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
83 #define D_TYPE(d) ((d)->d_type) argument
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast_dir.h59 #define D_FILENO(d) ((d)->d_fileno) argument
63 #define D_NAMLEN(d) ((d)->d_namlen) argument
65 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
69 #define D_RECLEN(d) ((d)->d_reclen) argument
71 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
74 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
83 #define D_TYPE(d) ((d)->d_type) argument
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_dir.h59 #define D_FILENO(d) ((d)->d_fileno) argument
63 #define D_NAMLEN(d) ((d)->d_namlen) argument
65 #define D_NAMLEN(d) (strlen((d)->d_name)) argument
69 #define D_RECLEN(d) ((d)->d_reclen) argument
71 #define D_RECLEN(d) D_RECSIZ(d,D_NAMLEN(d)) argument
74 #define D_RECSIZ(d,n) (sizeof(*(d))-sizeof((d)->d_name)+((n)+sizeof(char*))&~(sizeof(char*)-1)) argument
83 #define D_TYPE(d) ((d)->d_type) argument
/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtcomp.c33 extern Dtlink_t* dtflatten(Dt_t* d) in dtflatten() argument
39 extern Dtlink_t* dtextract(Dt_t* d) in dtextract() argument
45 extern Dtlink_t* dtrestore(Dt_t* d, Void_t* l) in dtrestore() argument
51 extern ssize_t dtsize(Dt_t* d) in dtsize() argument
57 dtstat(Dt_t * d) dtstat() argument
[all...]
/titanic_51/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c65 HalDevice *d, *computer; in devinfo_acpi_add() local
123 HalDevice *d; in devinfo_acpi_add_minor() local
134 HalDevice *d; devinfo_power_button_add() local
159 HalDevice *d = NULL; devinfo_power_button_event() local
172 HalDevice *d = NULL; devinfo_brightness_hotkeys_event() local
191 HalDevice *d = NULL; devinfo_battery_rescan() local
207 HalDevice *d = NULL; devinfo_lid_event() local
221 devinfo_lid_rescan(HalDevice * d) devinfo_lid_rescan() argument
236 devinfo_battery_rescan_probing_done(HalDevice * d,guint32 exit_type,gint return_code,char ** error,gpointer userdata1,gpointer userdata2) devinfo_battery_rescan_probing_done() argument
243 devinfo_acpi_get_prober(HalDevice * d,int * timeout) devinfo_acpi_get_prober() argument
[all...]
H A Ddevinfo.c66 HalDevice *d; in devinfo_add_subtree() local
86 devinfo_set_default_properties (HalDevice *d, HalDevice *parent, di_node_t node, char *devfs_path) in devinfo_set_default_properties() argument
152 HalDevice *d = NULL; devinfo_add_node() local
175 devinfo_hotplug_enqueue(HalDevice * d,gchar * devfs_path,DevinfoDevHandler * handler,int action,int front) devinfo_hotplug_enqueue() argument
191 devinfo_add_enqueue(HalDevice * d,gchar * devfs_path,DevinfoDevHandler * handler) devinfo_add_enqueue() argument
197 devinfo_add_enqueue_at_front(HalDevice * d,gchar * devfs_path,DevinfoDevHandler * handler) devinfo_add_enqueue_at_front() argument
209 devinfo_callouts_add_done(HalDevice * d,gpointer userdata1,gpointer userdata2) devinfo_callouts_add_done() argument
221 devinfo_callouts_probing_done(HalDevice * d,guint32 exit_type,gint return_code,char ** error,gpointer userdata1,gpointer userdata2) devinfo_callouts_probing_done() argument
242 devinfo_callouts_preprobing_done(HalDevice * d,gpointer userdata1,gpointer userdata2) devinfo_callouts_preprobing_done() argument
291 hotplug_event_begin_add_devinfo(HalDevice * d,HalDevice * parent,DevinfoDevHandler * handler,void * end_token) hotplug_event_begin_add_devinfo() argument
342 devinfo_remove_branch(gchar * devfs_path,HalDevice * d) devinfo_remove_branch() argument
375 devinfo_callouts_remove_done(HalDevice * d,gpointer userdata1,gpointer userdata2) devinfo_callouts_remove_done() argument
390 hotplug_event_begin_remove_devinfo(HalDevice * d,gchar * devfs_path,void * end_token) hotplug_event_begin_remove_devinfo() argument
400 devinfo_device_rescan(HalDevice * d) devinfo_device_rescan() argument
[all...]
H A Ddevinfo_storage.c168 HalDevice *d; in devinfo_ide_host_add() local
185 HalDevice *d; devinfo_ide_device_add() local
203 HalDevice *d; devinfo_ide_storage_add() local
251 HalDevice *d; devinfo_scsi_add() local
284 HalDevice *d; devinfo_scsi_storage_add() local
376 HalDevice *d; devinfo_blkdev_add() local
403 HalDevice *d; devinfo_blkdev_storage_add() local
449 HalDevice *d = NULL; devinfo_floppy_add() local
546 devinfo_floppy_rescan_probing_done(HalDevice * d,guint32 exit_type,gint return_code,char ** error,gpointer userdata1,gpointer userdata2) devinfo_floppy_rescan_probing_done() argument
599 HalDevice *d = NULL; devinfo_lofi_add_major() local
671 HalDevice *d; devinfo_lofi_add_minor() local
723 HalDevice *d = NULL; devinfo_lofi_remove_minor() local
980 HalDevice *d; devinfo_volume_add() local
1045 devinfo_volume_preprobing_done(HalDevice * d,gpointer userdata1,gpointer userdata2) devinfo_volume_preprobing_done() argument
1113 devinfo_volume_hotplug_begin_add(HalDevice * d,HalDevice * parent,DevinfoDevHandler * handler,void * end_token) devinfo_volume_hotplug_begin_add() argument
1144 devinfo_storage_hotplug_begin_add(HalDevice * d,HalDevice * parent,DevinfoDevHandler * handler,void * end_token) devinfo_storage_hotplug_begin_add() argument
1216 devinfo_storage_probing_done(HalDevice * d,guint32 exit_type,gint return_code,char ** error,gpointer userdata1,gpointer userdata2) devinfo_storage_probing_done() argument
1241 devinfo_storage_get_prober(HalDevice * d,int * timeout) devinfo_storage_get_prober() argument
1248 devinfo_volume_get_prober(HalDevice * d,int * timeout) devinfo_volume_get_prober() argument
1258 devinfo_storage_rescan_probing_done(HalDevice * d,guint32 exit_type,gint return_code,char ** error,gpointer userdata1,gpointer userdata2) devinfo_storage_rescan_probing_done() argument
1309 devinfo_storage_device_rescan(HalDevice * d) devinfo_storage_device_rescan() argument
1430 devinfo_storage_cleanup_mountpoint_cb(HalDevice * d,guint32 exit_type,gint return_code,gchar ** error,gpointer data1,gpointer data2) devinfo_storage_cleanup_mountpoint_cb() argument
1446 HalDevice *d; devinfo_storage_mnttab_event() local
1553 devinfo_volume_force_unmount_cb(HalDevice * d,guint32 exit_type,gint return_code,gchar ** error,gpointer data1,gpointer data2) devinfo_volume_force_unmount_cb() argument
1577 devinfo_volume_force_unmount(HalDevice * d,void * end_token) devinfo_volume_force_unmount() argument
1608 devinfo_volume_hotplug_begin_remove(HalDevice * d,char * devfs_path,void * end_token) devinfo_volume_hotplug_begin_remove() argument
1636 devinfo_storage_get_legacy_media(HalDevice * d) devinfo_storage_get_legacy_media() argument
1654 devinfo_storage_foreach_nick(HalDeviceStore * store,HalDevice * d,gpointer user_data) devinfo_storage_foreach_nick() argument
1670 devinfo_storage_append_nickname(HalDevice * d,const char * media_type,int media_num) devinfo_storage_append_nickname() argument
1682 devinfo_storage_set_nicknames(HalDevice * d) devinfo_storage_set_nicknames() argument
[all...]
/titanic_51/usr/src/uts/common/io/bpf/
H A Dbpf.c241 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) in bpf_attachd() argument
335 bpf_detachd(struct bpf_d * d) bpf_detachd() argument
456 struct bpf_d *d; bpfopen() local
527 struct bpf_d *d = bpf_dev_get(getminor(dev)); bpfclose() local
569 ROTATE_BUFFERS(d) global() argument
582 struct bpf_d *d = bpf_dev_get(getminor(dev)); bpfread() local
682 bpf_wakeup(struct bpf_d * d) bpf_wakeup() argument
690 struct bpf_d *d = arg; bpf_timed_out() local
706 struct bpf_d *d = bpf_dev_get(getminor(dev)); bpfwrite() local
794 reset_d(struct bpf_d * d) reset_d() argument
829 struct bpf_d *d = bpf_dev_get(getminor(dev)); bpfioctl() local
1251 bpf_setf(struct bpf_d * d,struct bpf_program * fp) bpf_setf() argument
1303 bpf_setif(struct bpf_d * d,char * ifname,int namesize) bpf_setif() argument
1384 bpf_ifname(struct bpf_d * d,char * buffer,int bufsize) bpf_ifname() argument
1411 struct bpf_d *d = bpf_dev_get(getminor(dev)); bpfchpoll() local
1480 bpf_deliver(struct bpf_d * d,cp_fn_t cpfn,void * marg,uint_t pktlen,uint_t buflen,boolean_t issent) bpf_deliver() argument
1514 struct bpf_d *d = arg; bpf_mtap() local
1545 struct bpf_d *d = arg; bpf_itap() local
1563 catchpacket(struct bpf_d * d,uchar_t * pkt,uint_t pktlen,uint_t snaplen,cp_fn_t cpfn,struct timeval * tv) catchpacket() argument
1641 bpf_allocbufs(struct bpf_d * d) bpf_allocbufs() argument
1662 bpf_freed(struct bpf_d * d) bpf_freed() argument
1683 bpf_getdltlist(struct bpf_d * d,struct bpf_dltlist * listp) bpf_getdltlist() argument
1768 bpf_setdlt(struct bpf_d * d,void * addr) bpf_setdlt() argument
1822 bpf_clear_timeout(struct bpf_d * d) bpf_clear_timeout() argument
1853 struct bpf_d *d = NULL; bpf_dev_find() local
1862 bpf_dev_add(struct bpf_d * d) bpf_dev_add() argument
1869 bpf_dev_remove(struct bpf_d * d) bpf_dev_remove() argument
1886 struct bpf_d *d = NULL; bpf_dev_get() local
[all...]
/titanic_51/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c56 audio_dev_t *d; in audio_dev_alloc() local
104 audio_dev_free(audio_dev_t * d) audio_dev_free() argument
126 audio_dev_set_description(audio_dev_t * d,const char * desc) audio_dev_set_description() argument
132 audio_dev_set_version(audio_dev_t * d,const char * vers) audio_dev_set_version() argument
138 audio_dev_add_info(audio_dev_t * d,const char * info) audio_dev_add_info() argument
270 auimpl_dev_hold(audio_dev_t * d) auimpl_dev_hold() argument
281 audio_dev_t *d; auimpl_dev_hold_by_devt() local
305 audio_dev_t *d; auimpl_dev_hold_by_index() local
322 auimpl_dev_release(audio_dev_t * d) auimpl_dev_release() argument
373 audio_dev_t *d = sp->s_client->c_dev; auimpl_engine_setup() local
839 audio_dev_t *d; auimpl_engine_close() local
873 audio_dev_register(audio_dev_t * d) audio_dev_register() argument
943 audio_dev_unregister(audio_dev_t * d) audio_dev_unregister() argument
999 auimpl_engine_ksinit(audio_dev_t * d,audio_engine_t * e) auimpl_engine_ksinit() argument
1046 audio_dev_add_engine(audio_dev_t * d,audio_engine_t * e) audio_dev_add_engine() argument
1075 audio_dev_remove_engine(audio_dev_t * d,audio_engine_t * e) audio_dev_remove_engine() argument
1090 auclnt_set_dev_number(audio_dev_t * d,int num) auclnt_set_dev_number() argument
1112 audio_dev_t *d; auclnt_walk_devs() local
1129 audio_dev_t *d; auclnt_walk_devs_by_number() local
1144 auclnt_dev_walk_engines(audio_dev_t * d,int (* walker)(audio_engine_t *,void *),void * arg) auclnt_dev_walk_engines() argument
1257 auimpl_dev_suspend(audio_dev_t * d,void * dontcare) auimpl_dev_suspend() argument
1290 auimpl_dev_resume(audio_dev_t * d,void * dontcare) auimpl_dev_resume() argument
1343 audio_dev_suspend(audio_dev_t * d) audio_dev_suspend() argument
1349 audio_dev_resume(audio_dev_t * d) audio_dev_resume() argument
[all...]
H A Daudio_ctrl.c83 audio_dev_add_control(audio_dev_t *d, audio_ctrl_desc_t *desc, in audio_dev_add_control() argument
222 audio_dev_t *d; audio_dev_del_control() local
238 audio_dev_add_soft_volume(audio_dev_t * d) audio_dev_add_soft_volume() argument
266 audio_dev_update_controls(audio_dev_t * d) audio_dev_update_controls() argument
285 audio_dev_t *d = ctrl->ctrl_dev; audio_control_read() local
327 audio_dev_t *d = ctrl->ctrl_dev; audio_control_write() local
359 auimpl_save_controls(audio_dev_t * d) auimpl_save_controls() argument
387 auimpl_restore_controls(audio_dev_t * d) auimpl_restore_controls() argument
[all...]
/titanic_51/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h134 ceil(double d) in ceil() argument
175 fabs(double d) in fabs() argument
182 fabsf(float d) in fabsf() argument
189 fabsl(long double d) fabsl() argument
196 finite(double d) finite() argument
212 floor(double d) floor() argument
227 isnan(double d) isnan() argument
269 scalbn(double d,int n) scalbn() argument
285 signbit(double d) signbit() argument
297 sqrt(double d) sqrt() argument
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c75 krb5_rc_io_creat(krb5_context context, krb5_rc_iostuff *d, char **fn) in krb5_rc_io_creat() argument
196 krb5_rc_io_open_internal(krb5_context context,krb5_rc_iostuff * d,char * fn,char * full_pathname) krb5_rc_io_open_internal() argument
331 krb5_rc_io_open(krb5_context context,krb5_rc_iostuff * d,char * fn) krb5_rc_io_open() argument
413 krb5_rc_io_write(krb5_context context,krb5_rc_iostuff * d,krb5_pointer buf,unsigned int num) krb5_rc_io_write() argument
447 krb5_rc_io_sync(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_sync() argument
472 krb5_rc_io_read(krb5_context context,krb5_rc_iostuff * d,krb5_pointer buf,unsigned int num) krb5_rc_io_read() argument
495 krb5_rc_io_close(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_close() argument
511 krb5_rc_io_destroy(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_destroy() argument
543 krb5_rc_io_mark(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_mark() argument
551 krb5_rc_io_unmark(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_unmark() argument
559 krb5_rc_io_size(krb5_context context,krb5_rc_iostuff * d) krb5_rc_io_size() argument
[all...]
/titanic_51/usr/src/cmd/sendmail/libsm/
H A Dstrdup.c40 char *d = sm_malloc_x(n + 1); variable
67 char *d; local
98 char *d; local
126 char *d; global() local
159 char *d; global() local
[all...]
/titanic_51/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h90 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument
93 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
97 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
103 ACPI_MOVE_32_TO_16(d,s) global() argument
105 ACPI_MOVE_32_TO_32(d,s) global() argument
110 ACPI_MOVE_32_TO_64(d,s) global() argument
118 ACPI_MOVE_64_TO_16(d,s) global() argument
120 ACPI_MOVE_64_TO_32(d,s) global() argument
122 ACPI_MOVE_64_TO_64(d,s) global() argument
141 ACPI_MOVE_16_TO_16(d,s) global() argument
142 ACPI_MOVE_16_TO_32(d,s) global() argument
143 ACPI_MOVE_16_TO_64(d,s) global() argument
147 ACPI_MOVE_32_TO_16(d,s) global() argument
148 ACPI_MOVE_32_TO_32(d,s) global() argument
149 ACPI_MOVE_32_TO_64(d,s) global() argument
153 ACPI_MOVE_64_TO_16(d,s) global() argument
154 ACPI_MOVE_64_TO_32(d,s) global() argument
155 ACPI_MOVE_64_TO_64(d,s) global() argument
166 ACPI_MOVE_16_TO_16(d,s) global() argument
169 ACPI_MOVE_16_TO_32(d,s) global() argument
170 ACPI_MOVE_16_TO_64(d,s) global() argument
174 ACPI_MOVE_32_TO_16(d,s) global() argument
176 ACPI_MOVE_32_TO_32(d,s) global() argument
181 ACPI_MOVE_32_TO_64(d,s) global() argument
185 ACPI_MOVE_64_TO_16(d,s) global() argument
186 ACPI_MOVE_64_TO_32(d,s) global() argument
187 ACPI_MOVE_64_TO_64(d,s) global() argument
333 ACPI_GET_DESCRIPTOR_PTR(d) global() argument
334 ACPI_SET_DESCRIPTOR_PTR(d,p) global() argument
335 ACPI_GET_DESCRIPTOR_TYPE(d) global() argument
336 ACPI_SET_DESCRIPTOR_TYPE(d,t) global() argument
360 ARGI_LIST4(a,b,c,d) global() argument
361 ARGI_LIST5(a,b,c,d,e) global() argument
362 ARGI_LIST6(a,b,c,d,e,f) global() argument
367 ARGP_LIST4(a,b,c,d) global() argument
368 ARGP_LIST5(a,b,c,d,e) global() argument
369 ARGP_LIST6(a,b,c,d,e,f) global() argument
420 ACPI_IS_OCTAL_DIGIT(d) global() argument
[all...]
/titanic_51/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c53 directory_t d, in directory_sid_from_name_common() argument
127 directory_t d, in directory_sid_from_name() argument
137 directory_sid_from_user_name(directory_t d, char *name, char **sid) in directory_sid_from_user_name() argument
144 directory_sid_from_group_name(directory_t d, cha argument
164 directory_canon_common(directory_t d,char * id,char * id_type,char ** canon,uint64_t * classes) directory_canon_common() argument
240 directory_name_from_sid(directory_t d,char * sid,char ** canon,uint64_t * classes) directory_name_from_sid() argument
251 directory_canon_from_name(directory_t d,char * name,char ** canon,uint64_t * classes) directory_canon_from_name() argument
261 directory_canon_from_user_name(directory_t d,char * name,char ** canon) directory_canon_from_user_name() argument
268 directory_canon_from_group_name(directory_t d,char * name,char ** canon) directory_canon_from_group_name() argument
[all...]
/titanic_51/usr/src/lib/libpcidb/common/
H A Dpcidb.c156 insert_device(pcidb_vendor_t *v, pcidb_device_t *d) in insert_device() argument
175 pcidb_device_t *d; parse_device() local
199 insert_subdev(pcidb_device_t * d,pcidb_subvd_t * s) insert_subdev() argument
217 parse_subdev(char * buf,pcidb_device_t * d) parse_subdev() argument
264 pcidb_device_t *d = NULL; parse_db() local
356 pcidb_device_t *d, *td; pcidb_close() local
425 pcidb_device_t *d; pcidb_lookup_device_by_vendor() local
454 pcidb_device_iter_next(pcidb_device_t * d) pcidb_device_iter_next() argument
460 pcidb_device_name(pcidb_device_t * d) pcidb_device_name() argument
466 pcidb_device_id(pcidb_device_t * d) pcidb_device_id() argument
472 pcidb_device_vendor(pcidb_device_t * d) pcidb_device_vendor() argument
478 pcidb_lookup_subvd_by_device(pcidb_device_t * d,uint16_t svid,uint16_t sdid) pcidb_lookup_subvd_by_device() argument
495 pcidb_device_t *d; pcidb_lookup_subvd_by_vendor() local
509 pcidb_device_t *d; pcidb_lookup_subvd() local
520 pcidb_subvd_iter(pcidb_device_t * d) pcidb_subvd_iter() argument
[all...]
/titanic_51/usr/src/lib/efcode/engine/
H A Dforth.c60 fstack_t d; in add() local
70 fstack_t d; in subtract() local
80 fstack_t d; in multiply() local
90 fstack_t d, in slash_mod() local
163 fstack_t d; and() local
173 fstack_t d; or() local
183 fstack_t d; xor() local
200 fstack_t d; lshift() local
210 fstack_t d; rshift() local
220 fstack_t d; rshifta() local
244 fstack_t d; f_min() local
254 fstack_t d; f_max() local
345 fstack_t d; less() local
355 fstack_t d; greater() local
365 fstack_t d; equals() local
375 fstack_t d; not_equals() local
386 ufstack_t d; unsign_greater() local
396 ufstack_t d; unsign_less_equals() local
406 ufstack_t d; unsign_less() local
416 ufstack_t d; unsign_greater_equals() local
426 fstack_t d; greater_equals() local
436 fstack_t d; less_equals() local
484 token_t *d = *ORDER; do_also() local
533 } d; lwsplit() local
548 } d; wljoin() local
563 } d, c; lwflip() local
579 } d; lbsplit() local
594 } d; bljoin() local
609 } d, c; lbflip() local
625 } d; wbsplit() local
640 } d; bwjoin() local
655 } c, d; wbflip() local
737 dforth_t d; um_multiply() local
752 u_dforth_t d; um_slash_mod() local
1208 fstack_t d; f_dup() local
1218 fstack_t d; over() local
1228 fstack_t d; swap() local
1240 fstack_t d; rot() local
1252 fstack_t d; minus_rot() local
1264 fstack_t d; tuck() local
1283 fstack_t d; qdup() local
1294 fstack_t d; depth() local
1316 fstack_t d, r; roll() local
1437 fstack_t d; ca_plus() local
1447 fstack_t d; wa_plus() local
1457 fstack_t d; la_plus() local
1467 fstack_t d; na_plus() local
1532 variable_t *d; do_on() local
1542 variable_t *d; do_off() local
1637 variable_t *d; two_fetch() local
1650 variable_t *d; two_store() local
1735 fstack_t d = POP(RS); temporary_execute() local
1789 fstack_t d; do_bofbranch() local
1838 fstack_t d; do_bploop() local
[all...]
/titanic_51/usr/src/lib/efcode/packages/
H A Dpopulate.c42 is_device_builtin_package(fcode_env_t *env, device_t *d) in is_device_builtin_package() argument
103 fstack_t d; in do_builtin_file() local
136 fstack_t d; in builtin_driver_method_hook() local
221 fstack_t d; find_builtin_driver() local
238 fstack_t d; exec_builtin_driver() local
296 fstack_t d; _init() local
[all...]
/titanic_51/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h147 fabs(double d) in fabs() argument
161 fabsf(float d) in fabsf() argument
172 finite(double d) in finite() argument
191 signbit(double d) in signbit() argument
204 sqrt(double d) sqrt() argument
[all...]

12345678910>>...45