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

  /src/sys/nfs/
nfs_export.c 746 if (nfs_pub.np_index != NULL) {
747 free(nfs_pub.np_index, M_TEMP);
748 nfs_pub.np_index = NULL;
784 nfs_pub.np_index = malloc(NFS_MAXNAMLEN + 1, M_TEMP, M_WAITOK);
785 error = copyinstr(argp->ex_indexfile, nfs_pub.np_index,
791 for (cp = nfs_pub.np_index; *cp; cp++) {
799 free(nfs_pub.np_index, M_TEMP);
nfs.h 605 char *np_index; /* Index file */ member in struct:nfs_public
nfs_serv.c 429 if (nd.ni_vp->v_type == VDIR && nfs_pub.np_index != NULL &&
430 (ipb = pathbuf_create(nfs_pub.np_index)) != NULL) {
  /src/sys/dev/bi/
if_nireg.h 179 u_int32_t np_index; /* protocol type index */ member in struct:ni_ptdb
if_ni.c 448 ptdb->np_index = 1;
810 ptdb->np_index = 2; /* definition type index */
  /src/sys/arch/vax/boot/boot/
if_ni.c 412 ptdb->np_index = 1;
427 ptdb->np_index = 2;

Completed in 106 milliseconds