templ
struct ck_attribute *templ,
struct ck_attribute *templ, unsigned long count,
struct ck_attribute *templ,
struct ck_attribute *templ,
struct ck_attribute *templ,
struct ck_attribute *templ,
struct ck_attribute *templ,
struct ck_attribute *templ,
u_int32_t templ;
GETLONG(templ, cp);
latval = (templ - ((unsigned)1<<31));
GETLONG(templ, cp);
longval = (templ - ((unsigned)1<<31));
GETLONG(templ, cp);
if (templ < referencealt) { /*%< below WGS 84 spheroid */
altval = referencealt - templ;
altval = templ - referencealt;
if (templ->name == NULL)
len = strlen(templ->name);
rule->name = kstrdup(templ->name, M_DEVFS);
if (templ->rule_cmd & DEVFS_RULE_LINK) {
if (templ->linkname == NULL)
len = strlen(templ->linkname);
rule->linkname = kstrdup(templ->linkname, M_DEVFS);
rule->rule_type = templ->rule_type;
rule->rule_cmd = templ->rule_cmd;
rule->dev_type = templ->dev_type;
rule->mode = templ->mode;
rule->uid = templ->uid;
rule->gid = templ->gid;
devfs_rule_insert(struct devfs_rule_ioctl *templ)
rule = devfs_rule_alloc(templ);
devfs_rule_clear(struct devfs_rule_ioctl *templ)
if (templ->mntpoint == NULL)
mntpointlen = strlen(templ->mntpoint);
if ((templ->mntpoint[0] == '*') ||
(!memcmp(templ->mntpoint, rule1->mntpoint, mntpointlen)))) {
devfs_rule_alloc(struct devfs_rule_ioctl *templ)
if (templ->mntpoint == NULL)
len = strlen(templ->mntpoint);
rule->mntpoint = kstrdup(templ->mntpoint, M_DEVFS);
if (templ->rule_type & DEVFS_RULE_NAME) {
struct templ *p;
struct templ specials[] =