Searched refs:dl (Results 1 - 25 of 129) sorted by relevance

123456

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s32 movb (%rdi),%dl / %dl = byte of string
33 cmpb %sil,%dl / find it?
35 testb %dl,%dl / is it null?
38 movb 1(%rdi),%dl / %dl = byte of string
39 cmpb %sil,%dl / find it?
41 testb %dl,%dl / i
[all...]
H A Dstrlen.s113 test %dl, %dl
115 test $0x01, %dl
118 test $0x02, %dl
122 test $0x04, %dl
125 test $0x08, %dl
128 test $0x10, %dl
131 test $0x20, %dl
134 test $0x40, %dl
H A Dmemccpy.s39 cmpb %dh,%dl / is it the byte sought?
46 cmpb %dh,%dl / is it the byte sought?
53 cmpb %dh,%dl / is it the byte sought?
62 cmpb %dh,%dl / is it the byte sought?
H A Dstrcat.s111 movb (%rsi), %dl / %dl = a byte in (%rsi)
112 cmpb $0, %dl / compare %dl with a null byte
113 movb %dl, (%rdi) / copy %dl to (%rdi)
114 je .L6 / if %dl is a null, goto .L6
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deadlist.c70 dsl_deadlist_load_tree(dsl_deadlist_t *dl) argument
75 ASSERT(!dl->dl_oldfmt);
76 if (dl->dl_havetree)
79 avl_create(&dl->dl_tree, dsl_deadlist_compare,
82 for (zap_cursor_init(&zc, dl->dl_os, dl->dl_object);
87 VERIFY3U(0, ==, bpobj_open(&dle->dle_bpobj, dl->dl_os,
89 avl_add(&dl->dl_tree, dle);
92 dl->dl_havetree = B_TRUE;
96 dsl_deadlist_open(dsl_deadlist_t *dl, objset_ argument
119 dsl_deadlist_close(dsl_deadlist_t *dl) argument
182 dle_enqueue(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, const blkptr_t *bp, dmu_tx_t *tx) argument
198 dle_enqueue_subobj(dsl_deadlist_t *dl, dsl_deadlist_entry_t *dle, uint64_t obj, dmu_tx_t *tx) argument
214 dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, dmu_tx_t *tx) argument
249 dsl_deadlist_add_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) argument
273 dsl_deadlist_remove_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx) argument
303 dsl_deadlist_t dl; local
324 dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg, uint64_t mrs_obj, dmu_tx_t *tx) argument
354 dsl_deadlist_space(dsl_deadlist_t *dl, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) argument
377 dsl_deadlist_space_range(dsl_deadlist_t *dl, uint64_t mintxg, uint64_t maxtxg, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp) argument
418 dsl_deadlist_insert_bpobj(dsl_deadlist_t *dl, uint64_t obj, uint64_t birth, dmu_tx_t *tx) argument
450 dsl_deadlist_t *dl = arg; local
460 dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx) argument
498 dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_t *bpo, uint64_t mintxg, dmu_tx_t *tx) argument
[all...]
H A Dzfs_dir.c141 zfs_dirlock_t *dl; local
231 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) {
232 if ((u8_strcmp(name, dl->dl_name, 0, cmpflags,
242 if (dl == NULL) {
246 dl = kmem_alloc(sizeof (zfs_dirlock_t), KM_SLEEP);
247 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL);
248 dl
343 zfs_dirent_unlock(zfs_dirlock_t *dl) argument
383 zfs_dirlock_t *dl; local
533 zfs_dirlock_t dl; local
707 zfs_link_create(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag) argument
778 zfs_dropname(zfs_dirlock_t *dl, znode_t *zp, znode_t *dzp, dmu_tx_t *tx, int flag) argument
809 zfs_link_destroy(zfs_dirlock_t *dl, znode_t *zp, dmu_tx_t *tx, int flag, boolean_t *unlinkedp) argument
1004 zfs_dirlock_t *dl; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlmath.c42 #include <sys/dl.h>
46 dl_t dl; member in union:__anon2991
55 return (r.dl);
68 return (r.dl);
84 return (r.dl);
93 return (r.dl);
H A Dlconstants.c38 #include <sys/dl.h>
H A Dlexp10.c34 #include <sys/dl.h>
H A Dllog10.c34 #include <sys/dl.h>
/illumos-gate/usr/src/cmd/fm/modules/common/disk-lights/
H A Ddisk_lights.c170 disk_lights_t *dl = arg; local
193 has_fault = fmd_nvl_fmri_has_fault(dl->dl_fmd, fmri,
215 dl_examine_topo(disk_lights_t *dl) argument
221 thp = fmd_hdl_topo_hold(dl->dl_fmd, TOPO_VERSION);
223 dl, &err)) == NULL) {
224 fmd_hdl_error(dl->dl_fmd, "failed to get topology: %s\n",
230 fmd_hdl_error(dl->dl_fmd, "failed to walk topology: %s\n",
239 fmd_hdl_topo_rele(dl->dl_fmd, thp);
243 dl_trigger_enum(disk_lights_t *dl) argument
249 if (dl
266 disk_lights_t *dl = fmd_hdl_getspecific(hdl); local
282 disk_lights_t *dl = fmd_hdl_getspecific(hdl); local
292 disk_lights_t *dl = fmd_hdl_getspecific(hdl); local
300 disk_lights_t *dl; local
325 disk_lights_t *dl = fmd_hdl_getspecific(hdl); local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_deadlist.h65 void dsl_deadlist_open(dsl_deadlist_t *dl, objset_t *os, uint64_t object);
66 void dsl_deadlist_close(dsl_deadlist_t *dl);
69 void dsl_deadlist_insert(dsl_deadlist_t *dl, const blkptr_t *bp, dmu_tx_t *tx);
70 void dsl_deadlist_add_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx);
71 void dsl_deadlist_remove_key(dsl_deadlist_t *dl, uint64_t mintxg, dmu_tx_t *tx);
72 uint64_t dsl_deadlist_clone(dsl_deadlist_t *dl, uint64_t maxtxg,
74 void dsl_deadlist_space(dsl_deadlist_t *dl,
76 void dsl_deadlist_space_range(dsl_deadlist_t *dl,
79 void dsl_deadlist_merge(dsl_deadlist_t *dl, uint64_t obj, dmu_tx_t *tx);
80 void dsl_deadlist_move_bpobj(dsl_deadlist_t *dl, bpobj_
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s43 movb (%esi),%dl
44 movb %dl,(%eax) / move byte
45 cmpb %dh,%dl / is it the byte sought?
50 movb 1(%esi),%dl
51 movb %dl,1(%eax) / move byte
52 cmpb %dh,%dl / is it the byte sought?
57 movb 2(%esi),%dl
58 movb %dl,2(%eax) / move byte
59 cmpb %dh,%dl / is it the byte sought?
64 movb 3(%esi),%dl
[all...]
H A Dstrncat.s123 movb (%eax), %dl / %dl = a byte in (%eax)
125 movb %dl, (%edi) / copy %dl to (%edi)
128 cmpb $0, %dl / compare %dl with a null byte
129 je .L9 / if %dl is a null, goto .L9
137 movb (%eax), %dl / %dl = a byte in (%eax)
139 movb %dl, (
[all...]
H A Dstrcat.s108 movb (%eax), %dl / %dl = a byte in (%eax)
109 cmpb $0, %dl / compare %dl with a null byte
110 movb %dl, (%edi) / copy %dl to (%edi)
111 je .L6 / if %dl is a null, goto .L6
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c347 g_offline_drive(struct dlist *dl, int force_flag) argument
353 for (; dl != NULL; dl = dl->next) {
356 if ((devhdl = devctl_device_acquire(dl->dev_path,
361 strerror(errno), dl->dev_path);
390 g_online_drive(struct dlist *dl, int force_flag) argument
395 while (dl != NULL) {
396 if ((devhdl = devctl_device_acquire(dl->dev_path,
401 dl
444 struct dlist *dl; local
[all...]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c80 bpf_dl_to_dlt(int dl) argument
85 if (dl_to_dlt[i][0] == dl)
95 bpf_dl_hdrsize(int dl) argument
100 if (dl_to_dlt[i][0] == dl)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c225 datalink_t dl; variable
227 #define IPV4_SRCADDR_OFFSET (dl.dl_link_header_len + 12)
228 #define IPV4_DSTADDR_OFFSET (dl.dl_link_header_len + 16)
229 #define IPV6_SRCADDR_OFFSET (dl.dl_link_header_len + 8)
230 #define IPV6_DSTADDR_OFFSET (dl.dl_link_header_len + 24)
712 if (dl.dl_type == DL_ETHER)
743 if (dl.dl_type == DL_ETHER) {
782 if (dl.dl_type == DL_ETHER) {
881 pf_compare_address(dl.dl_link_dest_offset, dl
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c297 decl_list *dl; local
306 for (dl = plist->args.decls; dl != NULL;
307 dl = dl->next)
308 print_stat(1, &dl->decl);
377 int size, int flag, decl_list *dl, decl_list *cur)
403 while (cur != dl) {
414 while (cur != dl) {
420 while (cur != dl) {
376 expand_inline(int indent, const char *sizestr, int size, int flag, decl_list *dl, decl_list *cur) argument
506 inline_struct(decl_list *dl, decl_list *last, int flag, int indent) argument
567 check_inline(decl_list *dl, int inlinelen, int *have_vector) argument
600 decl_list *dl; local
684 decl_list *dl = def->def.st.decls; local
[all...]
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c706 struct dlist *dl, *dl1; local
708 for (dl = dl_head; dl != NULL; ) {
709 (void) g_online_drive(dl->multipath, force_flag);
710 (void) g_free_multipath(dl->multipath);
711 dl1 = dl;
712 dl = dl->next;
733 struct dlist *dl_head, *dl_tail, *dl, *dl_ses; local
769 if ((dl
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S119 testb $0x80, %dl
121 movb $0x80, %dl
148 movb %al, %dl
157 testb $STAGE1_BIOS_HD_FLAG, %dl
166 * %dl may have been clobbered by INT 13, AH=41H.
215 * %dl = drive number
242 testb $STAGE1_BIOS_HD_FLAG, %dl
262 movb %cl, %dl
272 movb %dl, %al
289 movb %dl, 1
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c1532 struct dlist *dl; local
1545 dl = hotplug_dev->seslist;
1546 while (dl) {
1547 ses_path = dl->dev_path;
1551 dl = dl->next;
1553 if (dl == NULL) {
1736 struct dlist *dl, *dl1; local
1740 dl = hotplug_dev->seslist;
1753 tid, dl
2529 h_remove_nodes(struct dlist *dl) argument
2601 struct dlist *dl; local
2724 struct dlist *dl; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Ddl.h41 typedef struct dl { struct
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_base_il.s64 setne %dl /* ... set *pe (aka. (%eax)) accordingly. */
106 setne %dl /* ... set *pe (aka. (%eax)) accordingly. */
/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_subr.c175 * 5a. if dl < INT64_MAX, the result is still > INT64_MAX, so
177 * 5b. dl >= INT64_MAX
188 * we first do (dl - (2^63-1)) (which is then also < 2^63),
193 uint64_t dl; local
205 dl = unsigned_diff64(i1l, i2l, &l_sign);
209 if (dl > INT64_MAX)
210 dl = INT64_MAX;
212 d = dl * l_sign;
221 if (dl < INT64_MAX) {
225 d = UINT64_MAX - dl
[all...]

Completed in 354 milliseconds

123456