Home
last modified time | relevance | path

Searched refs:dl (Results 51 – 75 of 211) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c632 disk_list_t *dl; in get_pretty_name() local
644 dl = lookup_ks_name(iodev->is_name, (types & SNAP_IODEV_DEVID) ? 1 : 0); in get_pretty_name()
645 if (dl == NULL) in get_pretty_name()
648 if (dl->dsk) in get_pretty_name()
649 pretty = safe_strdup(dl->dsk); in get_pretty_name()
652 if (dl->dname) in get_pretty_name()
653 iodev->is_dname = safe_strdup(dl->dname); in get_pretty_name()
656 if (dl->devidstr) in get_pretty_name()
657 iodev->is_devid = safe_strdup(dl->devidstr); in get_pretty_name()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Drouting_events.c436 struct sockaddr_dl *dl = *address; in printaddr() local
456 dl->sdl_nlen, dl->sdl_data); in printaddr()
457 *address = (char *)*address + sizeof (*dl); in printaddr()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Ddiag.c76 d_offline_drive(struct dlist *dl, int *bsy_res_flag_p, int verbose) in d_offline_drive() argument
83 for (; dl != NULL; dl = dl->next) { in d_offline_drive()
86 (void) strcpy(dev_path1, dl->dev_path); in d_offline_drive()
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S760 CLIRET(%rdi, %dl) /* returns event mask in %dl */
765 testb $1, %dl
857 CLIRET(%rdi, %dl) /* returns event mask in %dl */
862 testb $1, %dl
1431 movb $-1, %dl
1433 xchgb %dl, (%rax)
1434 testb %dl, %dl
1508 setne %dl
1510 movzbl %dl, %eax
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.S154 and %o3, 0x4, %o3 ! fprs.du = fprs.dl = 0
160 and %o3, 0x4, %o3 ! fprs.du = fprs.dl = 0
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.S1964 test %dl, %dl
1966 test $0x01, %dl
1968 test $0x02, %dl
1970 test $0x04, %dl
1972 test $0x08, %dl
1974 test $0x10, %dl
1976 test $0x20, %dl
1978 test $0x40, %dl
2232 test %dl, %dl
2234 test $0x01, %dl
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemchr.S70 cmpb %dl, %cl / if the first byte is %cl
75 cmpb %dl, %cl / if the third byte is %cl
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S93 movb %ah,%dl / %dl <- condition code of y
102 movb %dl,%cl
127 movb %dl,%cl
157 movb %dl,%cl
/illumos-gate/usr/src/uts/common/sys/
H A Ddl.h41 typedef struct dl { struct
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c392 size_t dl, sl; in nis_name_of_r() local
402 dl = strlen(ln->domain); /* _always dot terminated_ */ in nis_name_of_r()
413 if (dl == 1) { /* We're the '.' directory */ in nis_name_of_r()
425 buf[(sl - dl) - 1] = '\0'; in nis_name_of_r()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu.c1871 if (dr->dt.dl.dr_nopwrite) { in dmu_sync_done()
1882 dr->dt.dl.dr_overridden_by = *zio->io_bp; in dmu_sync_done()
1883 dr->dt.dl.dr_override_state = DR_OVERRIDDEN; in dmu_sync_done()
1884 dr->dt.dl.dr_copies = zio->io_prop.zp_copies; in dmu_sync_done()
1896 if (BP_IS_HOLE(&dr->dt.dl.dr_overridden_by) && in dmu_sync_done()
1897 dr->dt.dl.dr_overridden_by.blk_birth == 0) in dmu_sync_done()
1898 BP_ZERO(&dr->dt.dl.dr_overridden_by); in dmu_sync_done()
1900 dr->dt.dl.dr_override_state = DR_NOT_OVERRIDDEN; in dmu_sync_done()
2140 if (dr->dt.dl.dr_override_state == DR_IN_DMU_SYNC || in dmu_sync()
2141 dr->dt.dl.dr_override_state == DR_OVERRIDDEN) { in dmu_sync()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0b163 dl
164 dl
165 dl
H A Dt.set0a163 dl
164 1 dl
165 dl
H A Dt.printf55 %: dl ... 1153 1153 dl
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.S150 and %o3, 0x4, %o3 ! fprs.du = fprs.dl = 0
156 and %o3, 0x4, %o3 ! fprs.du = fprs.dl = 0
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpow.S96 movb %ah,%dl / %dl <- condition code of y
105 movb %dl,%cl
147 movb %dl,%cl
178 movb %dl,%cl
H A Dpowf.S97 movb %ah,%dl / %dl <- condition code of y
106 movb %dl,%cl
133 movb %dl,%cl
164 movb %dl,%cl
H A Dpowl.S93 movb %ah,%dl / %dl <- condition code of y
102 movb %dl,%cl
129 movb %dl,%cl
160 movb %dl,%cl
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_dir.h62 extern void zfs_dl_name_switch(zfs_dirlock_t *dl, char *new, char **old);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_owner_001_pos.ksh75 echo $(ls -dl $node | awk '{print $3}')
89 echo $(ls -dl $node | awk '{print $4}')
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c198 devlink_callback(di_devlink_t dl, void *arg) in devlink_callback() argument
201 char *devpath = (char *)di_devlink_path(dl); in devlink_callback()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DMamfile1099 make ${INSTALLROOT}/lib/lib/dl
1101 make dl.req
1102 make dl.c
1103 done dl.c
1106 exec - for i in dl.c
1109 exec - for p in dl -
1125 exec - echo " $r" > dl.req
1126 exec - rm -f dl.exe dl
1127 done dl.req generated
1128dl.req' || ${STDCMP} 2>/dev/null -s dl.req ${INSTALLROOT}/lib/lib/dl || { ${STDMV} ${INSTALLROOT}/…
[all …]
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c988 dl_ipnetinfo_t *dl; in ipnet_addheader() local
994 dl = (dl_ipnetinfo_t *)dlhdr->b_rptr; in ipnet_addheader()
995 dl->dli_version = DL_IPNETINFO_VERSION; in ipnet_addheader()
996 dl->dli_family = hdr->hpo_family; in ipnet_addheader()
997 dl->dli_htype = hdr->hpo_htype; in ipnet_addheader()
998 dl->dli_pktlen = hdr->hpo_pktlen; in ipnet_addheader()
999 dl->dli_ifindex = hdr->hpo_ifindex; in ipnet_addheader()
1000 dl->dli_grifindex = hdr->hpo_grifindex; in ipnet_addheader()
1001 dl->dli_zsrc = hdr->hpo_zsrc; in ipnet_addheader()
1002 dl->dli_zdst = hdr->hpo_zdst; in ipnet_addheader()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib431 value=$(ls -dl $node | awk '{print $3}')
452 value=$(ls -dl $node | awk '{print $4}')
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c375 short dl; /* Log of magnitude of 'd'. */ in _g721_quantize() local
392 dl = (exp << 7) + mant; in _g721_quantize()
399 dln = dl - (y >> 2); in _g721_quantize()

123456789