Home
last modified time | relevance | path

Searched refs:unc (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/linux/fs/ntfs3/
H A Dlznt.c29 const u8 *unc; member
60 if (hash[0] >= ctx->unc && hash[0] < src && hash[0][0] == src[0] && in longest_match_std()
68 if (hash[1] >= ctx->unc && hash[1] < src && hash[1][0] == src[0] && in longest_match_std()
94 if (ctx->unc >= src || !ctx->max_len) in longest_match_best()
98 for (ptr = ctx->unc; ptr < src; ++ptr) { in longest_match_best()
139 const u8 *unc, const u8 *unc_end, u8 *cmpr, in compress_chunk() argument
145 const u8 *up = unc; in compress_chunk()
154 if (unc + LZNT_CHUNK_SIZE < unc_end) in compress_chunk()
155 unc_end = unc + LZNT_CHUNK_SIZE; in compress_chunk()
159 ctx->unc = unc; in compress_chunk()
[all …]
/openbmc/linux/fs/smb/client/
H A Ddns_resolve.c32 dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry) in dns_resolve_server_name_to_ip() argument
38 if (!ip_addr || !unc) in dns_resolve_server_name_to_ip()
41 len = strlen(unc); in dns_resolve_server_name_to_ip()
43 cifs_dbg(FYI, "%s: unc is too short: %s\n", __func__, unc); in dns_resolve_server_name_to_ip()
49 hostname = unc + 2; in dns_resolve_server_name_to_ip()
57 __func__, unc); in dns_resolve_server_name_to_ip()
H A Dunc.c18 char *extract_hostname(const char *unc) in extract_hostname() argument
26 if (strlen(unc) < 3) in extract_hostname()
28 for (src = unc; *src && *src == '\\'; src++) in extract_hostname()
49 char *extract_sharename(const char *unc) in extract_sharename() argument
55 src = unc + 2; in extract_sharename()
H A Ddns_resolve.h17 int dns_resolve_server_name_to_ip(const char *unc, struct sockaddr *ip_addr, time64_t *expiry);
H A Dmisc.c1109 void extract_unc_hostname(const char *unc, const char **h, size_t *len) in extract_unc_hostname() argument
1114 while (*unc && (*unc == '\\' || *unc == '/')) in extract_unc_hostname()
1115 unc++; in extract_unc_hostname()
1117 end = unc; in extract_unc_hostname()
1122 *h = unc; in extract_unc_hostname()
1123 *len = end - unc; in extract_unc_hostname()
H A DMakefile11 readdir.o ioctl.o sess.o export.o unc.o winucase.o \
H A Ddfs_cache.c1100 char unc[sizeof("\\\\") + SERVER_NAME_LENGTH] = {0}; in target_share_equal() local
1115 scnprintf(unc, sizeof(unc), "\\\\%.*s", (int)hostlen, host); in target_share_equal()
1117 rc = dns_resolve_server_name_to_ip(unc, (struct sockaddr *)&ss, NULL); in target_share_equal()
H A Dcifsproto.h671 void extract_unc_hostname(const char *unc, const char **h, size_t *len);
680 char *extract_hostname(const char *unc);
681 char *extract_sharename(const char *unc);
/openbmc/linux/arch/ia64/lib/
H A Dmemset.S90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ?
101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
289 (p_y) cmp.le.unc p_yy, p_nn = 16, cnt
300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
335 (p_yy) cmp.le.unc p_y, p0 = 8, cnt
344 (p_y) cmp.le.unc p_yy, p0 = 8, cnt
H A Dstrncpy_from_user.S39 (p6) cmp.ne.unc p8,p0=in1,r10
/openbmc/linux/kernel/power/
H A Dswap.c596 unsigned char *unc[LZO_THREADS]; /* uncompressed data */ member
620 d->unc[i], *d->unc_len[i]); in crc32_threadfn()
638 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
662 d->ret = lzo1x_1_compress(d->unc, d->unc_len, in lzo_compress_threadfn()
751 crc->unc[thr] = data[thr].unc; in save_image_lzo()
787 memcpy(data[thr].unc + off, in save_image_lzo()
1122 unsigned char unc[LZO_UNC_SIZE]; /* uncompressed buffer */ member
1147 d->unc, &d->unc_len); in lzo_decompress_threadfn()
1149 flush_icache_range((unsigned long)d->unc, in lzo_decompress_threadfn()
1150 (unsigned long)d->unc + d->unc_len); in lzo_decompress_threadfn()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c61 static int vp7045_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in vp7045_fe_read_unc_blocks() argument
64 *unc = (vp7045_read_reg(state->d, 0x10) << 8) | in vp7045_fe_read_unc_blocks()
H A DcinergyT2-fe.c181 static int cinergyt2_fe_read_unc_blocks(struct dvb_frontend *fe, u32 *unc) in cinergyt2_fe_read_unc_blocks() argument
185 *unc = le32_to_cpu(state->status.uncorrected_block_count); in cinergyt2_fe_read_unc_blocks()
H A Ddtt200u-fe.c72 static int dtt200u_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in dtt200u_fe_read_unc_blocks() argument
82 *unc = (state->data[0] << 8) | state->data[1]; in dtt200u_fe_read_unc_blocks()
H A Dvp702x-fe.c100 static int vp702x_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in vp702x_fe_read_unc_blocks() argument
104 *unc = 0; in vp702x_fe_read_unc_blocks()
H A Daf9005-fe.c40 u32 unc; member
406 state->unc += state->abort_count; in af9005_get_statistic()
487 static int af9005_fe_read_unc_blocks(struct dvb_frontend *fe, u32 * unc) in af9005_fe_read_unc_blocks() argument
493 *unc = state->unc; in af9005_fe_read_unc_blocks()
/openbmc/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_req.h48 u64 unc : 8; member
340 u64 unc : 8; member
352 u64 unc : 8;
/openbmc/phosphor-pid-control/
H A Dmeson.options6 option('unc-failsafe', type: 'boolean', value: false, description: 'Set the fans to failsafe mode w…
H A Dmeson.build22 conf_data.set('UNC_FAILSAFE', get_option('unc-failsafe'))
/openbmc/linux/drivers/usb/gadget/function/
H A Duvc_v4l2.c34 struct uvcg_uncompressed *unc; in to_uvc_format() local
37 unc = to_uvcg_uncompressed(&uformat->group.cg_item); in to_uvc_format()
38 if (!unc) in to_uvc_format()
41 memcpy(guid, unc->desc.guidFormat, sizeof(guid)); in to_uvc_format()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h273 uint16_t unc:1; member
284 uint16_t unc:1;
297 uint16_t unc:1; member
305 uint16_t unc:1;
/openbmc/linux/Documentation/scsi/
H A Daha152x.rst191 "Writing a SCSI device driver for Linux", Rik Faith (faith@cs.unc.edu)
193 "Kernel Hacker's Guide", Michael K. Johnson (johnsonm@sunsite.unc.edu)
197 Michael K. Johnson (johnsonm@sunsite.unc.edu)
/openbmc/linux/drivers/media/dvb-frontends/
H A Dgp8psk-fe.c94 static int gp8psk_fe_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in gp8psk_fe_read_unc_blocks() argument
97 *unc = 0; in gp8psk_fe_read_unc_blocks()
H A Ddib3000mb.c662 static int dib3000mb_read_unc_blocks(struct dvb_frontend* fe, u32 *unc) in dib3000mb_read_unc_blocks() argument
666 *unc = rd(DIB3000MB_REG_PACKET_ERROR_RATE); in dib3000mb_read_unc_blocks()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_cold_reset.robot37 @{thresholds_list} lcr lnc unc ucr
190 ... Set To Dictionary ${tmp_dict} unc ${ipmi_upper_non_critical_threshold}
241 ... '${threshold_key}' == 'unc' ${7}

12