Searched refs:upd (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c70 create(struct update *upd) argument
75 if (!(upd->set & UPD_MASK)) {
76 if (IN_CLASSA(ntohl(upd->addr.s_addr)))
77 upd->mask.s_addr = htonl(IN_CLASSA_NET);
78 else if (IN_CLASSB(ntohl(upd->addr.s_addr)))
79 upd->mask.s_addr = htonl(IN_CLASSB_NET);
80 else if (IN_CLASSC(ntohl(upd->addr.s_addr)))
81 upd->mask.s_addr = htonl(IN_CLASSC_NET);
83 upd->mask.s_addr = 0xffffffff;
86 bcast.s_addr = upd
105 modify(struct update *upd, struct mibifa *ifa) argument
145 destroy(struct snmp_context *ctx __unused, struct update *upd, struct mibifa *ifa) argument
161 struct update *upd = (struct update *)dep; local
225 struct update *upd; local
[all...]
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c1440 int lowa, upb, lowc, upd, do_output; local
1451 upd = MIN(len[1], context_vec_ptr->d + diff_context);
1501 range(lowc, upd, ",");
1533 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
1543 int lowa, upb, lowc, upd; local
1554 upd = MIN(len[1], context_vec_ptr->d + diff_context);
1559 uni_range(lowc, upd);
1606 fetch(ixnew, d + 1, upd, f2, ' ', 0, flags);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h1033 upd:1, member in struct:sli4_cmd_reg_rpi_s
1059 upd:1, member in struct:sli4_cmd_reg_vfi_s
1082 upd:1, member in struct:sli4_cmd_reg_vpi_s
H A Dsli4.c1228 reg_rpi->upd = update;
1313 reg_vpi->upd = update != 0;

Completed in 104 milliseconds