HomeSort by: relevance | last modified time | path
    Searched refs:u_name (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gen/
nlist_coff.c 65 char u_name[8]; member in union:coff_extsym::__anond3eab1bd010a
77 #define es_name u.u_name
  /src/usr.bin/mail/
def.h 300 char *u_name; /* file name */ member in union:attachment::__anon044e8b14020a
305 #define a_name a_u.u_name
  /src/sys/kern/
sys_mqueue.c 474 * Helper function for mq_open() - note that "u_name" is a userland pointer,
478 mq_handle_open(struct lwp *l, const char *u_name, int oflag, mode_t mode,
489 error = copyinstr(u_name, name, MQ_NAMELEN - 1, NULL);

Completed in 15 milliseconds