Searched refs:__func__ (Results 151 - 175 of 1796) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzrlock.h48 #define zrl_add(_z) zrl_add_impl((_z), __func__)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c61 __func__, scr, OS_REG_READ(ah, AR_PCICFG));
78 __func__, POWER_UP_TIME/50);
132 HALDEBUG(ah, HAL_DEBUG_POWER, "%s: %s -> %s (%s)\n", __func__,
153 __func__, mode);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c76 __func__, POWER_UP_TIME/1000);
142 HALDEBUG(ah, HAL_DEBUG_POWER, "%s: %s -> %s (%s)\n", __func__,
162 __func__, mode);
186 __func__, mode);
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.h97 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
98 "%s", __func__); \
103 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
107 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \
/freebsd-11-stable/sys/netsmb/
H A Dsmb_subr.h39 #define SMBERROR(format, args...) printf("%s: "format, __func__ ,## args)
40 #define SMBPANIC(format, args...) printf("%s: "format, __func__ ,## args)
43 #define SMBSDEBUG(format, args...) printf("%s: "format, __func__ ,## args)
49 #define SMBIODEBUG(format, args...) printf("%s: "format, __func__ ,## args)
H A Dsmb_trantcp.h35 __func__ , __LINE__ ,## args)
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_fixup.c90 __func__, buf);
107 __func__, buf);
127 __func__, device_get_nameunit(dev), bus, slot, func);
140 __func__, buf);
/freebsd-11-stable/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h177 #define ACPI_GET_FUNCTION_NAME __func__
/freebsd-11-stable/sbin/hastd/
H A Dpjdlog.h99 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
100 __func__); \
105 pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
109 #define PJDLOG_ABORT(...) pjdlog_abort(__func__, __FILE__, \
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h88 __func__, __LINE__, current->pid, ##__VA_ARGS__)
92 __func__, __LINE__, current->pid, ##__VA_ARGS__)
96 __func__, __LINE__, current->pid, ##__VA_ARGS__)
100 format, __func__, __LINE__, ##__VA_ARGS__)
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.h36 printf("NAT64: %s: " fmt "\n", __func__, ## __VA_ARGS__)
/freebsd-11-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.c107 __func__));
135 ("%s: non-empty bioq", __func__));
159 ("%s: bio already active", __func__));
163 panic("%s: bioq empty", __func__);
261 KASSERT(sc->as_currentbio != NULL, ("%s: no current I/O", __func__));
343 panic("%s: invalid exit state %d", __func__, sc->as_state);
362 ("%s: already in detached", __func__));
383 panic("%s: invalid enter state %d", __func__, sc->as_state);
405 ("%s: starting when not IDLE", __func__));
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c42 __func__, i);
51 __func__, ath_hal_ether_sprintf(macaddr));
123 "%s: cannot read EEPROM magic number\n", __func__);
128 "%s: invalid EEPROM magic number 0x%x\n", __func__, eeval);
135 __func__);
143 "%s: unable to read EEPROM version\n", __func__);
152 __func__, eeprom_version);
167 __func__, sum);
176 "%s: cannot read regdomain from EEPROM\n", __func__);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c143 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: Enable MIB counters\n", __func__);
159 HALDEBUG(ah, HAL_DEBUG_RESET, "%s: Disabling MIB counters\n", __func__);
197 "%s: No more channel states left. Using channel 0\n", __func__);
282 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: Detaching Ani\n", __func__);
309 __func__, AH_PRIVATE(ah)->ah_macVersion, AH_PRIVATE(ah)->ah_macRev,
364 "**** %s: ofdmlevel %d=>%d, rssi=%d[lo=%d hi=%d]\n", __func__,
420 __func__, ani_state->cck_noise_immunity_level, cck_noise_immunity_level,
467 "%s: ignoring cmd 0x%02x - no channel\n", __func__, cmd);
545 __func__, chan->ic_freq,
561 __func__, leve
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_log.h73 #define __func__ __FUNCTION__ macro
77 "%s: [\n", __func__);
80 "%s: ]\n", __func__);
86 "%s: [\n", __func__);
89 "%s: ]\n", __func__);
496 osm_log_v2(log, level, FILE_ID, "%s: " fmt, __func__, ## __VA_ARGS__); \
500 osm_log_msg_box_v2(log, level, FILE_ID, __func__, msg)
504 osm_log(log, level, "%s: " fmt, __func__, ## __VA_ARGS__); \
508 osm_log_msg_box(log, level, __func__, msg)
/freebsd-11-stable/sys/kern/
H A Dsubr_eventhandler.c88 CTR2(KTR_EVH, "%s: creating list \"%s\"", __func__, name);
112 KASSERT(epn != NULL, ("%s: cannot register NULL event", __func__));
122 ("%s: handler for %s registered with dead priority", __func__, name));
125 CTR4(KTR_EVH, "%s: adding item %p (function %p) to \"%s\"", __func__, epn,
194 CTR3(KTR_EVH, "%s: removing item %p from \"%s\"", __func__, ep,
199 CTR3(KTR_EVH, "%s: marking item %p from \"%s\" as dead", __func__,
206 CTR2(KTR_EVH, "%s: removing all items from \"%s\"", __func__,
215 __func__, list->el_name);
286 CTR2(KTR_EVH, "%s: pruning list \"%s\"", __func__, list->el_name);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c37 __func__, strerror(errno));
48 __func__, type, name, strerror(errno));
73 __func__, strerror(errno));
81 __func__, strerror(errno));
91 __func__, strerror(errno));
97 __func__, (int) res, (int) len[i]);
106 __func__, strerror(errno));
112 __func__, (int) res, (int) mac_len);
296 __func__, strerror(errno));
305 __func__, strerro
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp_targ.c267 printf("%s: login = NULL\n", __func__);
273 printf("%s: free orbi %p\n", __func__, orbi);
282 printf("%s: free login %p\n", __func__, login);
295 printf("%s: login_id=%d expired\n", __func__, login->id);
298 printf("%s: login_id=%d not hold\n", __func__, login->id);
323 printf("%s: already freezed\n", __func__);
397 __func__, ccb->ccb_h.target_id, lun);
402 __func__,ccb->ccb_h.target_id, lun);
441 printf("%s: malloc'd lstate %p\n",__func__, lstate);
514 printf("%s: free lstate %p\n", __func__, lstat
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dsound.h427 __func__, __LINE__); \
432 __func__, __LINE__); \
440 __func__, __LINE__); \
443 "Trying to acquire BUSY cv!", __func__, __LINE__); \
450 __func__, __LINE__); \
458 __func__, __LINE__, \
464 __func__, __LINE__); \
471 __func__, __LINE__); \
481 __func__, __LINE__); \
490 "Failed, snddev_info=%p", __func__, __LINE_
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-blockpool.c69 __FILE__, __func__, __LINE__);
81 __FILE__, __func__, __LINE__, VXGE_HAL_FAIL);
118 __FILE__, __func__, __LINE__,
139 __FILE__, __func__, __LINE__,
163 __FILE__, __func__, __LINE__,
191 __FILE__, __func__, __LINE__,
203 __FILE__, __func__, __LINE__, status);
228 __FILE__, __func__, __LINE__);
238 __FILE__, __func__, __LINE__);
283 __FILE__, __func__, __LINE_
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c216 __func__, sc, (void*) st, (void*) sh);
222 "%s: cannot allocate memory for state block\n", __func__);
249 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: chip reset failed\n", __func__);
269 __func__, AH_PRIVATE(ah)->ah_macVersion);
278 __func__);
296 "driver\n", __func__, AH_PRIVATE(ah)->ah_analog5GhzRev);
305 "%u (0x%x) found\n", __func__, val, val);
328 "this driver\n", __func__,
341 __func__);
358 "%s: error getting mac address from EEPROM\n", __func__);
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dder.c189 DPRINTF(("%s:[1] %zu >= %zu\n", __func__, *p, l));
201 DPRINTF(("%s:[2] %zu + %u >= %zu\n", __func__, *p, digits, l));
218 __func__, *p, len, l));
270 DPRINTF(("%s: bad tag 1\n", __func__));
273 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset,
278 DPRINTF(("%s: bad tag 2\n", __func__));
281 DPRINTF(("%s2: %d %" SIZE_T_FORMAT "u %u\n", __func__, ms->offset,
310 DPRINTF(("%s: compare %zu bytes\n", __func__, len));
314 DPRINTF(("%s: bad tag 1\n", __func__));
318 DPRINTF(("%s1: %d %" SIZE_T_FORMAT "u %u\n", __func__, m
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c128 __func__, sc, (void*) st, (void*) sh);
134 "%s: cannot allocate memory for state block\n", __func__);
155 __func__);
162 __func__);
170 __func__, MS(val, AR_XSREV_ID), MS(val, AR_XSREV_VERSION),
202 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: chip reset failed\n", __func__);
211 __func__);
237 "this driver\n", __func__,
246 __func__, ecode);
261 "%s: error getting mac address from EEPROM\n", __func__);
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c70 err(EXIT_FAILURE, "%s: Can't open `%s' for writing", __func__,
82 __func__);
91 __func__);
104 warnx("%s: Error writing path tables to image", __func__);
114 warnx("%s: Error writing files to image", __func__);
286 INODE_WARNX(("%s: skipping written inode %d", __func__,
290 __func__, (int)inode->st.st_ino, inode->ino));
360 warnx("%s: write error", __func__);
441 warn("%s: cannot open %s", __func__, filename);
455 warn("%s: fread", __func__);
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c144 QL_DPRINT2((dev, "%s: enter\n", __func__));
158 device_printf(dev, "%s: tx ring alloc failed\n", __func__);
164 __func__, (void *)(ha->hw.dma_buf.tx_ring.dma_addr),
185 __func__));
194 __func__, i,
211 __func__);
220 __func__, i,
245 device_printf(dev, "%s: context alloc failed\n", __func__);
250 __func__, (void *)(ha->hw.dma_buf.context.dma_addr),
395 __func__, h
[all...]

Completed in 296 milliseconds

1234567891011>>