HomeSort by: relevance | last modified time | path
    Searched defs:utime (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/gen/
utime.c 1 /* $NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $ */
35 static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $");
47 #include <utime.h>
50 utime(const char *path, const struct utimbuf *times) function in typeref:typename:int
  /src/lib/librefuse/refuse/
v11.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v11
v21.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v21
v22.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v22
v23.h 64 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v23
v25.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v25
v26.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v26
v28.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v28
v29.h 60 int (*utime) (const char *, struct utimbuf *); member in struct:fuse_operations_v29
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdqueue.c 380 unsigned short utime = qh->usecs; local in function:dwc2_find_single_uframe
385 if (utime <= hsotg->frame_usecs[i]) {
386 hsotg->frame_usecs[i] -= utime;
387 qh->frame_usecs[i] += utime;
399 unsigned short utime = qh->usecs; local in function:dwc2_find_multi_uframe
420 if (xtime + hsotg->frame_usecs[j] < utime) {
425 if (xtime >= utime) {
426 t_left = utime;
445 if (xtime < utime &&
  /src/sys/kern/
tty.c 2645 struct timeval utime, stime; local in function:ttygetinfo
2757 calcru(pick, &utime, &stime, NULL, NULL);
2761 utime.tv_usec += 5000;
2762 if (utime.tv_usec >= 1000000) {
2763 utime.tv_sec += 1;
2764 utime.tv_usec -= 1000000;
2779 (long)utime.tv_sec, (long)utime.tv_usec / 10000,
  /src/lib/libc/include/
namespace.h 772 #define utime _utime macro

Completed in 17 milliseconds