HomeSort by relevance Sort by last modified time
    Searched refs:osp (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/
print-mobile.c 71 u_char osp =0; /* old source address present */ local
84 osp=1;
87 if (osp) {
99 vec[0].len = osp ? 12 : 8;
print-telnet.c 394 const u_char *osp, *p; local
404 osp = sp;
499 return sp - osp;
512 const u_char *osp; local
515 osp = sp;
533 hex_print_with_offset(ndo, "\n", sp, l, sp - osp);
  /external/u-boot/arch/nds32/include/asm/
ptrace.h 47 NDS32_REG osp; member in struct:pt_regs
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 158 osp := &user.OldStyleParcel{
163 err := proto.SetExtension(osm, user.E_OldStyleParcel_MessageSetExtension, osp)
191 osp = osp_out.(*user.OldStyleParcel)
192 if *osp.Name != "Dave" || *osp.Height != 178 {
193 t.Errorf("Retrieved extension from decoded message is not correct: %+v", osp)
  /external/u-boot/fs/zfs/
zfs.c 379 void *osp = NULL; local
381 err = zio_read(&uber->ub_rootbp, endian, &osp, &ospsize, data);
382 free(osp);
1365 void *osp; local
1852 void *osp = 0; local
    [all...]
  /external/libdrm/
xf86drmMode.c 727 struct drm_mode_connector_set_property osp; local
729 memclear(osp);
730 osp.connector_id = connector_id;
731 osp.prop_id = property_id;
732 osp.value = value;
734 return DRM_IOCTL(fd, DRM_IOCTL_MODE_SETPROPERTY, &osp);
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 2111 const struct op_code2sa_t * osp; local
    [all...]

Completed in 680 milliseconds