Home
last modified time | relevance | path

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

12345678910>>...40

/illumos-gate/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
145 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
166 #define ld_swap32(s, d) sparc_ld_swap32(s, d) argument
167 #define st_swap32(s, d) sparc_st_swap32(s, d) argument
168 #define ld_swap64(s, d) sparc_ld_swap64(s, d) argument
169 #define st_swap64(s, d) sparc_st_swap64(s, d) argument
175 #define ld_swap32(s, d) (d = __builtin_bswap32(*(s))) argument
[all …]
/illumos-gate/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_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.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) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_FIRST) argument
329 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
330 #define dtatleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATLEAST) argument
331 #define dtlast(d) (*(_DT(d)->searchf))((d),(Void_t*)(0),DT_LAST) argument
332 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c242 bpf_attachd(struct bpf_d *d, const char *ifname, int dlt) in bpf_attachd()
342 bpf_detachd(struct bpf_d *d) in bpf_detachd()
463 struct bpf_d *d; in bpfopen() local
534 struct bpf_d *d = bpf_dev_get(getminor(dev)); in bpfclose() local
576 #define ROTATE_BUFFERS(d) \ argument
589 struct bpf_d *d = bpf_dev_get(getminor(dev)); in bpfread() local
689 bpf_wakeup(struct bpf_d *d) in bpf_wakeup()
697 struct bpf_d *d = arg; in bpf_timed_out() local
713 struct bpf_d *d = bpf_dev_get(getminor(dev)); in bpfwrite() local
801 reset_d(struct bpf_d *d) in reset_d()
[all …]
/illumos-gate/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) in audio_dev_free()
126 audio_dev_set_description(audio_dev_t *d, const char *desc) in audio_dev_set_description()
132 audio_dev_set_version(audio_dev_t *d, const char *vers) in audio_dev_set_version()
138 audio_dev_add_info(audio_dev_t *d, const char *info) in audio_dev_add_info()
270 auimpl_dev_hold(audio_dev_t *d) in auimpl_dev_hold()
281 audio_dev_t *d; in auimpl_dev_hold_by_devt() local
305 audio_dev_t *d; in auimpl_dev_hold_by_index() local
322 auimpl_dev_release(audio_dev_t *d) in auimpl_dev_release()
373 audio_dev_t *d = sp->s_client->c_dev; in auimpl_engine_setup() local
[all …]
H A Daudio_ctrl.c83 audio_dev_add_control(audio_dev_t *d, audio_ctrl_desc_t *desc, in audio_dev_add_control()
222 audio_dev_t *d; in audio_dev_del_control() local
238 audio_dev_add_soft_volume(audio_dev_t *d) in audio_dev_add_soft_volume()
266 audio_dev_update_controls(audio_dev_t *d) in audio_dev_update_controls()
285 audio_dev_t *d = ctrl->ctrl_dev; in audio_control_read() local
327 audio_dev_t *d = ctrl->ctrl_dev; in audio_control_write() local
359 auimpl_save_controls(audio_dev_t *d) in auimpl_save_controls()
387 auimpl_restore_controls(audio_dev_t *d) in auimpl_restore_controls()
/illumos-gate/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; in devinfo_power_button_add() local
159 HalDevice *d = NULL; in devinfo_power_button_event() local
172 HalDevice *d = NULL; in devinfo_brightness_hotkeys_event() local
191 HalDevice *d = NULL; in devinfo_battery_rescan() local
207 HalDevice *d = NULL; in devinfo_lid_event() local
221 devinfo_lid_rescan(HalDevice *d) in devinfo_lid_rescan()
236 devinfo_battery_rescan_probing_done(HalDevice *d, guint32 exit_type, in devinfo_battery_rescan_probing_done()
243 devinfo_acpi_get_prober(HalDevice *d, int *timeout) in devinfo_acpi_get_prober()
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()
152 HalDevice *d = NULL; in devinfo_add_node() local
175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, in… in devinfo_hotplug_enqueue()
191 devinfo_add_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue()
197 devinfo_add_enqueue_at_front(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler) in devinfo_add_enqueue_at_front()
209 devinfo_callouts_add_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_add_done()
221 devinfo_callouts_probing_done (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpo… in devinfo_callouts_probing_done()
242 devinfo_callouts_preprobing_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_preprobing_done()
291 hotplug_event_begin_add_devinfo (HalDevice *d, HalDevice *parent, DevinfoDevHandler *handler, void … in hotplug_event_begin_add_devinfo()
[all …]
H A Ddevinfo_storage.c168 HalDevice *d; in devinfo_ide_host_add() local
185 HalDevice *d; in devinfo_ide_device_add() local
203 HalDevice *d; in devinfo_ide_storage_add() local
251 HalDevice *d; in devinfo_scsi_add() local
284 HalDevice *d; in devinfo_scsi_storage_add() local
376 HalDevice *d; in devinfo_blkdev_add() local
403 HalDevice *d; in devinfo_blkdev_storage_add() local
449 HalDevice *d = NULL; in devinfo_floppy_add() local
546 devinfo_floppy_rescan_probing_done (HalDevice *d, guint32 exit_type, gint return_code, in devinfo_floppy_rescan_probing_done()
599 HalDevice *d = NULL; in devinfo_lofi_add_major() local
[all …]
H A Ddevinfo_misc.c75 HalDevice *d, *local_d; in devinfo_computer_add() local
130 HalDevice *d; in devinfo_keyboard_add() local
167 HalDevice *d; in devinfo_mouse_add() local
203 HalDevice *d; in devinfo_default_add() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtcomp.c33 extern Dtlink_t* dtflatten(Dt_t* d) in dtflatten()
39 extern Dtlink_t* dtextract(Dt_t* d) in dtextract()
45 extern Dtlink_t* dtrestore(Dt_t* d, Void_t* l) in dtrestore()
51 extern ssize_t dtsize(Dt_t* d) in dtsize()
57 extern ssize_t dtstat(Dt_t* d) in dtstat()
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlibm_inlines.h132 ceil(double d) in ceil()
173 fabs(double d) in fabs()
180 fabsf(float d) in fabsf()
187 fabsl(long double d) in fabsl()
194 finite(double d) in finite()
210 floor(double d) in floor()
225 isnan(double d) in isnan()
268 scalbn(double d, int n) in scalbn()
284 signbit(double d) in signbit()
296 sqrt(double d) in sqrt()
/illumos-gate/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()
196 krb5_rc_io_open_internal(krb5_context context, krb5_rc_iostuff *d, char *fn, in krb5_rc_io_open_internal()
331 krb5_rc_io_open(krb5_context context, krb5_rc_iostuff *d, char *fn) in krb5_rc_io_open()
413 krb5_rc_io_write(krb5_context context, krb5_rc_iostuff *d, krb5_pointer buf, in krb5_rc_io_write()
447 krb5_rc_io_sync(krb5_context context, krb5_rc_iostuff *d) in krb5_rc_io_sync()
472 krb5_rc_io_read(krb5_context context, krb5_rc_iostuff *d, krb5_pointer buf, in krb5_rc_io_read()
495 krb5_rc_io_close(krb5_context context, krb5_rc_iostuff *d) in krb5_rc_io_close()
511 krb5_rc_io_destroy(krb5_context context, krb5_rc_iostuff *d) in krb5_rc_io_destroy()
543 krb5_rc_io_mark(krb5_context context, krb5_rc_iostuff *d) in krb5_rc_io_mark()
551 krb5_rc_io_unmark(krb5_context context, krb5_rc_iostuff *d) in krb5_rc_io_unmark()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrdup.c38 char *d = sm_malloc_x(n + 1); variable
65 char *d; local
96 char *d; local
124 char *d; local
157 char *d; local
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c53 directory_t d, in directory_sid_from_name_common()
127 directory_t d, in directory_sid_from_name()
137 directory_sid_from_user_name(directory_t d, char *name, char **sid) in directory_sid_from_user_name()
144 directory_sid_from_group_name(directory_t d, char *name, char **sid) in directory_sid_from_group_name()
164 directory_t d, in directory_canon_common()
240 directory_t d, in directory_name_from_sid()
251 directory_t d, in directory_canon_from_name()
261 directory_canon_from_user_name(directory_t d, char *name, char **canon) in directory_canon_from_user_name()
268 directory_canon_from_group_name(directory_t d, char *name, char **canon) in directory_canon_from_group_name()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacmacros.h198 #define ACPI_MOVE_16_TO_16(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[1];\ argument
201 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
205 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
211 #define ACPI_MOVE_32_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
213 #define ACPI_MOVE_32_TO_32(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[3];\ argument
218 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
226 #define ACPI_MOVE_64_TO_16(d, s) ACPI_MOVE_16_TO_16(d, s) /* Truncate to 16 */ argument
228 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */ argument
230 #define ACPI_MOVE_64_TO_64(d, s) {(( UINT8 *)(void *)(d))[0] = ((UINT8 *)(void *)(s))[7];\ argument
249 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
[all …]
/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c441 strip(char *ep, char *d, char *a, int lev) in strip()
447 s(char *ep, char *d, char *a, int lev) in s()
458 an(char *ep, char *d, char *a, int lev) in an()
467 ize(char *ep, char *d, char *a, int lev) in ize()
475 y_to_e(char *ep, char *d, char *a, int lev) in y_to_e()
482 ily(char *ep, char *d, char *a, int lev) in ily()
491 bility(char *ep, char *d, char *a, int lev) in bility()
498 i_to_y(char *ep, char *d, char *a, int lev) in i_to_y()
508 es(char *ep, char *d, char *a, int lev) in es()
527 subst(char *ep, char *d, char *a, int lev) in subst()
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dlibm_inlines.h145 fabs(double d) in fabs()
159 fabsf(float d) in fabsf()
170 finite(double d) in finite()
189 signbit(double d) in signbit()
202 sqrt(double d) in sqrt()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c223 __priv_free_info(priv_data_t *d) in __priv_free_info()
373 priv_data_t *d; in getprivimplinfo() local
425 priv_data_t *d; in priv_set() local
483 priv_data_t *d; in __init_daemon_priv() local
725 __priv_getbyname(const priv_data_t *d, const char *name) in __priv_getbyname()
765 __priv_getsetbyname(const priv_data_t *d, const char *name) in __priv_getsetbyname()
800 __priv_getbynum(const priv_data_t *d, int num) in __priv_getbynum()
814 __priv_getsetbynum(const priv_data_t *d, int num) in __priv_getsetbynum()
836 __priv_allocset(priv_data_t *d) in __priv_allocset()
860 __priv_emptyset(priv_data_t *d, priv_set_t *set) in __priv_emptyset()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div_ix.c63 double d; member
84 double d; in testinf() member
98 double d; in _D_cplx_div_ix() member
100 double c, d, sc, sd, r; in _D_cplx_div_ix() local
H A D_D_cplx_div_rx.c63 double d; member
84 double d; in testinf() member
98 double d; in _D_cplx_div_rx() member
100 double c, d, sc, sd, r; in _D_cplx_div_rx() local
H A D_D_cplx_div.c61 double d; member
74 double d; in testinf() member
88 double d; in _D_cplx_div() member
90 double a, b, c, d, r; in _D_cplx_div() local
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h94 fp_class(double d) in fp_class()
155 __inline_sqrt(double d) in __inline_sqrt()
202 __swapRD(enum fp_direction_type d) in __swapRD()
261 sqrt(double d) in sqrt()
273 fabs(double d) in fabs()
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h44 __inline_sqrt(double d) in __inline_sqrt()
115 fp_class(double d) in fp_class()
211 __swapRD(enum fp_direction_type d) in __swapRD()
268 sqrt(double d) in sqrt()
280 fabs(double d) in fabs()
/illumos-gate/usr/src/common/crypto/md5/
H A Dmd5.c70 #define F(b, c, d) (((b) & (c)) | ((~b) & (d))) argument
71 #define G(b, c, d) (((b) & (d)) | ((c) & (~d))) argument
72 #define H(b, c, d) ((b) ^ (c) ^ (d)) argument
73 #define I(b, c, d) ((c) ^ ((b) | (~d))) argument
86 #define FF(a, b, c, d, x, s, ac) { \ argument
92 #define GG(a, b, c, d, x, s, ac) { \ argument
98 #define HH(a, b, c, d, x, s, ac) { \ argument
104 #define II(a, b, c, d, x, s, ac) { \ argument
418 MD5Transform(uint32_t a, uint32_t b, uint32_t c, uint32_t d, in MD5Transform()

12345678910>>...40