Searched refs:_id (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/sys/arm/at91/
H A Dat91sam9g45.c99 #define DEVICE(_name, _id, _unit) \
102 AT91SAM9G45_ ## _id ##_BASE, \
103 AT91SAM9G45_ ## _id ## _SIZE, \
104 AT91SAM9G45_IRQ_ ## _id \
H A Dat91rm9200.c98 #define DEVICE(_name, _id, _unit) \
101 AT91RM92_ ## _id ##_BASE, \
102 AT91RM92_ ## _id ## _SIZE, \
103 AT91RM92_IRQ_ ## _id \
H A Dat91sam9260.c96 #define DEVICE(_name, _id, _unit) \
99 AT91SAM9260_ ## _id ##_BASE, \
100 AT91SAM9260_ ## _id ## _SIZE, \
101 AT91SAM9260_IRQ_ ## _id \
H A Dat91sam9g20.c96 #define DEVICE(_name, _id, _unit) \
99 AT91SAM9G20_ ## _id ##_BASE, \
100 AT91SAM9G20_ ## _id ## _SIZE, \
101 AT91SAM9G20_IRQ_ ## _id \
H A Dat91sam9x5.c97 #define DEVICE(_name, _id, _unit) \
100 AT91SAM9X25_ ## _id ##_BASE, \
101 AT91SAM9X25_ ## _id ## _SIZE, \
102 AT91SAM9X25_IRQ_ ## _id \
/freebsd-10-stable/tools/tools/ath/common/
H A Dah_osdep.h61 #define OS_MARK(_ah, _id, _v)
/freebsd-10-stable/sys/dev/ath/
H A Dah_osdep.h136 #define OS_MARK(_ah, _id, _v)
H A Dif_athvar.h1117 #define ath_hal_getdiagstate(_ah, _id, _indata, _insize, _outdata, _outsize) \
1118 ((*(_ah)->ah_getDiagState)((_ah), (_id), \
/freebsd-10-stable/lib/libutil/
H A Dlibutil.h199 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id);
200 int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id);
201 int quota_write_usage(struct quotafile *_qf, struct dqblk *_dqb, int _id);
/freebsd-10-stable/sys/dev/digi/
H A Ddigi.h194 const char *digi_errortxt(int _id);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h93 uint_t _id; /* member identifier */ member in struct:dt_node::__anon66::__anon71
134 #define dn_membid dn_u._member._id /* DT_NODE_MEMBER */
/freebsd-10-stable/etc/rc.d/
H A Djail425 local _j _jv _jid _id _name
441 $jail_jls jid name | while read _id _name; do
443 echo $_id > /var/run/jail_${_name}.id
/freebsd-10-stable/include/arpa/
H A Dnameser.h127 u_int16_t _id, _flags, _counts[ns_s_max]; member in struct:__ns_msg
151 #define ns_msg_id(handle) ((handle)._id + 0)
/freebsd-10-stable/sys/dev/virtio/console/
H A Dvirtio_console.c132 #define VTCON_ASSERT_VALID_PORTID(_sc, _id) \
133 KASSERT((_id) >= 0 && (_id) < (_sc)->vtcon_max_ports, \
134 ("%s: port ID %d out of range", __func__, _id))
/freebsd-10-stable/contrib/ldns/ldns/
H A Dpacket.h195 uint16_t _id; member in struct:ldns_struct_hdr
/freebsd-10-stable/lib/libc/nameser/
H A Dns_parse.c114 NS_GET16(handle->_id, msg);
/freebsd-10-stable/sys/netinet/libalias/
H A Dalias_local.h263 u_short _id, int _create);
/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c114 pmcstat_image *_i, pmc_id_t _id);
/freebsd-10-stable/contrib/ldns/
H A Dpacket.c41 return packet->_header->_id;
452 packet->_header->_id = id;
/freebsd-10-stable/usr.sbin/lpr/lpr/
H A Dlpr.c122 static char *lmktemp(const struct printer *_pp, const char *_id,
/freebsd-10-stable/contrib/sendmail/src/
H A Dsendmail.h1166 int _id,
1178 int _id,
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex167 \texttt{0x1C} & \emph{boot\_cpu\_id} & \tge v2 only\\\cline{2-2}
/freebsd-10-stable/sys/kern/
H A Dvfs_aio.c1065 aio_daemon(void *_id) argument
1073 int id = (intptr_t)_id;

Completed in 313 milliseconds