Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 993) 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
185 #define ld_swap32(s, d) \ argument
188 #define st_swap32(s, d) \ argument
193 #define ld_swap64(s, d) \ argument
198 #define st_swap64(s, d) \ argument
212 #define ld_swap32(s, d) (d = *(s)) argument
213 #define st_swap32(s, d) (*(d) = s) argument
216 #define ld_swap64(s, d) (d = *(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
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
335 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
[all …]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c342 bpf_detachd(struct bpf_d *d) in bpf_detachd()
463 struct bpf_d *d; in bpfopen() local
576 #define ROTATE_BUFFERS(d) \ argument
689 bpf_wakeup(struct bpf_d *d) in bpf_wakeup()
697 struct bpf_d *d = arg; in bpf_timed_out() local
801 reset_d(struct bpf_d *d) in reset_d()
1526 struct bpf_d *d = arg; in bpf_mtap() local
1557 struct bpf_d *d = arg; in bpf_itap() local
1674 bpf_freed(struct bpf_d *d) in bpf_freed()
1865 struct bpf_d *d = NULL; in bpf_dev_find() local
[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()
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()
839 audio_dev_t *d; in auimpl_engine_close() local
1112 audio_dev_t *d; in auclnt_walk_devs() local
1129 audio_dev_t *d; in auclnt_walk_devs_by_number() local
1343 audio_dev_suspend(audio_dev_t *d) in audio_dev_suspend()
[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
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()
242 devinfo_callouts_preprobing_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_preprobing_done()
342 devinfo_remove_branch (gchar *devfs_path, HalDevice *d) in devinfo_remove_branch()
375 devinfo_callouts_remove_done (HalDevice *d, gpointer userdata1, gpointer userdata2) in devinfo_callouts_remove_done()
390 hotplug_event_begin_remove_devinfo (HalDevice *d, gchar *devfs_path, void *end_token) in hotplug_event_begin_remove_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
671 HalDevice *d; in devinfo_lofi_add_minor() local
980 HalDevice *d; in devinfo_volume_add() 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.h201 #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
218 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
249 #define ACPI_MOVE_16_TO_16(d, s) *(UINT16 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
250 #define ACPI_MOVE_16_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
251 #define ACPI_MOVE_16_TO_64(d, s) *(UINT64 *)(void *)(d) = *(UINT16 *)(void *)(s) argument
256 #define ACPI_MOVE_32_TO_32(d, s) *(UINT32 *)(void *)(d) = *(UINT32 *)(void *)(s) argument
547 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
554 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
625 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d); 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()
508 es(char *ep, char *d, char *a, int lev) in es()
527 subst(char *ep, char *d, char *a, int lev) in subst()
542 tion(char *ep, char *d, char *a, int lev) in tion()
556 CCe(char *ep, char *d, char *a, int lev) in CCe()
[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
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()
878 __priv_fillset(priv_data_t *d, priv_set_t *set) in __priv_fillset()
890 #define PRIV_TEST_BODY_D(d, test) \ argument
[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