Searched refs:vend (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/usr.bin/env/
H A Denvopts.c391 const char *vbegin, *vend, *vvalue; local
397 vbegin = vend = (*src_p) + 1;
400 vend = vbegin + 1;
401 while (*vend == '_' || isalnumch(*vend))
402 vend++;
403 if (*vend == '}')
416 *src_p = vend;
417 namelen = vend - vbegin + 1;
/freebsd-10.0-release/contrib/mdocml/
H A Dterm.c110 size_t vend; /* end of word visual position on output */ local
138 vis = vend = 0;
147 vend = (vis / p->tabwidth + 1) * p->tabwidth;
148 vbl += vend - vis;
149 vis = vend;
167 vend -= (*p->width)(p, p->buf[j - 1]);
173 if (vend > vis && vend < bp &&
177 vend += (*p->width)(p, p->buf[j]);
184 if (vend > b
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_inform.c185 if (p_infr->inform_record.inform_info.g_or_v.vend.dev_id !=
186 p_infr_rec->inform_record.inform_info.g_or_v.vend.dev_id)
189 else if (p_infr->inform_record.inform_info.g_or_v.vend.
191 p_infr_rec->inform_record.inform_info.g_or_v.vend.
195 else if (p_infr->inform_record.inform_info.g_or_v.vend.
197 p_infr_rec->inform_record.inform_info.g_or_v.vend.
201 else if (p_infr->inform_record.inform_info.g_or_v.vend.
203 p_infr_rec->inform_record.inform_info.g_or_v.vend.
463 if ((p_ii->g_or_v.vend.dev_id != 0xFFFF) &&
464 (p_ii->g_or_v.vend
[all...]
H A Dosm_helper.c1391 cl_ntoh16(p_ii->g_or_v.vend.dev_id),
1473 cl_ntoh16(p_iir->inform_info.g_or_v.vend.
1797 cl_ntoh16(p_ntci->g_or_v.vend.dev_id));
H A Dosm_trap_rcv.c405 "Received Vendor Notice type:%u vend:0x%06X "
409 cl_ntoh16(p_ntci->g_or_v.vend.dev_id),
/freebsd-10.0-release/sys/dev/firewire/
H A Dsbp.h184 uint32_t vend[2]; member in struct:sbp_cmd_status
/freebsd-10.0-release/sys/dev/usb/
H A Dusbdi.h320 #define USB_VENDOR(vend) \
321 .match_flag_vendor = 1, .idVendor = (vend)
326 #define USB_VP(vend,prod) \
327 USB_VENDOR(vend), USB_PRODUCT(prod)
329 #define USB_VPI(vend,prod,info) \
330 USB_VENDOR(vend), USB_PRODUCT(prod), USB_DRIVER_INFO(info)
H A Dusb_compat_linux.h45 #define USB_DEVICE(vend,prod) \
46 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/freebsd-10.0-release/sys/powerpc/powermac/
H A Dcpcht.c216 uint32_t vend, val; local
301 vend = PCIB_READ_CONFIG(dev, b, s, f,
303 if ((vend & 0xffff) == 0x106b)
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_hca_guid.c559 osm_vendor_t vend; local
571 p_vend = &vend;
/freebsd-10.0-release/sys/nfs/
H A Dbootp_subr.c119 unsigned char vend[1222]; member in struct:bootp_packet
1234 vendp = ifctx->call.vend;
1294 return (bp->vend[0] == 99 && bp->vend[1] == 130 &&
1295 bp->vend[2] == 83 && bp->vend[3] == 99);
1354 bootpc_tag_helper(tctx, &bp->vend[4],
1355 (unsigned char *) bp + len - &bp->vend[4], tag);
/freebsd-10.0-release/sys/dev/cfi/
H A Dcfi_core.c177 uint16_t iface, vend; local
215 vend = cfi_read_qry(sc, CFI_QRY_VEND) |
218 sc->sc_cmdset = vend;
220 switch (vend) {
/freebsd-10.0-release/usr.sbin/acpi/acpidump/
H A Dacpi.c681 unsigned char *vend = NULL; local
718 vend = vaddr + len;
721 if ((vaddr + sizeof(struct TCPAevent) >= vend)||
725 if (vaddr + event->event_size >= vend)
/freebsd-10.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h7117 } PACK_SUFFIX vend;
7391 vi = cl_ntoh16(p_ntc->g_or_v.vend.vend_id_lsb) |
7392 (p_ntc->g_or_v.vend.vend_id_msb << 16);
7421 p_ntc->g_or_v.vend.vend_id_lsb =
7423 p_ntc->g_or_v.vend.vend_id_msb = (uint8_t) ((vi & 0x00ff0000) >> 16);
7454 p_ntc->g_or_v.vend.vend_id_lsb =
7456 p_ntc->g_or_v.vend.vend_id_msb =
7499 } PACK_SUFFIX vend;
7623 vi = cl_ntoh16(p_inf->g_or_v.vend.vendor_id_lsb) |
7624 (p_inf->g_or_v.vend
[all...]
/freebsd-10.0-release/sys/geom/raid/
H A Dtr_raid1e.c436 off_t len, virtual, vend, offset, start; local
492 P2V(vol, sd->sd_pos, sd->sd_rebuild_pos + len, &vend, &copy);
493 len = vend - virtual;
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dsaquery.c565 cl_ntoh16(p_iir->inform_info.g_or_v.vend.dev_id),

Completed in 177 milliseconds