Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/arm/nvidia/
H A Dtegra_i2c.c475 enum tegra_i2c_xfer_type xtype) in tegra_i2c_start_msg() argument
491 if (xtype == XFER_CONTINUE) in tegra_i2c_start_msg()
493 else if (xtype == XFER_REPEAT_START) in tegra_i2c_start_msg()
536 enum tegra_i2c_xfer_type xtype; in tegra_i2c_transfer() local
562 xtype = XFER_CONTINUE; in tegra_i2c_transfer()
564 xtype = XFER_STOP; in tegra_i2c_transfer()
567 xtype = XFER_CONTINUE; in tegra_i2c_transfer()
569 xtype = XFER_REPEAT_START; in tegra_i2c_transfer()
571 tegra_i2c_start_msg(sc, sc->msg, xtype); in tegra_i2c_transfer()
/freebsd/crypto/openssh/regress/
H A Dkeytype.sh27 xtype=`echo ${kt} | awk -F- '{print $1}'`
30 *) type=$xtype; bits=$xbits; bits_arg="-b $bits";;
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-zed.postinst10 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
H A Dopenzfs-zfs-zed.postrm11 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
/freebsd/usr.sbin/rarpd/
H A Drarpd.c714 int xtype, xindex; in update_arptab() local
769 xtype = ll2->sdl_type; in update_arptab()
787 ll2->sdl_type = xtype; in update_arptab()
/freebsd/sys/cddl/dev/sdt/
H A Dsdt.c331 if (argtype->xtype != NULL) in sdt_getargdesc()
332 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
/freebsd/sys/sys/
H A Dsdt.h95 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
246 .xtype = _xtype, \
434 const char *xtype; /* Translated argument type. */ member
/freebsd/contrib/sendmail/src/
H A Ddeliver.c5350 int xtype, rtype; local
5433 xtype = p[0] - '0';
5435 xtype = 0;
5447 if (xtype > 0 && ISSMTPCODE(dsn) &&
5448 (rtype = dsn[0] - '0') > 0 && rtype != xtype)
5513 ((xtype > 0 && rtype != xtype) || rtype < 4))
5529 ((xtype > 0 && rtype != xtype) || rtype < 4))
/freebsd/share/examples/csh/
H A Ddot.cshrc41 regex used xtype fprint fprint0 fprintf print0 printf not a and o or)/' \
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh179 lname empty path regex used xtype fprint fprint0 fprintf print0 \
/freebsd/contrib/sqlite3/
H A Dsqlite3.c31333 etByte xtype = etINVALID; /* Conversion paradigm */ in sqlite3_str_vappendf() local
31482 xtype = etINVALID; in sqlite3_str_vappendf()
31486 xtype = infop->type; in sqlite3_str_vappendf()
31510 switch( xtype ){ in sqlite3_str_vappendf()
31573 if( xtype==etORDINAL ){ in sqlite3_str_vappendf()
31636 if( xtype==etFLOAT ){ in sqlite3_str_vappendf()
31638 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31680 if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31685 xtype = etEXP; in sqlite3_str_vappendf()
31688 xtype = etFLOAT; in sqlite3_str_vappendf()
[all …]