Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 2569) sorted by last modified time

12345678910>>...103

/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbinfo.c687 ofmt_field_t *f = templ; in ofmt_fatal() local
689 while (f->of_name != NULL) { in ofmt_fatal()
690 fprintf(stderr, "%s", f->of_name); in ofmt_fatal()
691 f++; in ofmt_fatal()
692 if (f->of_name != NULL) in ofmt_fatal()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c126 uint_t f = 1 << i; in flag_printf() local
129 if (!(flags & f)) in flag_printf()
132 if ((n = flag_name(f)) != NULL) in flag_printf()
133 desc_printf(flag_desc(f), fp, "\t%s", n); in flag_printf()
135 desc_printf(flag_desc(f), fp, "\t0x%x", f); in flag_printf()
148 u_longlong_t f = 1ULL << i; in flag64_printf() local
151 if (!(flags & f)) in flag64_printf()
154 if ((n = flag_name(f)) != NULL) in flag64_printf()
155 desc_printf(flag_desc(f), fp, "\t%s", n); in flag64_printf()
157 desc_printf(flag_desc(f), fp, "\t0x%llx", f); in flag64_printf()
/illumos-gate/usr/src/uts/intel/ml/
H A Dswtch.S137 jz 1f; \
310 jne 1f
312 jmp 2f
H A Dretpoline.S37 call 2f; \
54 call 2f; \
146 call 2f
151 call 2f
190 call 1f
191 jmp 5f
194 call 2f
200 jmp 4f
230 call 2f; \
H A Dmodstubs.S123 je 5f; /* no */ \
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h145 #define DTRACE_PROBE3(a, b, c, d, e, f, g) \ argument
151 #define DTRACE_PROBE4(a, b, c, d, e, f, g, h, i) \ argument
168 #define newproc(f, a, cid, pri, ctp, pid) (ENOSYS) argument
252 #define VOP_CLOSE(vp, f, c, o, cr, ct) 0 argument
255 #define VOP_SPACE(vp, cmd, a, f, o, cr, ct) 0 argument
257 #define VOP_FSYNC(vp, f, cr, ct) fsync((vp)->v_fd) argument
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-cpu-amd-zen.p5m38 # 1450: f17h m00-0f nb
39 # 1460-1467: f17h m00-0f df
40 # 1480: f17h m30-3f/70-7f, f19h m00-0f, m20-2f nb
41 # 1490-1497: f17h m30-3f df
45 # 14d8: f19h m60-6f, f1ah m40-4f nb
46 # 14e8: f19h m70-7f nb
47 # 14e0-14e7: f19h m60-6f, f1ah m40-4f df
49 # 1507: f1ah m20-2f nb
50 # 153a: f1ah m00-1f nb
53 # 1630: f17h m60-6f, f19h m50-5f nb
[all …]
H A Dsystem-test-utiltest.p5m201 file path=opt/util-tests/tests/awk/examples/awk/t.f mode=0444
202 file path=opt/util-tests/tests/awk/examples/awk/t.f.x mode=0444
426 file path=opt/util-tests/tests/awk/examples/out/t.f mode=0444
427 file path=opt/util-tests/tests/awk/examples/out/t.f.x mode=0444
1030 file path=opt/util-tests/tests/awk/tests/T.-f-f mode=0555
H A Ddriver-network-e1000g.p5m70 alias=pci8086,100f \
96 alias=pci8086,105f \
111 alias=pci8086,107f \
157 alias=pci8086,156f \
194 alias=pci8086,550f,p \
224 alias=pciex8086,105f \
228 alias=pciex8086,107f \
271 alias=pciex8086,156f \
308 alias=pciex8086,550f \
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c149 static int bd_open(struct open_file *f, ...);
150 static int bd_close(struct open_file *f);
151 static int bd_ioctl(struct open_file *f, ulong_t cmd, void *data);
830 bd_open(struct open_file *f, ...) in bd_open() argument
837 va_start(ap, f); in bd_open()
874 bd_close(struct open_file *f) in bd_close() argument
880 dev = (struct disk_devdesc *)f->f_devdata; in bd_close()
896 bd_ioctl(struct open_file *f, ulong_t cmd, void *data) in bd_ioctl() argument
902 dev = (struct disk_devdesc *)f->f_devdata; in bd_ioctl()
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids32 001f Walmart
1134 058f V550
1922 008f X422
3904 107f i860
3914 108f i80
12435 094f Yano
21688 224f APDM
23085 348f ISY
24429 00f L
24477 03f F6
[all …]
H A Dpci.ids338 000f 53c875
738 008f 53c875J
1262 164f Phoenix
1623 474f Rage XL
2863 679f Tahiti
4267 964f Sumo
10270 016f NV44
10298 017f NV17
10743 039f G73
12596 172f GP100
[all …]
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c2641 char *f; in do_get_features() local
2663 while ((f = strsep(&fstr, ",")) != NULL) { in do_get_features()
2664 filts[i] = f; in do_get_features()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.misc311 $AWK 'BEGIN { print "x\f\r\b\v\a\\y" }' > $TEMP2
406 $AWK '{ f[1]=1; f[2]=2; print $f[1], $f[1]++, $f[2], f[1], f[2] }' $TEMP0 > $TEMP2
408 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.misc $f[1]++'
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c154 if (f != SPA_FEATURE_NONE) in dsl_dataset_block_born()
488 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_hold_obj() local
879 spa_feature_incr(spa, f, tx); in dsl_dataset_activate_feature()
895 spa_feature_decr(spa, f, tx); in dsl_dataset_deactivate_feature()
958 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_create_sync_dd() local
1495 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_snapshot_sync_impl() local
1496 if (ds->ds_feature_inuse[f]) in dsl_dataset_snapshot_sync_impl()
1834 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_sync() local
3560 for (spa_feature_t f = 0; f < SPA_FEATURES; f++) { in dsl_dataset_clone_swap_sync_impl() local
3577 f, tx); in dsl_dataset_clone_swap_sync_impl()
[all …]
H A Dsa.c158 #define SA_COPY_DATA(f, s, t, l) \ argument
160 if (f == NULL) { \
171 sa_copy_data(f, s, t, l); \
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c7336 for (int f = 0; f < ZTEST_FUNCS; f++) { in main() local
7337 zi = &ztest_info[f]; in main()
7338 zc = ZTEST_GET_SHARED_CALLSTATE(f); in main()
7358 for (int f = 0; f < ZTEST_FUNCS; f++) { in main() local
7359 zc = ZTEST_GET_SHARED_CALLSTATE(f); in main()
7413 for (int f = 0; f < ZTEST_FUNCS; f++) { in main() local
7416 zi = &ztest_info[f]; in main()
7417 zc = ZTEST_GET_SHARED_CALLSTATE(f); in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh61 coreadm -p $TESTDIR/core.%f
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm_amd64.S190 je 1f ;\
295 je 7f; \
307 je 8f; \
318 jz 9f; \
562 je 5f
1099 je 7f
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_hw.h1101 #define ENAHW_FEAT_LINK_CONF_AUTONEG(f) \ argument
1102 ((f)->eflc_flags & ENAHW_FEAT_LINK_CONF_AUTONEG_MASK)
1104 #define ENAHW_FEAT_LINK_CONF_FULL_DUPLEX(f) \ argument
1172 #define ENAHW_FEAT_OFFLOAD_TX_L3_IPV4_CSUM(f) \ argument
1181 #define ENAHW_FEAT_OFFLOAD_TSO_IPV4(f) \ argument
1184 #define ENAHW_FEAT_OFFLOAD_TX_L4_IPV6_CSUM_PART(f) \ argument
1187 #define ENAHW_FEAT_OFFLOAD_TX_L4_IPV6_CSUM_FULL(f) \ argument
1190 #define ENAHW_FEAT_OFFLOAD_TSO_IPV6(f) \ argument
1193 #define ENAHW_FEAT_OFFLOAD_RX_L3_IPV4_CSUM(f) \ argument
1196 #define ENAHW_FEAT_OFFLOAD_RX_L4_IPV4_CSUM(f) \ argument
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c6247 #define LOCK_PRINT(d, s, t, f) if (d) lock_print(s, t, f) argument
6249 #define LOCK_PRINT(d, s, t, f) argument
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D64.bf16.out2 libdis_test+0x6: 62 f2 5f 09 72 eb vcvtneps2bf16 %xmm3,%xmm4,%xmm5{%k1}
16 libdis_test+0x51: 62 f2 5f 29 72 eb vcvtneps2bf16 %ymm3,%ymm4,%ymm5{%k1}
26 libdis_test+0x88: 62 f2 5f 49 72 eb vcvtneps2bf16 %zmm3,%zmm4,%zmm5{%k1}
37 libdis_test+0xc5: 62 f2 7e 8f 72 f5 vcvtneps2bf16 %xmm5,%xmm6{%k7}{z}
H A D64.bitalg.out163 libdis_test+0x36c: 62 f2 6d 08 8f d9 vpshufbitqmb %xmm1,%xmm2,%k3
164 libdis_test+0x372: 62 d2 1d 0d 8f e3 vpshufbitqmb %xmm11,%xmm12,%k4{%k5}
165 libdis_test+0x378: 62 d2 4d 00 8f 02 vpshufbitqmb (%r10),%xmm22,%k0
166 libdis_test+0x37e: 62 d2 4d 01 8f 02 vpshufbitqmb (%r10),%xmm22,%k0{%k1}
167 libdis_test+0x384: 62 d2 4d 00 8f 82 vpshufbitqmb 0x167(%r10),%xmm22,%k0
175 libdis_test+0x3ae: 62 f2 6d 28 8f d9 vpshufbitqmb %ymm1,%ymm2,%k3
176 libdis_test+0x3b4: 62 d2 1d 2d 8f e3 vpshufbitqmb %ymm11,%ymm12,%k4{%k5}
177 libdis_test+0x3ba: 62 d2 4d 20 8f 02 vpshufbitqmb (%r10),%ymm22,%k0
178 libdis_test+0x3c0: 62 d2 4d 21 8f 02 vpshufbitqmb (%r10),%ymm22,%k0{%k1}
187 libdis_test+0x3f0: 62 f2 6d 48 8f d9 vpshufbitqmb %zmm1,%zmm2,%k3
[all …]
H A D32.bitalg.out6 9f 64 00 00 00
18 9f 64 00 00 00
30 9f 64 00 00 00
42 9f 64 00 00 00
54 9f 64 00 00 00
66 9f 64 00 00 00
78 9f 64 00 00 00
93 9f 64 00 00 00
108 9f 64 00 00 00
123 9f 64 00 00 00
[all …]
H A D32.bf16.out2 libdis_test+0x6: 62 f2 5f 09 72 eb vcvtneps2bf16 %xmm3,%xmm4,%xmm5{%k1}
16 libdis_test+0x51: 62 f2 5f 29 72 eb vcvtneps2bf16 %ymm3,%ymm4,%ymm5{%k1}
26 libdis_test+0x88: 62 f2 5f 49 72 eb vcvtneps2bf16 %zmm3,%zmm4,%zmm5{%k1}
37 libdis_test+0xc5: 62 f2 7e 8f 72 f5 vcvtneps2bf16 %xmm5,%xmm6{%k7}{z}
38 libdis_test+0xcb: 62 f2 7e 08 72 3f vcvtneps2bf16 (%edi),%xmm7
51 libdis_test+0x115: 62 f2 7e 28 72 3f vcvtneps2bf16 (%edi),%ymm7
63 libdis_test+0x159: 62 f2 7e 48 72 3f vcvtneps2bf16 (%edi),%zmm7

12345678910>>...103