nsobject.c (f43dc23d5ea91fca257be02138a255f02d98e806) | nsobject.c (b4e104eaeb8cd4329a23e0e4ebf166681b1d182d) |
---|---|
1/******************************************************************************* 2 * 3 * Module Name: nsobject - Utilities for objects attached to namespace 4 * table entries 5 * 6 ******************************************************************************/ 7 8/* | 1/******************************************************************************* 2 * 3 * Module Name: nsobject - Utilities for objects attached to namespace 4 * table entries 5 * 6 ******************************************************************************/ 7 8/* |
9 * Copyright (C) 2000 - 2010, Intel Corp. | 9 * Copyright (C) 2000 - 2011, Intel Corp. |
10 * All rights reserved. 11 * 12 * Redistribution and use in source and binary forms, with or without 13 * modification, are permitted provided that the following conditions 14 * are met: 15 * 1. Redistributions of source code must retain the above copyright 16 * notice, this list of conditions, and the following disclaimer, 17 * without modification. --- 431 unchanged lines hidden --- | 10 * All rights reserved. 11 * 12 * Redistribution and use in source and binary forms, with or without 13 * modification, are permitted provided that the following conditions 14 * are met: 15 * 1. Redistributions of source code must retain the above copyright 16 * notice, this list of conditions, and the following disclaimer, 17 * without modification. --- 431 unchanged lines hidden --- |